Lines Matching refs:nSequenceIndex

436 …AccessStatic_Impl::setPropertyValueByIndex(const Any& obj, sal_Int32 nSequenceIndex, const Any& aV…  in setPropertyValueByIndex()  argument
447 …else if( nSequenceIndex >= mnPropCount || ( eObjType != TypeClass_STRUCT && eObjType != TypeClass_… in setPropertyValueByIndex()
454 if( (pProps[ nSequenceIndex ].Attributes & READONLY) != 0 ) in setPropertyValueByIndex()
460 switch( pMapTypeArray[ nSequenceIndex ] ) in setPropertyValueByIndex()
465 const Property& rProp = maAllPropertySeq.getConstArray()[ nSequenceIndex ]; in setPropertyValueByIndex()
495 if( mbFastPropSet && ( nOrgHandle = mpOrgPropertyHandleArray[ nSequenceIndex ] ) != -1 ) in setPropertyValueByIndex()
529 …Reference<XIdlField> xField = (XIdlField*)(aInterfaceSeq1.getConstArray()[ nSequenceIndex ].get()); in setPropertyValueByIndex()
554 …Reference<XIdlMethod> xMethod = (XIdlMethod*)(aInterfaceSeq2.getConstArray()[ nSequenceIndex ].get… in setPropertyValueByIndex()
579 …ospectionAccessStatic_Impl::getPropertyValueByIndex(const Any& obj, sal_Int32 nSequenceIndex) const in getPropertyValueByIndex()
591 …else if( nSequenceIndex >= mnPropCount || ( eObjType != TypeClass_STRUCT && eObjType != TypeClass_… in getPropertyValueByIndex()
598 switch( pMapTypeArray[ nSequenceIndex ] ) in getPropertyValueByIndex()
603 const Property& rProp = maAllPropertySeq.getConstArray()[ nSequenceIndex ]; in getPropertyValueByIndex()
609 if( mbFastPropSet && ( nOrgHandle = mpOrgPropertyHandleArray[ nSequenceIndex ] ) != -1 ) in getPropertyValueByIndex()
645 …Reference<XIdlField> xField = (XIdlField*)(aInterfaceSeq1.getConstArray()[ nSequenceIndex ].get()); in getPropertyValueByIndex()
663 …Reference<XIdlMethod> xMethod = (XIdlMethod*)(aInterfaceSeq1.getConstArray()[ nSequenceIndex ].get… in getPropertyValueByIndex()