Searched refs:nValueCount (Results 1 – 10 of 10) sorted by relevance
433 sal_uInt32 nValueCount = 0; in FillPropertyStateArray() local439 nValueCount++; in FillPropertyStateArray()442 if( nValueCount ) in FillPropertyStateArray()445 Sequence < OUString > aAPINames( nValueCount ); in FillPropertyStateArray()449 aPropIters.reserve( nValueCount ); in FillPropertyStateArray()456 while( i < nValueCount ) in FillPropertyStateArray()475 for( i = 0; i < nValueCount; i++ ) in FillPropertyStateArray()
374 sal_Int32 nValueCount = 0; in FillPropertySequence() local388 ++nValueCount; in FillPropertySequence()391 if( nValueCount < nCount ) in FillPropertySequence()392 rValues.realloc( nValueCount ); in FillPropertySequence()
407 const sal_Int32 nValueCount( aValues.getLength() ); in createUniqueInterfaceName() local411 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in createUniqueInterfaceName()853 const sal_Int32 nValueCount( aValues.getLength() ); in onDelete() local857 for( nValue = 0; (nValue < nValueCount) && !bTypeStillUsed; nValue++, pValues++ ) in onDelete()1107 const sal_Int32 nValueCount( aValues.getLength() ); in initFilterList() local1111 for( nValue = 0; nValue < nValueCount; nValue++, pValues++ ) in initFilterList()
194 const sal_Int32 nValueCount( aValues.getLength() ); in onOk() local198 for( nValue = 0; (nValue < nValueCount) && (nErrorId == 0); nValue++, pValues++ ) in onOk()
250 sal_uIntPtr nValueCount; member in INetMessageHeaderIterator259 sal_uIntPtr GetValueCount (void) const { return nValueCount; } in GetValueCount()262 if (nIndex < nValueCount) in GetValue()
356 sal_uInt16 nValueCount = pColl->GetCount(); in UpdateValueList() local357 if ( nValueCount > 0 ) in UpdateValueList()359 for ( sal_uInt16 i=0; i<nValueCount; i++ ) in UpdateValueList()
543 sal_uInt16 nValueCount = pColl->GetCount(); in UpdateValueList() local544 if ( nValueCount > 0 ) in UpdateValueList()546 for ( sal_uInt16 i=0; i<nValueCount; i++ ) in UpdateValueList()
931 int nValueCount = pKey->countValues(); in writeJobPatch() local932 for( int i = 0; i < nValueCount; i++ ) in writeJobPatch()
936 sal_uInt32 nValueCount = 0; in ConvertDataSequence() local948 ++nValueCount; in ConvertDataSequence()970 nValueCount += nCols * nRows * nTabs; in ConvertDataSequence()981 return ulimit_cast< sal_uInt16 >( nValueCount, EXC_CHDATAFORMAT_MAXPOINTCOUNT ); in ConvertDataSequence()
213 nValueCount = aValueList.Count(); in INetMessageHeaderIterator()
Completed in 118 milliseconds