Home
last modified time | relevance | path

Searched refs:pOldCell (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx355 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()
[all …]
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx87 ScBaseCell* pOldCell = pItems[nIndex].pCell; in Insert() local
90 if (pOldCell->HasBroadcaster() && !pNewCell->HasBroadcaster()) in Insert()
91 pNewCell->TakeBroadcaster( pOldCell->ReleaseBroadcaster() ); in Insert()
92 if (pOldCell->HasNote() && !pNewCell->HasNote()) in Insert()
93 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in Insert()
95 if ( pOldCell->GetCellType() == CELLTYPE_FORMULA && !pDocument->IsClipOrUndo() ) in Insert()
97 pOldCell->EndListeningTo( pDocument ); in Insert()
102 pOldCell->Delete(); in Insert()
400 ScBaseCell* pOldCell = pItems[ nIdx ].pCell; in DeleteRange() local
401 if (pOldCell->GetCellType() == CELLTYPE_FORMULA) in DeleteRange()
[all …]
H A Dcolumn2.cxx998 ScEditCell* pOldCell = (ScEditCell*) pItems[i].pCell; in RemoveAutoSpellObj() local
999 const EditTextObject* pData = pOldCell->GetData(); in RemoveAutoSpellObj()
1017 pOldCell->SetData( pNewData, pEngine->GetEditTextObjectPool() ); in RemoveAutoSpellObj()
1024 pNewCell->TakeBroadcaster( pOldCell->ReleaseBroadcaster() ); in RemoveAutoSpellObj()
1025 pNewCell->TakeNote( pOldCell->ReleaseNote() ); in RemoveAutoSpellObj()
1027 delete pOldCell; in RemoveAutoSpellObj()
1043 ScEditCell* pOldCell = (ScEditCell*) pItems[i].pCell; in RemoveEditAttribs() local
1044 const EditTextObject* pData = pOldCell->GetData(); in RemoveEditAttribs()
1087 pOldCell->SetData( pNewData, pEngine->GetEditTextObjectPool() ); in RemoveEditAttribs()
1094 pNewCell->TakeBroadcaster( pOldCell->ReleaseBroadcaster() ); in RemoveEditAttribs()
[all …]
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1428 pOldCell(pTempOldCell), in IMPL_FIXEDMEMPOOL_NEWDEL()
1436 if (pOldCell) in IMPL_FIXEDMEMPOOL_NEWDEL()
1437 ScChangeActionContent::SetCell( aOldValue, pOldCell, 0, pDoc ); in IMPL_FIXEDMEMPOOL_NEWDEL()
1448 pOldCell(NULL), in ScChangeActionContent()
1509 ScChangeActionContent::SetValue( aOldValue, pOldCell, in SetOldValue()
1517 ScChangeActionContent::SetValue( aOldValue, pOldCell, in SetOldValue()
1534 pOldCell = pOldCellP; in SetOldNewCells()
1536 ScChangeActionContent::SetCell( aOldValue, pOldCell, nOldFormat, pDoc ); in SetOldNewCells()
1573 SetValueString( aOldValue, pOldCell, rOld, pDoc ); in SetOldValue()
1585 GetValueString( rStr, aOldValue, pOldCell ); in GetOldString()
[all …]
/trunk/main/sc/inc/
H A Dchgtrack.hxx727 ScBaseCell* pOldCell; member in ScChangeActionContent
823 pOldCell( NULL ), in ScChangeActionContent()
837 ScBaseCell* pOldCell,
872 void SetOldNewCells( ScBaseCell* pOldCell,
894 const ScBaseCell* GetOldCell() const { return pOldCell; } in GetOldCell()
1065 const ScBaseCell* pOldCell,
1231 const ScBaseCell* pOldCell,
1236 const ScBaseCell* pOldCell );
1252 ScBaseCell* pOldCell,
1264 ScBaseCell* pOldCell );
[all …]
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx352 ScBaseCell* pOldCell; in ReadChTrCellContent() local
356 ReadCell( pOldCell, nOldFormat, nOldValueType, aPosition ); in ReadChTrCellContent()
361 if( pOldCell ) in ReadChTrCellContent()
362 pOldCell->Delete(); in ReadChTrCellContent()
369 … pChangeTrack->AppendContentOnTheFly( aPosition, pOldCell, pNewCell, nOldFormat, nNewFormat ); in ReadChTrCellContent()
/trunk/main/sc/source/ui/inc/
H A Dundocell.hxx125 ScBaseCell* pOldCell; member in ScUndoEnterValue
152 ScBaseCell* pOldCell; member in ScUndoPutCell
241 void SetChangeTrack( ScBaseCell* pOldCell );
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx678 const ScBaseCell* pOldCell = pActContent->GetOldCell(); in SetContentDependencies() local
679 if (pOldCell) in SetContentDependencies()
681 ScBaseCell* pNewCell = pOldCell->CloneWithoutNote( *pDoc ); in SetContentDependencies()
H A DXMLTrackedChangesContext.cxx324 ScBaseCell* pOldCell; member in ScXMLPreviousContext
1334 pOldCell(NULL), in ScXMLPreviousContext()
1372pOldCell, sFormulaAddress, sFormula, sFormulaNmsp, eGrammar, sInputString, fValue, nType, nMatrixF… in CreateChildContext()
1382 …pChangeTrackingImportHelper->SetPreviousChange(nID, new ScMyCellInfo(pOldCell, sFormulaAddress, sF… in EndElement()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx695 ScBaseCell* pOldCell = pDoc->GetCell( aPos ); in EnterValue() local
696 sal_Bool bNeedHeight = ( pOldCell && pOldCell->GetCellType() == CELLTYPE_EDIT ) in EnterValue()
701 ScBaseCell* pUndoCell = (bUndo && pOldCell) ? pOldCell->CloneWithoutNote( *pDoc ) : 0; in EnterValue()
H A Doutput2.cxx456 inline sal_Bool SameValue( ScBaseCell* pCell, ScBaseCell* pOldCell ) // pCell ist != 0 in SameValue() argument
458 return pOldCell && pOldCell->GetCellType() == CELLTYPE_VALUE && in SameValue()
460 ((ScValueCell*)pCell)->GetValue() == ((ScValueCell*)pOldCell)->GetValue(); in SameValue()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx923 const SfxPoolItem* pOldCell = in FillItemSet() local
926 if ( *pTableBck_Impl->pCellBrush != *pOldCell ) in FillItemSet()