Searched refs:nRefs (Results 1 – 8 of 8) sorted by relevance
157 sal_uInt16& nRefs = _pThePool->_nRefs; in Release() local159 if ( nRefs ) in Release()160 --nRefs; in Release()162 if ( !nRefs ) in Release()169 return nRefs; in Release()
425 sal_uInt16 nRefs = aReader.getReferenceCount(); in getReferences() local427 nRefs); in getReferences()429 nRefs); in getReferences()431 nRefs); in getReferences()433 nRefs); in getReferences()439 for ( sal_uInt16 nPos = 0; nPos < nRefs; ++nPos ) in getReferences()
580 nError = nLen = nIndex = nRPN = nRefs = 0; in FormulaTokenArray()601 nRefs = r.nRefs; in Assign()635 p->nRefs = nRefs; in Clone()694 nError = nLen = nIndex = nRPN = nRefs = 0; in Clear()719 nRefs++; in Add()
861 pArr->nRefs++; in GetToken()865 pArr->nRefs++; in GetToken()1368 pArr->nRefs--; in MergeRangeReference()1384 pArr->nRefs = 0; // count from start in CompileTokenArray()1440 p->pArr->nRefs = sal::static_int_cast<short>( p->pArr->nRefs + pArr->nRefs ); in PopTokenArray()
76 short nRefs; // Count of cell references member in formula::FormulaTokenArray136 short GetRefs() const { return nRefs; } in GetRefs()137 void IncrementRefs() { ++nRefs; } in IncrementRefs()
3414 xub_StrLen nRefs = aSymbol.GetTokenCount( ':' ); in AutoCorrectParsedSymbol() local3416 if ( nRefs > 2 ) in AutoCorrectParsedSymbol()3426 xub_StrLen nCount = nRefs; in AutoCorrectParsedSymbol()3445 nRefs--; in AutoCorrectParsedSymbol()3460 nRefs--; in AutoCorrectParsedSymbol()3472 nRefs--; in AutoCorrectParsedSymbol()3479 if ( nRefs && nRefs <= 2 ) in AutoCorrectParsedSymbol()3483 if ( nRefs == 2 ) in AutoCorrectParsedSymbol()3494 for ( int j=0; j<nRefs; j++ ) in AutoCorrectParsedSymbol()3524 if ( nRefs == 2 ) in AutoCorrectParsedSymbol()
1342 p->nRefs = nRefs; in Clone()1600 nRefs--; in MergeRangeReference()
2108 fcv.nRefs = 1;2178 int nRefs; // reference count
Completed in 104 milliseconds