Lines Matching refs:pOldCell
355 pOldCell ( pUndoCell ), in ScUndoEnterValue()
364 if (pOldCell) in ~ScUndoEnterValue()
365 pOldCell->Delete(); in ~ScUndoEnterValue()
380 pChangeTrack->AppendContent( aPos, pOldCell ); in SetChangeTrack()
393 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING )… in Undo()
439 pOldCell ( pUndoCell ), in ScUndoPutCell()
448 if (pOldCell) in ~ScUndoPutCell()
449 pOldCell->Delete(); in ~ScUndoPutCell()
466 pChangeTrack->AppendContent( aPos, pOldCell ); in SetChangeTrack()
479 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTE… in Undo()
699 ScBaseCell* pOldCell; in ScUndoThesaurus() local
701 pOldCell = new ScEditCell( pUndoTObject, pDocShell->GetDocument(), NULL ); in ScUndoThesaurus()
703 pOldCell = new ScStringCell( aUndoStr ); in ScUndoThesaurus()
704 SetChangeTrack( pOldCell ); in ScUndoThesaurus()
705 pOldCell->Delete(); in ScUndoThesaurus()
719 void ScUndoThesaurus::SetChangeTrack( ScBaseCell* pOldCell ) in SetChangeTrack() argument
725 pChangeTrack->AppendContent( ScAddress( nCol, nRow, nTab ), pOldCell ); in SetChangeTrack()