Lines Matching refs:nCount

674     sal_Int32 nCount = xMembersIA->getCount();  in GetMembers()  local
676 aMembers.reserve(nCount); in GetMembers()
678 for (sal_Int32 i = 0; i < nCount; ++i) in GetMembers()
1647 long nCount = aSeq.getLength(); in lcl_FindName() local
1649 for (long nPos=0; nPos<nCount; nPos++) in lcl_FindName()
1692 long nCount = aSeq.getLength(); in lcl_FirstSubTotal() local
1693 for (long i=0; i<nCount; i++) in lcl_FirstSubTotal()
1709 sal_uInt16 nCount = 0; in lcl_CountBits() local
1714 ++nCount; in lcl_CountBits()
1717 return nCount; in lcl_CountBits()
2281 long nCount = 0; in GetRegisteredSources() local
2308 aSeq.realloc( nCount+1 ); in GetRegisteredSources()
2309 aSeq.getArray()[nCount] = sName; in GetRegisteredSources()
2310 ++nCount; in GetRegisteredSources()
2420 while ( nPos < nCount ) in DeleteOnTab()
2433 for (sal_uInt16 i=0; i<nCount; i++) in UpdateReference()
2439 if ( nCount != r.nCount ) in RefsEqual()
2442 for (sal_uInt16 i=0; i<nCount; i++) in RefsEqual()
2451 if ( nCount == r.nCount ) in WriteRefsTo()
2454 for (sal_uInt16 i=0; i<nCount; i++) in WriteRefsTo()
2463 DBG_ASSERT( nCount >= r.nCount, "WriteRefsTo: missing entries in document" ); in WriteRefsTo()
2464 for (sal_uInt16 nSourcePos=0; nSourcePos<nCount; nSourcePos++) in WriteRefsTo()
2469 for (sal_uInt16 nDestPos=0; nDestPos<r.nCount && !bFound; nDestPos++) in WriteRefsTo()
2491 DBG_ASSERT( nCount == r.nCount, "WriteRefsTo: couldn't restore all entries" ); in WriteRefsTo()
2497 for (sal_uInt16 i=0; i<nCount; i++) in GetByName()
2508 for (sal_uInt16 nAdd=0; nAdd<=nCount; nAdd++) // nCount+1 tries in CreateNewName()
2513 for (sal_uInt16 i=0; i<nCount && !bFound; i++) in CreateNewName()
2569 sal_uInt16 nCount = pDPCollection->GetCount(); in RefreshCache() local
2570 for (sal_uInt16 i=0; i<nCount; i++) in RefreshCache()