Searched refs:pUndoDB (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 671 pUndoDB( pNewUndoDB ) in ScUndoSubTotals() 680 delete pUndoDB; in ~ScUndoSubTotals() 753 if (pUndoDB) in Undo() 806 pUndoDB( pNewUndoDB ), in ScUndoSort() 819 delete pUndoDB; in ~ScUndoSort() 869 if (pUndoDB) in Undo() 932 pUndoDB( pNewUndoDB ), in ScUndoQuery() 955 delete pUndoDB; in ~ScUndoQuery() 1022 if (pUndoDB) in Undo() 1491 delete pUndoDB; in ~ScUndoRepeatDB() [all …]
|
/trunk/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 291 ScDBCollection* pUndoDB = NULL; in RepeatDB() local 331 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB() 396 pUndoRange, pUndoDB, in RepeatDB() 534 ScDBCollection* pUndoDB = NULL; in Sort() local 537 pUndoDB = new ScDBCollection( *pDocDB ); in Sort() 768 ScDBCollection* pUndoDB = NULL; in Query() local 797 pUndoDB = new ScDBCollection( *pDocDB ); in Query() 953 new ScUndoQuery( &rDocShell, nTab, rQueryParam, pUndoDoc, pUndoDB, in Query() 1044 ScDBCollection* pUndoDB = NULL; in DoSubTotals() local 1085 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals() [all …]
|
/trunk/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 233 ScDBCollection* pUndoDB; member in ScUndoSubTotals 259 ScDBCollection* pUndoDB; // wegen Quell- und Zielbereich member in ScUndoSort 287 ScDBCollection* pUndoDB; // wegen Quell- und Zielbereich member in ScUndoQuery 399 ScDBCollection* pUndoDB; member in ScUndoRepeatDB
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 453 ScDBCollection* pUndoDB = NULL; in DoSubTotals() local 495 pUndoDB = new ScDBCollection( *pDocDB ); in DoSubTotals() 535 pUndoRange, pUndoDB ) ); in DoSubTotals() 2260 ScDBCollection* pUndoDB = NULL; in RepeatDB() local 2297 pUndoDB = new ScDBCollection( *pDocDB ); in RepeatDB() 2366 pUndoRange, pUndoDB, in RepeatDB()
|
Completed in 42 milliseconds