Searched refs:nCloneFlags (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | cell.cxx | 106 …ell( const ScBaseCell& rSrcCell, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags ) in lclCloneCell() argument 117 … ScFormulaCell( static_cast< const ScFormulaCell& >( rSrcCell ), rDestDoc, rDestPos, nCloneFlags ); in lclCloneCell() 128 ScBaseCell* ScBaseCell::CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags ) const in CloneWithoutNote() 134 return lclCloneCell( *this, rDestDoc, aDestPos, nCloneFlags ); in CloneWithoutNote() 137 …aseCell::CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags ) const in CloneWithoutNote() 139 return lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithoutNote() 144 ScBaseCell* pNewCell = lclCloneCell( *this, rDestDoc, rDestPos, nCloneFlags ); in CloneWithNote() 149 bool bCloneCaption = (nCloneFlags & SC_CLONECELL_NOCAPTION) == 0; in CloneWithNote() 726 …rmulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, int nCloneFlags ) : in ScFormulaCell() argument 758 if ( nCloneFlags & SC_CLONECELL_ADJUST3DREL ) in ScFormulaCell() [all …]
|
H A D | column.cxx | 1254 int nCloneFlags = bCloneNoteCaptions ? SC_CLONECELL_DEFAULT : SC_CLONECELL_NOCAPTION; in CopyToClip() local 1262 …l* pNewCell = pItems[i].pCell->CloneWithNote( aOwnPos, *rColumn.pDocument, aDestPos, nCloneFlags ); in CopyToClip()
|
/aoo4110/main/sc/inc/ |
H A D | cell.hxx | 88 …ScBaseCell* CloneWithoutNote( ScDocument& rDestDoc, int nCloneFlags = SC_CLONECELL_DEFAULT ) c… 92 …CloneWithoutNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags = SC_CLONECELL_… 96 …Address& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags = SC_CLONECELL_… 347 …nst ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, int nCloneFlags = SC_CLONECELL_…
|
Completed in 44 milliseconds