Searched refs:pUndoDocument (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | undoblk.hxx | 52 … InsCellCmd eNewCmd, ScDocument* pUndoDocument, ScRefUndoData* pRefData, 86 … DelCellCmd eNewCmd, ScDocument* pUndoDocument, ScRefUndoData* pRefData ); 117 ScDocument* pUndoDocument, ScRefUndoData* pRefData ); 233 ScDocument* pUndoDocument, ScRefUndoData* pRefData,
|
H A D | undotab.hxx | 127 ScDocument* pUndoDocument,
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 101 … InsCellCmd eNewCmd, ScDocument* pUndoDocument, ScRefUndoData* pRefData, in ScUndoInsertCells() argument 103 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoInsertCells() 343 … DelCellCmd eNewCmd, ScDocument* pUndoDocument, ScRefUndoData* pRefData ) : in ScUndoDeleteCells() argument 344 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoDeleteCells() 577 ScDocument* pUndoDocument, ScRefUndoData* pRefData ) : in ScUndoDeleteMulti() argument 578 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ), in ScUndoDeleteMulti() 1133 ScDocument* pUndoDocument, ScRefUndoData* pRefData, sal_Bool bScenario ) : in ScUndoDragDrop() argument 1134 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFFIRST ), in ScUndoDragDrop()
|
H A D | undotab.cxx | 306 ScDocument* pUndoDocument, ScRefUndoData* pRefData ) : in ScUndoDeleteTab() argument 307 ScMoveUndo( pNewDocShell, pUndoDocument, pRefData, SC_UNDO_REFLAST ) in ScUndoDeleteTab()
|
Completed in 40 milliseconds