Searched refs:ScUndoSort (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 61 TYPEINIT1(ScUndoSort, ScDBFuncUndo); 796 ScUndoSort::ScUndoSort( ScDocShell* pNewDocShell, in ScUndoSort() function in ScUndoSort 816 __EXPORT ScUndoSort::~ScUndoSort() in ~ScUndoSort() 822 String __EXPORT ScUndoSort::GetComment() const in GetComment() 827 void __EXPORT ScUndoSort::Undo() in Undo() 882 void __EXPORT ScUndoSort::Redo() in Redo() 909 void __EXPORT ScUndoSort::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat() 913 sal_Bool __EXPORT ScUndoSort::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 237 class ScUndoSort: public ScDBFuncUndo class 241 ScUndoSort( ScDocShell* pNewDocShell, SCTAB nNewTab, 245 virtual ~ScUndoSort();
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 496 ScUndoSort* pUndoAction = 0; in Sort() 539 … pUndoAction = new ScUndoSort( &rDocShell, nTab, rSortParam, bRepeatQuery, pUndoDoc, pUndoDB, pR ); in Sort()
|
Completed in 29 milliseconds