Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1284 ScDBData* pCurrentData = NULL; in Undo() local
1288 pCurrentData = ScUndoUtil::GetOldDBData( pRedoDBData, pDoc, nTab, in Undo()
1335 if (pCurrentData) in Undo()
1337 *pCurrentData = *pUndoDBData; in Undo()
1373 ScDBData* pCurrentData = NULL; in Redo() local
1377 pCurrentData = ScUndoUtil::GetOldDBData( pUndoDBData, pDoc, nTab, in Redo()
1407 if (pCurrentData) in Redo()
1409 *pCurrentData = *pRedoDBData; in Redo()

Completed in 24 milliseconds