Home
last modified time | relevance | path

Searched refs:pNewCell (Results 1 – 15 of 15) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx78 Append(nRow, pNewCell ); in Insert()
103 pItems[nIndex].pCell = pNewCell; in Insert()
132 pItems[nIndex].pCell = pNewCell; in Insert()
800 if (pNewCell) in CopyFromClip()
1258 ScBaseCell* pNewCell = NULL; in SetString() local
1421 if (!pNewCell) in SetString()
1429 if ( pNewCell ) in SetString()
1430 Append( nRow, pNewCell ); in SetString()
1440 if (pNewCell || pNote || pBC) in SetString()
1442 if (pNewCell) in SetString()
[all …]
H A Dcolumn2.cxx1023 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveAutoSpellObj() local
1024 pNewCell->TakeBroadcaster( pOldCell->ReleaseBroadcaster() ); in RemoveAutoSpellObj()
1025 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveAutoSpellObj()
1026 pItems[i].pCell = pNewCell; in RemoveAutoSpellObj()
1093 ScBaseCell* pNewCell = new ScStringCell( aText ); in RemoveEditAttribs() local
1094 pNewCell->TakeBroadcaster( pOldCell->ReleaseBroadcaster() ); in RemoveEditAttribs()
1095 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveEditAttribs()
1096 pItems[i].pCell = pNewCell; in RemoveEditAttribs()
H A Dcell.cxx144 ScBaseCell* pNewCell = lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithNote() local
147 if( !pNewCell ) in CloneWithNote()
148 pNewCell = new ScNoteCell; in CloneWithNote()
150 pNewCell->TakeNote( mpNote->Clone( rOwnPos, rDestDoc, rDestPos, bCloneCaption ) ); in CloneWithNote()
152 return pNewCell; in CloneWithNote()
H A Dcolumn.cxx1262 …ScBaseCell* pNewCell = pItems[i].pCell->CloneWithNote( aOwnPos, *rColumn.pDocument, aDestPos, nClo… in CopyToClip() local
1263 rColumn.Append( aDestPos.Row(), pNewCell ); in CopyToClip()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1429 pNewCell(NULL), in IMPL_FIXEDMEMPOOL_NEWDEL()
1449 pNewCell(pTempNewCell), in ScChangeActionContent()
1455 if (pNewCell) in ScChangeActionContent()
1535 pNewCell = pNewCellP; in SetOldNewCells()
1543 pNewCell = pCell; in SetNewCell()
2090 sal_Bool bNewFormula = ( pNewCell && pNewCell->GetCellType() == CELLTYPE_FORMULA ); in UpdateReference()
2726 const ScBaseCell* pNewCell ) in IsMatrixFormulaRangeDifferent() argument
2735 if ( pNewCell && (pNewCell->GetCellType() == CELLTYPE_FORMULA) && in IsMatrixFormulaRangeDifferent()
2775 pAct->SetNewValue( pNewCell, pDoc ); in AppendContent()
4583 if ( pNewCell ) in Clone()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx681 ScBaseCell* pNewCell = pOldCell->CloneWithoutNote( *pDoc ); in SetContentDependencies() local
682 if (pNewCell) in SetContentDependencies()
684 pPrevActContent->SetNewCell(pNewCell, pDoc, EMPTY_STRING); in SetContentDependencies()
771 ScBaseCell* pNewCell = NULL; in SetNewCell() local
773 pNewCell = pCell->CloneWithoutNote( *pDoc ); in SetNewCell()
799pNewCell = new ScFormulaCell(pDoc, aAddress, sFormula2,formula::FormulaGrammar::GRAM_ODFF, nMatrix… in SetNewCell()
800 if (pNewCell) in SetNewCell()
807 static_cast<ScFormulaCell*>(pNewCell)->SetMatColsRows(nCols, nRows); in SetNewCell()
809 static_cast<ScFormulaCell*>(pNewCell)->SetInChangeTrack(sal_True); in SetNewCell()
812 pChangeActionContent->SetNewCell(pNewCell, pDoc, EMPTY_STRING); in SetNewCell()
H A Dxmlcelli.cxx926 ScBaseCell* pNewCell = NULL; in EndElement() local
929pNewCell = ScBaseCell::CreateTextCell( *pOUTextValue, pDoc ); in EndElement()
931pNewCell = ScBaseCell::CreateTextCell( *pOUTextContent, pDoc ); in EndElement()
933pNewCell = ScBaseCell::CreateTextCell( *pOUText, pDoc ); in EndElement()
935 bDoIncrement = pNewCell != NULL; in EndElement()
940 pDoc->PutCell( aScAddress, pNewCell ); in EndElement()
982 ScBaseCell* pNewCell = new ScValueCell(fValue); in EndElement() local
984 pNewCell->SetScriptType( SCRIPTTYPE_LATIN ); in EndElement()
989 pNewCell ); in EndElement()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx260 …ScBaseCell* pNewCell = ppOldCells[i] ? ppOldCells[i]->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTL… in Undo() local
261 pDoc->PutCell( nCol, nRow, pTabs[i], pNewCell ); in Undo()
393 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING )… in Undo() local
395 pDoc->PutCell( aPos, pNewCell ); in Undo()
479 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTE… in Undo() local
481 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Undo()
497 …ScBaseCell* pNewCell = pEnteredCell ? pEnteredCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_ST… in Redo() local
499 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Redo()
753 ScEditCell* pNewCell = new ScEditCell( pTObj, pDoc, NULL ); in DoChange() local
754 pDoc->PutCell( nCol, nRow, nTab, pNewCell ); in DoChange()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx353 ScBaseCell* pNewCell; in ReadChTrCellContent() local
357 ReadCell( pNewCell, nNewFormat, nNewValueType, aPosition ); in ReadChTrCellContent()
363 if( pNewCell ) in ReadChTrCellContent()
364 pNewCell->Delete(); in ReadChTrCellContent()
369 pChangeTrack->AppendContentOnTheFly( aPosition, pOldCell, pNewCell, nOldFormat, nNewFormat ); in ReadChTrCellContent()
/trunk/main/sc/inc/
H A Dchgtrack.hxx728 ScBaseCell* pNewCell; member in ScChangeActionContent
824 pNewCell( NULL ), in ScChangeActionContent()
841 ScBaseCell* pNewCell,
873 sal_uLong nOldFormat, ScBaseCell* pNewCell,
895 const ScBaseCell* GetNewCell() const { return pNewCell; } in GetNewCell()
1066 const ScBaseCell* pNewCell );
1253 ScBaseCell* pNewCell,
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx811 pNewCell->Delete(); in PutCell()
823 ScBaseCell* pRedoCell = (bUndo && pNewCell) ? pNewCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell()
825 pDoc->PutCell( rPos, pNewCell ); in PutCell()
988 ScBaseCell* pNewCell = NULL; in InterpretEnglishString() local
1011 pNewCell = ScBaseCell::CreateTextCell( rText.Copy( 1 ), pDoc ); in InterpretEnglishString()
1020 pNewCell = new ScValueCell( fVal ); in InterpretEnglishString()
1026 pNewCell = ScBaseCell::CreateTextCell( rText, pDoc ); in InterpretEnglishString()
1032 return pNewCell; in InterpretEnglishString()
1043 ScBaseCell* pNewCell = NULL; in SetCellText() local
1065 if (pNewCell) in SetCellText()
[all …]
H A Dtablink.cxx361 … ScFormulaCell* pNewCell = new ScFormulaCell( pDoc, aDestPos, &aTokenArr ); in Refresh() local
362 pDoc->PutCell( aDestPos, pNewCell ); in Refresh()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx266 ScFormulaCell* pNewCell = new ScFormulaCell( pDoc, aPos, in DoRefConversion() local
268 pDoc->PutCell( aPos, pNewCell ); in DoRefConversion()
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx81 sal_Bool PutCell( const ScAddress& rPos, ScBaseCell* pNewCell, sal_Bool bApi );
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1157 ScBaseCell* pNewCell = new ScFormulaCell( pDoc, aPos, &aTokenArray ); in lcl_PutDataArray() local
1158 pDoc->PutCell( aPos, pNewCell ); in lcl_PutDataArray()
1256 … ScBaseCell* pNewCell = aFunc.InterpretEnglishString( aPos, aText, rFormulaNmsp, eGrammar ); in lcl_PutFormulaArray() local
1257 pDoc->PutCell( aPos, pNewCell ); in lcl_PutFormulaArray()
6322 ScBaseCell* pNewCell = aFunc.InterpretEnglishString( aCellPos, aString, in InputEnglishString() local
6324 if (pNewCell) in InputEnglishString()
6340 (void)aFunc.PutCell( aCellPos, pNewCell, sal_True ); in InputEnglishString()
6654 ScBaseCell* pNewCell = new ScFormulaCell( pDoc, aCellPos, &aTokenArray ); in setTokens() local
6655 (void)aFunc.PutCell( aCellPos, pNewCell, sal_True ); in setTokens()

Completed in 213 milliseconds