Lines Matching refs:nCount

114 	sal_uInt32							nCount;  member in XMLPropertyStates_Impl
123 nCount(0) in XMLPropertyStates_Impl()
133 if (nCount) in AddPropertyState()
145 nCount++; in AddPropertyState()
151 nCount++; in AddPropertyState()
160 if (nCount) in FillPropertyStateVector()
162 rVector.resize(nCount, XMLPropertyState(-1)); in FillPropertyStateVector()
171 sal_uInt32 nCount; member in FilterPropertyInfo_Impl
184 nCount++; in AddIndex()
199 nCount(1) in FilterPropertyInfo_Impl()
210 sal_uInt32 nCount; member in FilterPropertiesInfo_Impl
227 sal_uInt32 GetPropertyCount() const { return nCount; } in GetPropertyCount()
262 nCount(0), in FilterPropertiesInfo_Impl()
278 nCount++; in AddProperty()
289 OSL_ENSURE(nCount == aPropInfos.size(), "wrong property count"); in GetApiNames()
301 if ( nCount > 1 ) in GetApiNames()
317 nCount--; in GetApiNames()
329 pApiNames = new Sequence < OUString >( nCount ); in GetApiNames()
363 while (nResultCount > 0 && i < nCount) in FillPropertyStateArray()
393 OSL_ENSURE( nCount == nResultCount, "wrong implemented XTolerantMultiPropertySet??" ); in FillPropertyStateArray()
436 for( i = 0; i < nCount; ++i, ++pStates ) in FillPropertyStateArray()
501 for(sal_uInt32 i = 0; i < nCount; i++ ) in FillPropertyStateArray()
522 for(sal_uInt32 i = 0; i < nCount; i++ ) in FillPropertyStateArray()
761 sal_uInt32 nCount = aProperties1.size(); in Equals() local
763 if( nCount == aProperties2.size() ) in Equals()
766 while( bRet && nIndex < nCount ) in Equals()
929 const sal_uInt32 nCount = rProperties.size(); in _exportXML() local
937 while( nIndex < nCount ) in _exportXML()
993 const sal_Int32 nCount = aAttribNames.getLength(); in _exportXML() local
997 for( sal_Int32 i=0; i < nCount; i++, pAttribName++ ) in _exportXML()
1122 const sal_uInt16 nCount = rIndexArray.Count(); in exportElementItems() local
1126 for( sal_uInt16 nIndex = 0; nIndex < nCount; nIndex++ ) in exportElementItems()