Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dscmatrix.hxx196 inline bool IsEternalRef() const { return nRefCnt == ULONG_MAX; } in IsEternalRef() function in ScMatrix
199 if ( !IsEternalRef() ) in IncRef()
204 if ( nRefCnt > 0 && !IsEternalRef() ) in DecRef()
210 if ( nRefCnt == 0 || IsEternalRef() ) in Delete()
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx82 return (mbCloneIfConst || IsEternalRef()) ? Clone() : this; in CloneIfConst()

Completed in 22 milliseconds