Searched refs:pUndoCell (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 352 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 D | undocell.hxx | 113 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight ); 140 ScBaseCell* pUndoCell, ScBaseCell* pRedoCell, sal_Bool bHeight );
|
/trunk/main/sc/source/ui/view/ |
H A D | spelleng.cxx | 134 ScBaseCell* pUndoCell = pCell->CloneWithoutNote( *mpUndoDoc ); in FindNextConversionCell() local 135 mpUndoDoc->PutCell( aPos, pUndoCell ); in FindNextConversionCell()
|
H A D | viewfunc.cxx | 701 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 D | table6.cxx | 152 ScBaseCell* pUndoCell = pCell->CloneWithoutNote( *pUndoDoc ); in SearchCell() local 153 pUndoDoc->PutCell( aAdr, pUndoCell); in SearchCell()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 822 ScBaseCell* pUndoCell = (bUndo && pDocCell) ? pDocCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell() local 831 new ScUndoPutCell( &rDocShell, rPos, pUndoCell, pRedoCell, bHeight ) ); in PutCell()
|
Completed in 73 milliseconds