Searched refs:mbCloneIfConst (Results 1 – 2 of 2) sorted by relevance
98 bool mbCloneIfConst; // Whether the matrix is cloned with a CloneIfConst() call. member in ScMatrix171 ScMatrix( SCSIZE nC, SCSIZE nR) : nRefCnt(0), mbCloneIfConst(true) { CreateMatrix( nC, nR); } in ScMatrix()182 inline void SetImmutable( bool bVal ) { mbCloneIfConst = bVal; } in SetImmutable()
82 return (mbCloneIfConst || IsEternalRef()) ? Clone() : this; in CloneIfConst()
Completed in 10 milliseconds