Home
last modified time | relevance | path

Searched refs:nRefs (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx425 sal_uInt16 nRefs = aReader.getReferenceCount(); in getReferences() local
427 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()
/trunk/main/sfx2/source/explorer/
H A Dnochaos.cxx157 sal_uInt16& nRefs = _pThePool->_nRefs; in Release() local
159 if ( nRefs ) in Release()
160 --nRefs; in Release()
162 if ( !nRefs ) in Release()
169 return nRefs; in Release()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1342 p->nRefs = nRefs; in Clone()
1600 nRefs--; in MergeRangeReference()
H A Dcompiler.cxx3414 xub_StrLen nRefs = aSymbol.GetTokenCount( ':' ); in AutoCorrectParsedSymbol() local
3416 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()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch2108 fcv.nRefs = 1;
2178 int nRefs; // reference count
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx76 short nRefs; // Count of cell references member in formula::FormulaTokenArray
136 short GetRefs() const { return nRefs; } in GetRefs()
137 void IncrementRefs() { ++nRefs; } in IncrementRefs()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx580 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()
H A DFormulaCompiler.cxx861 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()

Completed in 90 milliseconds