Lines Matching refs:nCount

264 			sal_uInt16 nCount = pColl->GetCount();  in lcl_GetDPObject()  local
265 for (sal_uInt16 i=0; i<nCount; i++) in lcl_GetDPObject()
294 sal_Int32 nCount = pDPObj->GetDimCount(); in lcl_GetObjectIndex() local
295 for ( sal_Int32 nDim = 0; nDim < nCount; ++nDim ) in lcl_GetObjectIndex()
344 sal_uInt16 nCount = pColl->GetCount(); in GetObjectByIndex_Impl() local
345 for (sal_uInt16 i=0; i<nCount; i++) in GetObjectByIndex_Impl()
494 sal_uInt16 nCount = pColl->GetCount(); in getCount() local
495 for (sal_uInt16 i=0; i<nCount; i++) in getCount()
555 sal_uInt16 nCount = pColl->GetCount(); in getElementNames() local
557 for (i=0; i<nCount; i++) in getElementNames()
567 for (i=0; i<nCount; i++) in getElementNames()
591 sal_uInt16 nCount = pColl->GetCount(); in hasByName() local
592 for (sal_uInt16 i=0; i<nCount; i++) in hasByName()
1370 sal_uInt16 nCount = aModifyListeners.Count(); in removeModifyListener() local
1371 for ( sal_uInt16 n=nCount; n--; ) in removeModifyListener()
2190 sal_Int32 nCount = static_cast< sal_Int32 >( pDim->GetSubTotalsCount() ); in getSubtotals() local
2191 if ( nCount > 0 ) in getSubtotals()
2193 aRet.realloc( nCount ); in getSubtotals()
2194 for( sal_Int32 nIdx = 0; nIdx < nCount; ++nIdx ) in getSubtotals()
2210 sal_Int32 nCount = rSubtotals.getLength(); in setSubtotals() local
2211 if( nCount == 1 ) in setSubtotals()
2222 else if( nCount > 1 ) in setSubtotals()
2226 for( sal_Int32 nIdx = 0; nIdx < nCount; ++nIdx ) in setSubtotals()
2427 … for( sal_Int32 nIdx = 0, nCount = pGroupDim->GetGroupCount(); nIdx < nCount; ++nIdx ) in getGroupInfo() local
2487 sal_Int32 nCount(xIndex->getCount()); in setGroupInfo() local
2488 for(sal_Int32 i = 0; i < nCount; i++) in setGroupInfo()
2555 sal_Int32 nCount(rItems.getLength()); in HasString() local
2557 while (nItem < nCount && !bRet) in HasString()
2866 for( sal_Int32 nIdx = 0, nCount = xItemsIA->getCount(); nIdx < nCount; ++nIdx ) in lclExtractGroupMembers() local
3297 sal_Int32 nCount = xMembersIndex->getCount(); in getByName() local
3300 while (nItem < nCount && !bFound ) in getByName()
3332 sal_Int32 nCount = xMembersIndex->getCount(); in hasByName() local
3334 while (nItem < nCount && !bFound ) in hasByName()
3407 sal_Int32 nCount = xMembersIndex->getCount(); in getName() local
3408 if (mnIndex < nCount) in getName()
3444 sal_Int32 nCount = xMembersIndex->getCount(); in setPropertyValue() local
3445 if( mnIndex < nCount ) in setPropertyValue()
3460 if ( ( aValue >>= nNewPos ) && nNewPos >= 0 && nNewPos < nCount ) in setPropertyValue()
3497 sal_Int32 nCount = xMembersIndex->getCount(); in getPropertyValue() local
3498 if( mnIndex < nCount ) in getPropertyValue()