Home
last modified time | relevance | path

Searched refs:CloneWithoutNote (Results 1 – 14 of 14) sorted by relevance

/aoo41x/main/sc/source/ui/undo/
H A Dundocell.cxx260 …ScBaseCell* pNewCell = ppOldCells[i] ? ppOldCells[i]->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTL… in Undo()
393 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING )… in Undo()
479 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTE… in Undo()
497 …ScBaseCell* pNewCell = pEnteredCell ? pEnteredCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_ST… in Redo()
/aoo41x/main/sc/source/ui/view/
H A Dspelleng.cxx134 ScBaseCell* pUndoCell = pCell->CloneWithoutNote( *mpUndoDoc ); in FindNextConversionCell()
155 ScBaseCell* pRedoCell = pCell->CloneWithoutNote( *mpRedoDoc ); in FindNextConversionCell()
H A Dviewfunc.cxx384 ppOldCells[nUndoPos] = pDocCell->CloneWithoutNote( *pDoc ); in EnterData()
701 ScBaseCell* pUndoCell = (bUndo && pOldCell) ? pOldCell->CloneWithoutNote( *pDoc ) : 0; in EnterValue()
803 ppOldCells[nPos] = pDocCell ? pDocCell->CloneWithoutNote( *pDoc ) : 0; in EnterData()
/aoo41x/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx100 return pCell ? pCell->CloneWithoutNote( *pDoc ) : 0; in CreateCell()
681 ScBaseCell* pNewCell = pOldCell->CloneWithoutNote( *pDoc ); in SetContentDependencies()
773 pNewCell = pCell->CloneWithoutNote( *pDoc ); in SetNewCell()
/aoo41x/main/sc/inc/
H A Dcell.hxx88 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags = SC_CLONECELL_DEFAULT ) c…
92 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags…
/aoo41x/main/sc/source/core/data/
H A Dcolumn3.cxx847 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
853 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
860 pNew = rSource.CloneWithoutNote( rDestDoc, rDestPos ); in CloneCell()
1034 pNew = pSrc->CloneWithoutNote( *pDocument ); in MixData()
1090 pNew = pSrc->CloneWithoutNote( *pDocument ); in MixData()
H A Ddocumen4.cxx163 …pTab[i]->PutCell(nCol1, nRow1, pCell->CloneWithoutNote(*this, ScAddress( nCol1, nRow1, i), SC_CLON… in InsertMatrixFormula()
291 …pTab[i]->PutCell( j, k, aRefCell.CloneWithoutNote( *this, ScAddress( j, k, i ), SC_CLONECELL_START… in InsertTableOp()
H A Dcolumn.cxx965 ScBaseCell* pNew2 = pCell1->CloneWithoutNote( *pDocument, aPos2, SC_CLONECELL_ADJUST3DREL ); in SwapRow()
973 pNew1 = pCell2->CloneWithoutNote( *pDocument, aPos1, SC_CLONECELL_ADJUST3DREL ); in SwapRow()
1768 ScBaseCell* pSave = pRefUndo ? pOld->CloneWithoutNote( *pDocument ) : 0; in UpdateDeleteTab()
H A Dcell.cxx128 ScBaseCell* ScBaseCell::CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags ) const in CloneWithoutNote() function in ScBaseCell
137 ScBaseCell* ScBaseCell::CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nClo… in CloneWithoutNote() function in ScBaseCell
H A Dtable6.cxx152 ScBaseCell* pUndoCell = pCell->CloneWithoutNote( *pUndoDoc ); in SearchCell()
H A Dtable4.cxx850 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillAuto()
1401 … aCol[nCol].Insert( aDestPos.Row(), pSrcCell->CloneWithoutNote( *pDocument ) ); in FillSeries()
H A Dtable2.cxx3168 pCell = pCell->CloneWithoutNote( *pDocument ); in CopyData()
/aoo41x/main/sc/source/core/tool/
H A Dchgtrack.cxx1854 pCell = pOrgCell->CloneWithoutNote( *pToDoc ); in SetValue()
2015 pDoc->PutCell( aPos, pCell->CloneWithoutNote( *pDoc ) ); in PutValueToDoc()
4585 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()
4669 … ScBaseCell* pClonedOldCell = pOldCell ? pOldCell->CloneWithoutNote( *pDocument ) : 0; in Clone()
4688 ScBaseCell* pClonedNewCell = pNewCell->CloneWithoutNote( *pDocument ); in Clone()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx758 ppOldCells[0] = pDocCell ? pDocCell->CloneWithoutNote( *pDoc ) : 0; in SetNormalString()
822 ScBaseCell* pUndoCell = (bUndo && pDocCell) ? pDocCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell()
823 ScBaseCell* pRedoCell = (bUndo && pNewCell) ? pNewCell->CloneWithoutNote( *pDoc, rPos ) : 0; in PutCell()

Completed in 128 milliseconds