Lines Matching refs:i

109 	sal_Int32 i;  in isDerivedFrom()  local
110 for( i = 0 ; i < nSuperClassCount ; i++ ) in isDerivedFrom()
112 const Reference<XIdlClass>& rxClass = pClassesArray[i]; in isDerivedFrom()
393 for( int i = 0 ; i < nLen ; ++i ) in getMethodIndex() local
395 const Reference<XIdlMethod> xMethod2 = pMethods[ i ]; in getMethodIndex()
406 iHashResult = i; in getMethodIndex()
429 sal_Int32 i = getPropertyIndex( aPropertyName ); in setPropertyValue() local
430 if( i != -1 ) in setPropertyValue()
431 setPropertyValueByIndex( obj, (sal_Int32)i, aValue ); in setPropertyValue()
572 sal_Int32 i = getPropertyIndex( aPropertyName ); in getPropertyValue() local
573 if( i != -1 ) in getPropertyValue()
574 return getPropertyValueByIndex( obj, i ); in getPropertyValue()
1232 sal_Int32 i = mpStaticImpl->getPropertyIndex( Name ); in getProperty() local
1234 if( i != -1 ) in getProperty()
1236 sal_Int32 nConcept = mpStaticImpl->getPropertyConcepts().getConstArray()[ i ]; in getProperty()
1240 aRet = pProps[ i ]; in getProperty()
1252 sal_Int32 i = mpStaticImpl->getPropertyIndex( Name ); in hasProperty() local
1254 if( i != -1 ) in hasProperty()
1256 sal_Int32 nConcept = mpStaticImpl->getPropertyConcepts().getConstArray()[ i ]; in hasProperty()
1306 for( sal_Int32 i = 0 ; i < nLen ; i++ ) in getProperties() local
1308 sal_Int32 nConcept = pConcepts[ i ]; in getProperties()
1310 pDestProps[ iDest++ ] = pSourceProps[ i ]; in getProperties()
1338 sal_Int32 i = mpStaticImpl->getMethodIndex( Name ); in getMethod() local
1339 if( i != -1 ) in getMethod()
1342 sal_Int32 nConcept = mpStaticImpl->getMethodConcepts().getConstArray()[ i ]; in getMethod()
1346 xRet = pMethods[i]; in getMethod()
1357 sal_Int32 i = mpStaticImpl->getMethodIndex( Name ); in hasMethod() local
1359 if( i != -1 ) in hasMethod()
1361 sal_Int32 nConcept = mpStaticImpl->getMethodConcepts().getConstArray()[ i ]; in hasMethod()
1407 for( sal_Int32 i = 0 ; i < nLen ; i++ ) in getMethods() local
1409 sal_Int32 nConcept = pConcepts[ i ]; in getMethods()
1411 pDestMethods[ iDest++ ] = pSourceMethods[ i ]; in getMethods()
1418 const Reference< XIdlMethod >& rxMethod = pSourceMethods[ i ]; in getMethods()
1433 OSL_TRACE( "Method %ld: %s, Concepts = %s", i, aNameStr.getStr(), ConceptStr.getStr() ); in getMethods()
1637 sal_Int32 i; in operator ()() local
1638 for( i = 0 ; i < nCount32 ; i++ ) in operator ()()
1646 for( i = 0 ; i < nMod32 ; i++ ) in operator ()()
1900 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService() local
1901 if( pArray[i] == ServiceName ) in supportsService()
2077 for( sal_Int32 i = 0 ; i < nTypeCount ; i++ ) in implInspect() local
2079 pClasses[ i ] = TypeToIdlClass( pTypes[ i ], m_xSMgr ); in implInspect()
2231 sal_Int32 i; in implInspect() local
2272 for( i = 0 ; i < nLen ; i++ ) in implInspect()
2278 rProp = pProps[ i ]; in implInspect()
2281 pAccess->mpOrgPropertyHandleArray[ i ] = rProp.Handle; in implInspect()
2383 for( i = 0 ; i < nLen ; i++ ) in implInspect()
2385 Reference<XIdlField> xField = pFields[i]; in implInspect()
2459 for( i = 0 ; i < nSourceMethodCount ; i++ ) in implInspect()
2461 pMethodTypes[ i ] = STANDARD_METHOD; in implInspect()
2462 pLocalMethodConcepts[ i ] = 0; in implInspect()
2468 for( i = 0 ; i < nSourceMethodCount ; i++ ) in implInspect()
2471 const Reference<XIdlMethod>& rxMethod_i = pSourceMethods[i]; in implInspect()
2472 sal_Int32& rMethodConcept_i = pLocalMethodConcepts[ i ]; in implInspect()
2487 pMethodTypes[ i ] = INVALID_METHOD; in implInspect()
2562 pMethodTypes[i] = GETSET_METHOD; in implInspect()
2600 if( k == i || pMethodTypes[k] != STANDARD_METHOD ) in implInspect()
2685 if( k == i || pMethodTypes[k] != STANDARD_METHOD ) in implInspect()
2716 pMethodTypes[i] = ADD_LISTENER_METHOD; in implInspect()
2726 for( i = 0 ; i < nSourceMethodCount ; i++ ) in implInspect()
2729 const Reference<XIdlMethod>& rxMethod_i = pSourceMethods[i]; in implInspect()
2732 if( pMethodTypes[i] != STANDARD_METHOD ) in implInspect()
2778 pLocalMethodConcepts[ i ] = PROPERTY; in implInspect()
2780 pMethodTypes[i] = GETSET_METHOD; in implInspect()
2823 for( i = 0 ; i < nSourceMethodCount ; i++ ) in implInspect()
2825 if( pMethodTypes[ i ] != INVALID_METHOD ) in implInspect()
2829 if( pMethodTypes[ i ] == ADD_LISTENER_METHOD ) in implInspect()
2844 for( i = 0 ; i < nSourceMethodCount ; i++ ) in implInspect()
2846 if( pMethodTypes[ i ] != INVALID_METHOD ) in implInspect()
2849 const Reference<XIdlMethod>& rxMethod = pSourceMethods[i]; in implInspect()
2878 sal_Int32& rMethodConcept_i = pLocalMethodConcepts[ i ]; in implInspect()
2884 if( pMethodTypes[ i ] == ADD_LISTENER_METHOD ) in implInspect()
2887 const Reference<XIdlMethod>& rxMethod = pSourceMethods[i]; in implInspect()
2984 for( i = 0 ; i < nLen ; i++ ) in implInspect()
2986 Reference<XIdlField> xField = pFields[i]; in implInspect()