Home
last modified time | relevance | path

Searched refs:nOrgHandle (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx494 sal_Int32 nOrgHandle; in setPropertyValueByIndex() local
495 if( mbFastPropSet && ( nOrgHandle = mpOrgPropertyHandleArray[ nSequenceIndex ] ) != -1 ) in setPropertyValueByIndex()
502 xFastPropSet->setFastPropertyValue( nOrgHandle, bUseCopy ? aRealValue : aValue ); in setPropertyValueByIndex()
608 sal_Int32 nOrgHandle; in getPropertyValueByIndex() local
609 if( mbFastPropSet && ( nOrgHandle = mpOrgPropertyHandleArray[ nSequenceIndex ] ) != -1 ) in getPropertyValueByIndex()
616 aRet = xFastPropSet->getFastPropertyValue( nOrgHandle); in getPropertyValueByIndex()

Completed in 37 milliseconds