Searched refs:pRedoCell (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | spelleng.cxx | 155 ScBaseCell* pRedoCell = pCell->CloneWithoutNote( *mpRedoDoc ); in FindNextConversionCell() local 156 mpRedoDoc->PutCell( aPos, pRedoCell ); in FindNextConversionCell()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 436 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight ) : in ScUndoPutCell() argument 440 pEnteredCell( pRedoCell ), in ScUndoPutCell()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 140 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 823 ScBaseCell* pRedoCell = (bUndo && pNewCell) ? pNewCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell() local 831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()
|
Completed in 305 milliseconds