Home
last modified time | relevance | path

Searched refs:ScUndoSort (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx61 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()
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx237 class ScUndoSort: public ScDBFuncUndo class
241 ScUndoSort( ScDocShell* pNewDocShell, SCTAB nNewTab,
245 virtual ~ScUndoSort();
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx496 ScUndoSort* pUndoAction = 0; in Sort()
539 … pUndoAction = new ScUndoSort( &rDocShell, nTab, rSortParam, bRepeatQuery, pUndoDoc, pUndoDB, pR ); in Sort()

Completed in 34 milliseconds