Searched refs:IsEternalRef (Results 1 – 2 of 2) sorted by relevance
196 inline bool IsEternalRef() const { return nRefCnt == ULONG_MAX; } in IsEternalRef() function in ScMatrix199 if ( !IsEternalRef() ) in IncRef()204 if ( nRefCnt > 0 && !IsEternalRef() ) in DecRef()210 if ( nRefCnt == 0 || IsEternalRef() ) in Delete()
82 return (mbCloneIfConst || IsEternalRef()) ? Clone() : this; in CloneIfConst()
Completed in 17 milliseconds