Searched refs:nIfaceCount (Results 1 – 3 of 3) sorted by relevance
128 int nIfaceCount = 0; in Save() local136 nIfaceCount = pParser->aIfaceVector.size(); in Save()139 if( nIfaceCount ) in Save()141 for( int i = 0 ; i < nIfaceCount ; i++ ) in Save()178 if( nIfaceCount ) in Save()189 for( int i = 0 ; i < nIfaceCount ; i++ ) in Save()
2349 sal_Int32 nIfaceCount = aClassSeq.getLength(); in implInspect() local2351 aClassSeq.realloc( nIfaceCount + 1 ); in implInspect()2352 aClassSeq.getArray()[ nIfaceCount ] = xImplClass2; in implInspect()2353 nIfaceCount++; in implInspect()2357 for( sal_Int32 j = 0 ; j < nIfaceCount ; j++ ) in implInspect()
1755 sal_uInt32 nIfaceCount = aTypeSeq.getLength(); in checkUnoObjectType() local1756 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in checkUnoObjectType()1829 sal_uInt32 nIfaceCount = aTypeSeq.getLength(); in Impl_GetSupportedInterfaces() local1830 for( sal_uInt32 j = 0 ; j < nIfaceCount ; j++ ) in Impl_GetSupportedInterfaces()
Completed in 71 milliseconds