Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx352 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight ) : in ScUndoEnterValue() argument
355 pOldCell ( pUndoCell ), in ScUndoEnterValue()
436 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight ) : in ScUndoPutCell() argument
439 pOldCell ( pUndoCell ), in ScUndoPutCell()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx113 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight );
140 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx134 ScBaseCell* pUndoCell = pCell->CloneWithoutNote( *mpUndoDoc ); in FindNextConversionCell() local
135 mpUndoDoc->PutCell( aPos, pUndoCell ); in FindNextConversionCell()
H A Dviewfunc.cxx701 ScBaseCell* pUndoCell = (bUndo && pOldCell) ? pOldCell->CloneWithoutNote( *pDoc ) : 0; in EnterValue() local
709 new ScUndoEnterValue( pDocSh, aPos, pUndoCell, rValue, bNeedHeight ) ); in EnterValue()
/trunk/main/sc/source/core/data/
H A Dtable6.cxx152 ScBaseCell* pUndoCell = pCell->CloneWithoutNote( *pUndoDoc ); in SearchCell() local
153 pUndoDoc->PutCell( aAdr, pUndoCell); in SearchCell()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx822 ScBaseCell* pUndoCell = (bUndo && pDocCell) ? pDocCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell() local
831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()

Completed in 71 milliseconds