Searched refs:ppOldCells (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 180 ppOldCells( ppOldData ), in ScUndoEnterData() 195 if (ppOldCells[i]) in ~ScUndoEnterData() 196 ppOldCells[i]->Delete(); in ~ScUndoEnterData() 197 delete[] ppOldCells; in ~ScUndoEnterData() 244 pChangeTrack->AppendContent( aPos, ppOldCells[i], nFormat ); in SetChangeTrack() 260 …ScBaseCell* pNewCell = ppOldCells[i] ? ppOldCells[i]->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTL… in Undo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 362 ScBaseCell** ppOldCells = NULL; in EnterData() local 370 ppOldCells = new ScBaseCell*[nSelCount]; in EnterData() 384 ppOldCells[nUndoPos] = pDocCell->CloneWithoutNote( *pDoc ); in EnterData() 396 ppOldCells[nUndoPos] = NULL; in EnterData() 643 ppOldCells, pHasFormat, pOldFormats, in EnterData() 787 ScBaseCell** ppOldCells = NULL; in EnterData() local 793 ppOldCells = new ScBaseCell*[nSelCount]; in EnterData() 803 ppOldCells[nPos] = pDocCell ? pDocCell->CloneWithoutNote( *pDoc ) : 0; in EnterData() 836 ppOldCells, NULL, NULL, aString, in EnterData()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 92 ScBaseCell** ppOldCells; member in ScUndoEnterData
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 748 ScBaseCell** ppOldCells = NULL; in SetNormalString() local 757 ppOldCells = new ScBaseCell*[1]; in SetNormalString() 758 ppOldCells[0] = pDocCell ? pDocCell->CloneWithoutNote( *pDoc ) : 0; in SetNormalString() 780 ppOldCells, pHasFormat, pOldFormats, rText, NULL ) ); in SetNormalString()
|
Completed in 93 milliseconds