Lines Matching refs:nI
285 sal_Int32 nI = 0; in getPropertyDefaults() local
287 for( ; nI < nElements; ++nI ) in getPropertyDefaults()
289 pResultArray[ nI ] = GetDefaultValue( in getPropertyDefaults()
290 rPH.getHandleByName( aPropertyNames[ nI ] )); in getPropertyDefaults()
391 sal_Int32 nI = aProps.getLength() - 1; in getFastPropertyValue() local
392 while( ( nI >= 0 ) && nHandle != aProps[ nI ].Handle ) in getFastPropertyValue()
393 --nI; in getFastPropertyValue()
395 if( nI >= 0 ) // => nHandle == aProps[nI].Handle in getFastPropertyValue()
399 beans::Property aProp( rPH.getPropertyByName( aProps[ nI ].Name ) ); in getFastPropertyValue()
405 OSL_ENSURE( aProp.Type == aProps[nI].Type, in getFastPropertyValue()
407 OSL_ENSURE( aProp.Attributes == aProps[nI].Attributes, in getFastPropertyValue()