Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/view/
H A Dspelleng.cxx155 ScBaseCell* pRedoCell = pCell->CloneWithoutNote( *mpRedoDoc ); in FindNextConversionCell() local
156 mpRedoDoc->PutCell( aPos, pRedoCell ); in FindNextConversionCell()
/aoo4110/main/sc/source/ui/undo/
H A Dundocell.cxx436 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight ) : in ScUndoPutCell() argument
440 pEnteredCell( pRedoCell ), in ScUndoPutCell()
/aoo4110/main/sc/source/ui/inc/
H A Dundocell.hxx140 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
/aoo4110/main/sc/source/ui/docshell/
H A Ddocfunc.cxx823 ScBaseCell* pRedoCell = (bUndo && pNewCell) ? pNewCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell() local
831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()

Completed in 56 milliseconds