kspread
KSpread::CellToolBase Class Reference
Abstract tool providing actions acting on cell ranges. More...
#include <CellToolBase.h>

Public Slots | |
| virtual void | activate (bool temporary=false) |
| virtual void | deactivate () |
| void | deleteEditor (bool saveChanges, bool expandMatrix=false) |
Public Member Functions | |
| CellToolBase (KoCanvasBase *canvas) | |
| virtual | ~CellToolBase () |
| bool | createEditor (bool clear=true, bool focus=true) |
| CellEditor * | editor () const |
| virtual void | inputMethodEvent (QInputMethodEvent *event) |
| virtual void | keyPressEvent (QKeyEvent *event) |
| virtual void | mouseDoubleClickEvent (KoPointerEvent *event) |
| virtual void | mouseMoveEvent (KoPointerEvent *event) |
| virtual void | mousePressEvent (KoPointerEvent *event) |
| virtual void | mouseReleaseEvent (KoPointerEvent *event) |
| virtual void | paint (QPainter &painter, const KoViewConverter &converter) |
| void | paintReferenceSelection (QPainter &painter, const QRectF &paintRect) |
| void | paintSelection (QPainter &painter, const QRectF &paintRect) |
| virtual Selection * | selection ()=0 |
Protected Slots | |
| void | activeSheetChanged (Sheet *) |
| void | adjust () |
| void | adjustColumn () |
| void | adjustRow () |
| void | alignBottom (bool enable) |
| void | alignCenter (bool enable) |
| void | alignLeft (bool enable) |
| void | alignMiddle (bool enable) |
| void | alignRight (bool enable) |
| void | alignTop (bool enable) |
| void | autoFilter () |
| void | autoSum () |
| void | bold (bool enable) |
| void | borderAll () |
| void | borderBottom () |
| void | borderColor () |
| void | borderLeft () |
| void | borderOutline () |
| void | borderRemove () |
| void | borderRight () |
| void | borderTop () |
| void | cellStyle () |
| void | changeAngle () |
| void | changeBackgroundColor () |
| void | changeTextColor () |
| void | clearAll () |
| void | clearComment () |
| void | clearConditionalStyles () |
| void | clearContents () |
| void | clearHyperlink () |
| void | clearValidity () |
| void | comment () |
| void | conditional () |
| void | consolidate () |
| virtual void | copy () const |
| void | createStyleFromCell () |
| void | currency (bool enable) |
| virtual void | cut () |
| void | decreaseFontSize () |
| void | decreaseIndentation () |
| void | decreasePrecision () |
| void | deleteCells () |
| void | deleteColumn () |
| void | deleteRow () |
| void | dissociateCells () |
| void | documentReadWriteToggled (bool enable) |
| void | documentSettingsDialog () |
| void | edit () |
| void | equalizeColumn () |
| void | equalizeRow () |
| void | fillDown () |
| void | fillLeft () |
| void | fillRight () |
| void | fillUp () |
| void | find () |
| void | findNext () |
| Cell | findNextCell () |
| void | findPrevious () |
| void | firstLetterToUpperCase () |
| void | focusEditorRequested () |
| void | font (const QString &font) |
| void | fontSize (int size) |
| void | formulaSelection (const QString &expression) |
| void | goalSeek () |
| void | gotoCell () |
| void | hideColumn () |
| void | hideRow () |
| void | increaseFontSize () |
| void | increaseIndentation () |
| void | increasePrecision () |
| void | initFindReplace () |
| void | insertCells () |
| void | insertColumn () |
| void | insertFormula () |
| void | insertFromClipboard () |
| void | insertFromDatabase () |
| void | insertFromTextfile () |
| void | insertHyperlink () |
| void | insertRow () |
| void | insertSeries () |
| void | insertSpecialChar () |
| void | inspector () |
| void | italic (bool enable) |
| void | listChooseItemSelected (QAction *) |
| void | listChoosePopupMenu () |
| void | mergeCells () |
| void | mergeCellsHorizontal () |
| void | mergeCellsVertical () |
| void | namedAreaDialog () |
| Cell | nextFindValidCell (int col, int row) |
| virtual bool | paste () |
| void | pasteWithInsertion () |
| void | percent (bool enable) |
| void | qTableView () |
| void | replace () |
| void | resizeColumn () |
| void | resizeRow () |
| void | selectAll () |
| void | selectionChanged (const Region &) |
| void | setAreaName () |
| void | setDefaultStyle () |
| void | setStyle (const QString &name) |
| void | sheetFormat () |
| void | sheetProtectionToggled (bool enable) |
| void | showColumn () |
| void | showRow () |
| void | slotHighlight (const QString &text, int matchingIndex, int matchedLength) |
| void | slotReplace (const QString &newText, int, int, int) |
| void | slotShowColumnDialog () |
| void | slotShowRowDialog () |
| void | sort () |
| void | sortDec () |
| void | sortInc () |
| void | sortList () |
| void | specialChar (QChar character, const QString &fontName) |
| void | specialCharDialogClosed () |
| void | specialPaste () |
| void | spellCheck () |
| void | strikeOut (bool enable) |
| void | styleDialog () |
| void | subtotals () |
| void | textToColumns () |
| void | toLowerCase () |
| void | toUpperCase () |
| void | underline (bool enable) |
| void | updateEditor () |
| void | validity () |
| void | verticalText (bool enable) |
| void | wrapText (bool enable) |
Protected Member Functions | |
| void | applyUserInput (bool expandMatrix=false) |
| virtual QWidget * | createOptionWidget () |
| virtual KoInteractionStrategy * | createStrategy (KoPointerEvent *event) |
| bool | eventFilter (QObject *obj, QEvent *event) |
| void | init () |
| virtual int | maxCol () const =0 |
| virtual int | maxRow () const =0 |
| virtual QPointF | offset () const =0 |
| virtual SheetView * | sheetView (const Sheet *sheet) const =0 |
| virtual QSizeF | size () const =0 |
Detailed Description
Abstract tool providing actions acting on cell ranges.
Definition at line 45 of file CellToolBase.h.
Constructor & Destructor Documentation
| CellToolBase::CellToolBase | ( | KoCanvasBase * | canvas | ) |
Constructor.
Definition at line 140 of file CellToolBase.cpp.
| CellToolBase::~CellToolBase | ( | ) | [virtual] |
Destructor.
Definition at line 814 of file CellToolBase.cpp.
Member Function Documentation
| void CellToolBase::activate | ( | bool | temporary = false |
) | [virtual, slot] |
Reimplemented in KSpread::CellTool, KSpread::CalendarTool, and KSpread::TableTool.
Definition at line 1072 of file CellToolBase.cpp.
| void CellToolBase::activeSheetChanged | ( | Sheet * | sheet | ) | [protected, slot] |
Definition at line 1431 of file CellToolBase.cpp.
| void CellToolBase::adjust | ( | ) | [protected, slot] |
Definition at line 2292 of file CellToolBase.cpp.
| void CellToolBase::adjustColumn | ( | ) | [protected, slot] |
Definition at line 2181 of file CellToolBase.cpp.
| void CellToolBase::adjustRow | ( | ) | [protected, slot] |
Definition at line 2283 of file CellToolBase.cpp.
| void CellToolBase::alignBottom | ( | bool | enable | ) | [protected, slot] |
Definition at line 1770 of file CellToolBase.cpp.
| void CellToolBase::alignCenter | ( | bool | enable | ) | [protected, slot] |
Definition at line 1750 of file CellToolBase.cpp.
| void CellToolBase::alignLeft | ( | bool | enable | ) | [protected, slot] |
Definition at line 1730 of file CellToolBase.cpp.
| void CellToolBase::alignMiddle | ( | bool | enable | ) | [protected, slot] |
Definition at line 1780 of file CellToolBase.cpp.
| void CellToolBase::alignRight | ( | bool | enable | ) | [protected, slot] |
Definition at line 1740 of file CellToolBase.cpp.
| void CellToolBase::alignTop | ( | bool | enable | ) | [protected, slot] |
Definition at line 1760 of file CellToolBase.cpp.
| void CellToolBase::applyUserInput | ( | bool | expandMatrix = false |
) | [protected] |
Definition at line 1472 of file CellToolBase.cpp.
| void CellToolBase::autoFilter | ( | ) | [protected, slot] |
Definition at line 2496 of file CellToolBase.cpp.
| void CellToolBase::autoSum | ( | ) | [protected, slot] |
Definition at line 2540 of file CellToolBase.cpp.
| void CellToolBase::bold | ( | bool | enable | ) | [protected, slot] |
Definition at line 1601 of file CellToolBase.cpp.
| void CellToolBase::borderAll | ( | ) | [protected, slot] |
Definition at line 1836 of file CellToolBase.cpp.
| void CellToolBase::borderBottom | ( | ) | [protected, slot] |
Definition at line 1826 of file CellToolBase.cpp.
| void CellToolBase::borderColor | ( | ) | [protected, slot] |
Definition at line 1879 of file CellToolBase.cpp.
| void CellToolBase::borderLeft | ( | ) | [protected, slot] |
Definition at line 1790 of file CellToolBase.cpp.
| void CellToolBase::borderOutline | ( | ) | [protected, slot] |
Definition at line 1866 of file CellToolBase.cpp.
| void CellToolBase::borderRemove | ( | ) | [protected, slot] |
Definition at line 1851 of file CellToolBase.cpp.
| void CellToolBase::borderRight | ( | ) | [protected, slot] |
Definition at line 1803 of file CellToolBase.cpp.
| void CellToolBase::borderTop | ( | ) | [protected, slot] |
Definition at line 1816 of file CellToolBase.cpp.
| void CellToolBase::cellStyle | ( | ) | [protected, slot] |
Definition at line 1521 of file CellToolBase.cpp.
| void CellToolBase::changeAngle | ( | ) | [protected, slot] |
Definition at line 1931 of file CellToolBase.cpp.
| void CellToolBase::changeBackgroundColor | ( | ) | [protected, slot] |
Definition at line 2007 of file CellToolBase.cpp.
| void CellToolBase::changeTextColor | ( | ) | [protected, slot] |
Definition at line 1720 of file CellToolBase.cpp.
| void CellToolBase::clearAll | ( | ) | [protected, slot] |
Definition at line 2314 of file CellToolBase.cpp.
| void CellToolBase::clearComment | ( | ) | [protected, slot] |
Definition at line 2345 of file CellToolBase.cpp.
| void CellToolBase::clearConditionalStyles | ( | ) | [protected, slot] |
Definition at line 2365 of file CellToolBase.cpp.
| void CellToolBase::clearContents | ( | ) | [protected, slot] |
Definition at line 2322 of file CellToolBase.cpp.
| void CellToolBase::clearHyperlink | ( | ) | [protected, slot] |
Definition at line 2407 of file CellToolBase.cpp.
| void CellToolBase::clearValidity | ( | ) | [protected, slot] |
Definition at line 2428 of file CellToolBase.cpp.
| void CellToolBase::comment | ( | ) | [protected, slot] |
Definition at line 2339 of file CellToolBase.cpp.
| void CellToolBase::conditional | ( | ) | [protected, slot] |
Definition at line 2359 of file CellToolBase.cpp.
| void CellToolBase::consolidate | ( | ) | [protected, slot] |
Definition at line 2734 of file CellToolBase.cpp.
| void CellToolBase::copy | ( | ) | const [protected, virtual, slot] |
Definition at line 2805 of file CellToolBase.cpp.
| bool CellToolBase::createEditor | ( | bool | clear = true, |
|
| bool | focus = true | |||
| ) |
Definition at line 1311 of file CellToolBase.cpp.
| QWidget * CellToolBase::createOptionWidget | ( | ) | [protected, virtual] |
Definition at line 1119 of file CellToolBase.cpp.
| KoInteractionStrategy * CellToolBase::createStrategy | ( | KoPointerEvent * | event | ) | [protected, virtual] |
Definition at line 1170 of file CellToolBase.cpp.
| void CellToolBase::createStyleFromCell | ( | ) | [protected, slot] |
Definition at line 1561 of file CellToolBase.cpp.
| void CellToolBase::currency | ( | bool | enable | ) | [protected, slot] |
Definition at line 1947 of file CellToolBase.cpp.
| void CellToolBase::cut | ( | ) | [protected, virtual, slot] |
Definition at line 2795 of file CellToolBase.cpp.
| void CellToolBase::deactivate | ( | ) | [virtual, slot] |
Reimplemented in KSpread::CalendarTool, and KSpread::TableTool.
Definition at line 1105 of file CellToolBase.cpp.
| void CellToolBase::decreaseFontSize | ( | ) | [protected, slot] |
Definition at line 1707 of file CellToolBase.cpp.
| void CellToolBase::decreaseIndentation | ( | ) | [protected, slot] |
Definition at line 1921 of file CellToolBase.cpp.
| void CellToolBase::decreasePrecision | ( | ) | [protected, slot] |
Definition at line 1967 of file CellToolBase.cpp.
| void CellToolBase::deleteCells | ( | ) | [protected, slot] |
Definition at line 2308 of file CellToolBase.cpp.
| void CellToolBase::deleteColumn | ( | ) | [protected, slot] |
Definition at line 2106 of file CellToolBase.cpp.
| void CellToolBase::deleteEditor | ( | bool | saveChanges, | |
| bool | expandMatrix = false | |||
| ) | [slot] |
Definition at line 1395 of file CellToolBase.cpp.
| void CellToolBase::deleteRow | ( | ) | [protected, slot] |
Definition at line 2208 of file CellToolBase.cpp.
| void CellToolBase::dissociateCells | ( | ) | [protected, slot] |
Definition at line 2071 of file CellToolBase.cpp.
| void CellToolBase::documentReadWriteToggled | ( | bool | enable | ) | [protected, slot] |
Definition at line 1505 of file CellToolBase.cpp.
| void CellToolBase::documentSettingsDialog | ( | ) | [protected, slot] |
Definition at line 3342 of file CellToolBase.cpp.
| void CellToolBase::edit | ( | ) | [protected, slot] |
Definition at line 2787 of file CellToolBase.cpp.
| CellEditor * CellToolBase::editor | ( | ) | const |
Definition at line 1306 of file CellToolBase.cpp.
| void CellToolBase::equalizeColumn | ( | ) | [protected, slot] |
Definition at line 2150 of file CellToolBase.cpp.
| void CellToolBase::equalizeRow | ( | ) | [protected, slot] |
Definition at line 2252 of file CellToolBase.cpp.
Definition at line 1417 of file CellToolBase.cpp.
| void CellToolBase::fillDown | ( | ) | [protected, slot] |
Definition at line 2531 of file CellToolBase.cpp.
| void CellToolBase::fillLeft | ( | ) | [protected, slot] |
Definition at line 2504 of file CellToolBase.cpp.
| void CellToolBase::fillRight | ( | ) | [protected, slot] |
Definition at line 2513 of file CellToolBase.cpp.
| void CellToolBase::fillUp | ( | ) | [protected, slot] |
Definition at line 2522 of file CellToolBase.cpp.
| void CellToolBase::find | ( | ) | [protected, slot] |
Definition at line 2919 of file CellToolBase.cpp.
| void CellToolBase::findNext | ( | ) | [protected, slot] |
Definition at line 2982 of file CellToolBase.cpp.
| Cell CellToolBase::findNextCell | ( | ) | [protected, slot] |
Definition at line 3055 of file CellToolBase.cpp.
| void CellToolBase::findPrevious | ( | ) | [protected, slot] |
Definition at line 3114 of file CellToolBase.cpp.
| void CellToolBase::firstLetterToUpperCase | ( | ) | [protected, slot] |
Definition at line 1997 of file CellToolBase.cpp.
| void CellToolBase::focusEditorRequested | ( | ) | [protected, slot] |
Definition at line 1459 of file CellToolBase.cpp.
| void CellToolBase::font | ( | const QString & | font | ) | [protected, slot] |
Definition at line 1658 of file CellToolBase.cpp.
| void CellToolBase::fontSize | ( | int | size | ) | [protected, slot] |
Definition at line 1676 of file CellToolBase.cpp.
| void CellToolBase::formulaSelection | ( | const QString & | expression | ) | [protected, slot] |
Definition at line 2775 of file CellToolBase.cpp.
| void CellToolBase::goalSeek | ( | ) | [protected, slot] |
Definition at line 2741 of file CellToolBase.cpp.
| void CellToolBase::gotoCell | ( | ) | [protected, slot] |
Definition at line 3210 of file CellToolBase.cpp.
| void CellToolBase::hideColumn | ( | ) | [protected, slot] |
Definition at line 2115 of file CellToolBase.cpp.
| void CellToolBase::hideRow | ( | ) | [protected, slot] |
Definition at line 2217 of file CellToolBase.cpp.
| void CellToolBase::increaseFontSize | ( | ) | [protected, slot] |
Definition at line 1694 of file CellToolBase.cpp.
| void CellToolBase::increaseIndentation | ( | ) | [protected, slot] |
Definition at line 1912 of file CellToolBase.cpp.
| void CellToolBase::increasePrecision | ( | ) | [protected, slot] |
Definition at line 1958 of file CellToolBase.cpp.
| void CellToolBase::init | ( | ) | [protected] |
Definition at line 1115 of file CellToolBase.cpp.
| void CellToolBase::initFindReplace | ( | ) | [protected, slot] |
Definition at line 2949 of file CellToolBase.cpp.
| void CellToolBase::inputMethodEvent | ( | QInputMethodEvent * | event | ) | [virtual] |
Definition at line 1067 of file CellToolBase.cpp.
| void CellToolBase::insertCells | ( | ) | [protected, slot] |
Definition at line 2302 of file CellToolBase.cpp.
| void CellToolBase::insertColumn | ( | ) | [protected, slot] |
Definition at line 2098 of file CellToolBase.cpp.
| void CellToolBase::insertFormula | ( | ) | [protected, slot] |
Definition at line 2664 of file CellToolBase.cpp.
| void CellToolBase::insertFromClipboard | ( | ) | [protected, slot] |
Definition at line 2699 of file CellToolBase.cpp.
| void CellToolBase::insertFromDatabase | ( | ) | [protected, slot] |
Definition at line 2671 of file CellToolBase.cpp.
| void CellToolBase::insertFromTextfile | ( | ) | [protected, slot] |
Definition at line 2688 of file CellToolBase.cpp.
| void CellToolBase::insertHyperlink | ( | ) | [protected, slot] |
Definition at line 2378 of file CellToolBase.cpp.
| void CellToolBase::insertRow | ( | ) | [protected, slot] |
Definition at line 2200 of file CellToolBase.cpp.
| void CellToolBase::insertSeries | ( | ) | [protected, slot] |
Definition at line 2615 of file CellToolBase.cpp.
| void CellToolBase::insertSpecialChar | ( | ) | [protected, slot] |
Definition at line 2622 of file CellToolBase.cpp.
| void CellToolBase::inspector | ( | ) | [protected, slot] |
Definition at line 3222 of file CellToolBase.cpp.
| void CellToolBase::italic | ( | bool | enable | ) | [protected, slot] |
Definition at line 1644 of file CellToolBase.cpp.
| void CellToolBase::keyPressEvent | ( | QKeyEvent * | event | ) | [virtual] |
Definition at line 961 of file CellToolBase.cpp.
| void CellToolBase::listChooseItemSelected | ( | QAction * | action | ) | [protected, slot] |
Definition at line 3328 of file CellToolBase.cpp.
| void CellToolBase::listChoosePopupMenu | ( | ) | [protected, slot] |
Definition at line 3253 of file CellToolBase.cpp.
| virtual int KSpread::CellToolBase::maxCol | ( | ) | const [protected, pure virtual] |
Implemented in KSpread::CellTool, and KSpread::TableTool.
| virtual int KSpread::CellToolBase::maxRow | ( | ) | const [protected, pure virtual] |
Implemented in KSpread::CellTool, and KSpread::TableTool.
| void CellToolBase::mergeCells | ( | ) | [protected, slot] |
Definition at line 2017 of file CellToolBase.cpp.
| void CellToolBase::mergeCellsHorizontal | ( | ) | [protected, slot] |
Definition at line 2035 of file CellToolBase.cpp.
| void CellToolBase::mergeCellsVertical | ( | ) | [protected, slot] |
Definition at line 2053 of file CellToolBase.cpp.
| void CellToolBase::mouseDoubleClickEvent | ( | KoPointerEvent * | event | ) | [virtual] |
Definition at line 951 of file CellToolBase.cpp.
| void CellToolBase::mouseMoveEvent | ( | KoPointerEvent * | event | ) | [virtual] |
Definition at line 870 of file CellToolBase.cpp.
| void CellToolBase::mousePressEvent | ( | KoPointerEvent * | event | ) | [virtual] |
Definition at line 853 of file CellToolBase.cpp.
| void CellToolBase::mouseReleaseEvent | ( | KoPointerEvent * | event | ) | [virtual] |
Definition at line 946 of file CellToolBase.cpp.
| void CellToolBase::namedAreaDialog | ( | ) | [protected, slot] |
Definition at line 2769 of file CellToolBase.cpp.
| Cell CellToolBase::nextFindValidCell | ( | int | col, | |
| int | row | |||
| ) | [protected, slot] |
Definition at line 3045 of file CellToolBase.cpp.
| virtual QPointF KSpread::CellToolBase::offset | ( | ) | const [protected, pure virtual] |
Implemented in KSpread::CellTool, and KSpread::TableTool.
| void CellToolBase::paint | ( | QPainter & | painter, | |
| const KoViewConverter & | converter | |||
| ) | [virtual] |
Reimplemented in KSpread::CellTool.
Definition at line 822 of file CellToolBase.cpp.
Definition at line 833 of file CellToolBase.cpp.
Definition at line 838 of file CellToolBase.cpp.
| bool CellToolBase::paste | ( | ) | [protected, virtual, slot] |
Definition at line 2815 of file CellToolBase.cpp.
| void CellToolBase::pasteWithInsertion | ( | ) | [protected, slot] |
Definition at line 2902 of file CellToolBase.cpp.
| void CellToolBase::percent | ( | bool | enable | ) | [protected, slot] |
Definition at line 1937 of file CellToolBase.cpp.
| void CellToolBase::qTableView | ( | ) | [protected, slot] |
Definition at line 3231 of file CellToolBase.cpp.
| void CellToolBase::replace | ( | ) | [protected, slot] |
Definition at line 3134 of file CellToolBase.cpp.
| void CellToolBase::resizeColumn | ( | ) | [protected, slot] |
Definition at line 2088 of file CellToolBase.cpp.
| void CellToolBase::resizeRow | ( | ) | [protected, slot] |
Definition at line 2190 of file CellToolBase.cpp.
| void CellToolBase::selectAll | ( | ) | [protected, slot] |
Definition at line 2914 of file CellToolBase.cpp.
| virtual Selection* KSpread::CellToolBase::selection | ( | ) | [pure virtual] |
Implemented in KSpread::CellTool, and KSpread::TableTool.
| void CellToolBase::selectionChanged | ( | const Region & | region | ) | [protected, slot] |
Definition at line 1265 of file CellToolBase.cpp.
| void CellToolBase::setAreaName | ( | ) | [protected, slot] |
Definition at line 2763 of file CellToolBase.cpp.
| void CellToolBase::setDefaultStyle | ( | ) | [protected, slot] |
Definition at line 1527 of file CellToolBase.cpp.
| void CellToolBase::setStyle | ( | const QString & | name | ) | [protected, slot] |
Definition at line 1549 of file CellToolBase.cpp.
| void CellToolBase::sheetFormat | ( | ) | [protected, slot] |
Definition at line 3247 of file CellToolBase.cpp.
| void CellToolBase::sheetProtectionToggled | ( | bool | enable | ) | [protected, slot] |
Definition at line 1513 of file CellToolBase.cpp.
| virtual SheetView* KSpread::CellToolBase::sheetView | ( | const Sheet * | sheet | ) | const [protected, pure virtual] |
Implemented in KSpread::CellTool, and KSpread::TableTool.
| void CellToolBase::showColumn | ( | ) | [protected, slot] |
Definition at line 2129 of file CellToolBase.cpp.
| void CellToolBase::showRow | ( | ) | [protected, slot] |
Definition at line 2231 of file CellToolBase.cpp.
| virtual QSizeF KSpread::CellToolBase::size | ( | ) | const [protected, pure virtual] |
Implemented in KSpread::CellTool, and KSpread::TableTool.
| void CellToolBase::slotHighlight | ( | const QString & | text, | |
| int | matchingIndex, | |||
| int | matchedLength | |||
| ) | [protected, slot] |
Called by find/replace (findNext) when it found a match.
Definition at line 3179 of file CellToolBase.cpp.
| void CellToolBase::slotReplace | ( | const QString & | newText, | |
| int | , | |||
| int | , | |||
| int | ||||
| ) | [protected, slot] |
Called when replacing text in a cell.
Definition at line 3193 of file CellToolBase.cpp.
| void CellToolBase::slotShowColumnDialog | ( | ) | [protected, slot] |
Definition at line 2144 of file CellToolBase.cpp.
| void CellToolBase::slotShowRowDialog | ( | ) | [protected, slot] |
Definition at line 2246 of file CellToolBase.cpp.
| void CellToolBase::sort | ( | ) | [protected, slot] |
Definition at line 2441 of file CellToolBase.cpp.
| void CellToolBase::sortDec | ( | ) | [protected, slot] |
Definition at line 2474 of file CellToolBase.cpp.
| void CellToolBase::sortInc | ( | ) | [protected, slot] |
Definition at line 2452 of file CellToolBase.cpp.
| void CellToolBase::sortList | ( | ) | [protected, slot] |
Definition at line 2728 of file CellToolBase.cpp.
Definition at line 2649 of file CellToolBase.cpp.
| void CellToolBase::specialCharDialogClosed | ( | ) | [protected, slot] |
Definition at line 2637 of file CellToolBase.cpp.
| void CellToolBase::specialPaste | ( | ) | [protected, slot] |
Definition at line 2894 of file CellToolBase.cpp.
| void CellToolBase::spellCheck | ( | ) | [protected, slot] |
Definition at line 3216 of file CellToolBase.cpp.
| void CellToolBase::strikeOut | ( | bool | enable | ) | [protected, slot] |
Definition at line 1629 of file CellToolBase.cpp.
| void CellToolBase::styleDialog | ( | ) | [protected, slot] |
Definition at line 1536 of file CellToolBase.cpp.
| void CellToolBase::subtotals | ( | ) | [protected, slot] |
Definition at line 2749 of file CellToolBase.cpp.
| void CellToolBase::textToColumns | ( | ) | [protected, slot] |
Definition at line 2710 of file CellToolBase.cpp.
| void CellToolBase::toLowerCase | ( | ) | [protected, slot] |
Definition at line 1987 of file CellToolBase.cpp.
| void CellToolBase::toUpperCase | ( | ) | [protected, slot] |
Definition at line 1977 of file CellToolBase.cpp.
| void CellToolBase::underline | ( | bool | enable | ) | [protected, slot] |
Definition at line 1615 of file CellToolBase.cpp.
| void CellToolBase::updateEditor | ( | ) | [protected, slot] |
Definition at line 1447 of file CellToolBase.cpp.
| void CellToolBase::validity | ( | ) | [protected, slot] |
Definition at line 2422 of file CellToolBase.cpp.
| void CellToolBase::verticalText | ( | bool | enable | ) | [protected, slot] |
Definition at line 1900 of file CellToolBase.cpp.
| void CellToolBase::wrapText | ( | bool | enable | ) | [protected, slot] |
Definition at line 1888 of file CellToolBase.cpp.
The documentation for this class was generated from the following files:
