Home
last modified time | relevance | path

Searched defs:pNewCell (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx260 …ScBaseCell* pNewCell = ppOldCells[i] ? ppOldCells[i]->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTL… in Undo() local
393 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING )… in Undo() local
479 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTE… in Undo() local
497 …ScBaseCell* pNewCell = pEnteredCell ? pEnteredCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_ST… in Redo() local
753 ScEditCell* pNewCell = new ScEditCell( pTObj, pDoc, NULL ); in DoChange() local
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx926 ScBaseCell* pNewCell = NULL; in EndElement() local
982 ScBaseCell* pNewCell = new ScValueCell(fValue); in EndElement() local
H A DXMLChangeTrackingImportHelper.cxx681 ScBaseCell* pNewCell = pOldCell->CloneWithoutNote( *pDoc ); in SetContentDependencies() local
771 ScBaseCell* pNewCell = NULL; in SetNewCell() local
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx353 ScBaseCell* pNewCell; in ReadChTrCellContent() local
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx2726 const ScBaseCell* pNewCell ) in IsMatrixFormulaRangeDifferent()
2767 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent() local
2788 ScBaseCell* pNewCell = pDoc->GetCell( rPos ); in AppendContent() local
2954 const ScAddress& rPos, ScBaseCell* pOldCell, ScBaseCell* pNewCell, in AppendContentOnTheFly()
4530 sal_uLong ScChangeTrack::AddLoadedGenerated(ScBaseCell* pNewCell, const ScBigRange& aBigRange, cons… in AddLoadedGenerated()
4582 const ScBaseCell* pNewCell = pContent->GetNewCell(); in Clone() local
4685 const ScBaseCell* pNewCell = pContent->GetNewCell(); in Clone() local
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx71 void ScColumn::Insert( SCROW nRow, ScBaseCell* pNewCell ) in Insert()
797 ScBaseCell* pNewCell = bAsLink ? in CopyFromClip() local
1258 ScBaseCell* pNewCell = NULL; in SetString() local
H A Dcolumn2.cxx1023 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveAutoSpellObj() local
1093 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveEditAttribs() local
H A Dcell.cxx144 ScBaseCell* pNewCell = lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithNote() local
H A Dcolumn.cxx1262 …ScBaseCell* pNewCell = pItems[i].pCell->CloneWithNote( aOwnPos, *rColumn.pDocument, aDestPos, nClo… in CopyToClip() local
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx361 … ScFormulaCell* pNewCell = new ScFormulaCell( pDoc, aDestPos, &aTokenArr ); in Refresh() local
H A Ddocfunc.cxx796 sal_Bool ScDocFunc::PutCell( const ScAddress& rPos, ScBaseCell* pNewCell, sal_Bool bApi ) in PutCell()
988 ScBaseCell* pNewCell = NULL; in InterpretEnglishString() local
1043 ScBaseCell* pNewCell = NULL; in SetCellText() local
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx266 ScFormulaCell* pNewCell = new ScFormulaCell( pDoc, aPos, in DoRefConversion() local
/trunk/main/sc/inc/
H A Dchgtrack.hxx728 ScBaseCell* pNewCell; member in ScChangeActionContent
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1157 ScBaseCell* pNewCell = new ScFormulaCell( pDoc, aPos, &aTokenArray ); in lcl_PutDataArray() local
1256 … ScBaseCell* pNewCell = aFunc.InterpretEnglishString( aPos, aText, rFormulaNmsp, eGrammar ); in lcl_PutFormulaArray() local
6322 ScBaseCell* pNewCell = aFunc.InterpretEnglishString( aCellPos, aString, in InputEnglishString() local
6654 ScBaseCell* pNewCell = new ScFormulaCell( pDoc, aCellPos, &aTokenArray ); in setTokens() local

Completed in 158 milliseconds