Home
last modified time | relevance | path

Searched refs:mbCloneIfConst (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dscmatrix.hxx98 bool mbCloneIfConst; // Whether the matrix is cloned with a CloneIfConst() call. member in ScMatrix
171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix()
182 inline void SetImmutable( bool bVal ) { mbCloneIfConst = bVal; } in SetImmutable()
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx82 return (mbCloneIfConst || IsEternalRef()) ? Clone() : this; in CloneIfConst()

Completed in 14 milliseconds