Lines Matching refs:nCloneFlags
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()
142 … const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags ) const in CloneWithNote()
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()
817 if( nCloneFlags & SC_CLONECELL_STARTLISTENING ) in ScFormulaCell()