/aoo41x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 260 …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
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 926 ScBaseCell* pNewCell = NULL; in EndElement() local 982 ScBaseCell* pNewCell = new ScValueCell(fValue); in EndElement() local
|
H A D | XMLChangeTrackingImportHelper.cxx | 681 ScBaseCell* pNewCell = pOldCell->CloneWithoutNote( *pDoc ); in SetContentDependencies() local 771 ScBaseCell* pNewCell = NULL; in SetNewCell() local
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 353 ScBaseCell* pNewCell; in ReadChTrCellContent() local
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 2726 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
|
/aoo41x/main/sc/source/core/data/ |
H A D | column3.cxx | 71 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 D | column2.cxx | 1023 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveAutoSpellObj() local 1093 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveEditAttribs() local
|
H A D | cell.cxx | 144 ScBaseCell* pNewCell = lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithNote() local
|
H A D | column.cxx | 1262 …ScBaseCell* pNewCell = pItems[i].pCell->CloneWithNote( aOwnPos, *rColumn.pDocument, aDestPos, nClo… in CopyToClip() local
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | tablink.cxx | 361 … ScFormulaCell* pNewCell = new ScFormulaCell( pDoc, aDestPos, &aTokenArr ); in Refresh() local
|
H A D | docfunc.cxx | 796 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
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun4.cxx | 266 ScFormulaCell* pNewCell = new ScFormulaCell( pDoc, aPos, in DoRefConversion() local
|
/aoo41x/main/sc/inc/ |
H A D | chgtrack.hxx | 728 ScBaseCell* pNewCell; member in ScChangeActionContent
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 1157 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
|