Searched refs:pRedoColl (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 99 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in AddDBRange() local 101 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in AddDBRange() 131 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in DeleteDBRange() local 133 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in DeleteDBRange() 178 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in RenameDBRange() local 180 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in RenameDBRange() 223 ScDBCollection* pRedoColl = new ScDBCollection( *pDocColl ); in ModifyDBData() local 225 new ScUndoDBData( &rDocShell, pUndoColl, pRedoColl ) ); in ModifyDBData()
|
H A D | docsh5.cxx | 380 ScDBCollection* pRedoColl = new ScDBCollection( *pColl ); in GetDBData() local 381 GetUndoManager()->AddUndoAction( new ScUndoDBData( this, pUndoColl, pRedoColl ) ); in GetDBData()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 200 ScDBCollection* pRedoColl = NULL; in NotifyCloseDbNameDlg() local 235 pRedoColl = new ScDBCollection( rNewColl ); in NotifyCloseDbNameDlg() 237 new ScUndoDBData( pDocShell, pUndoColl, pRedoColl ) ); in NotifyCloseDbNameDlg()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 1174 pRedoColl( pNewRedoColl ) in ScUndoDBData() 1181 delete pRedoColl; in ~ScUndoDBData() 1216 pDoc->SetDBCollection( new ScDBCollection(*pRedoColl), sal_True ); in Redo()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 336 ScDBCollection* pRedoColl; member in ScUndoDBData
|
Completed in 40 milliseconds