Home
last modified time | relevance | path

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

/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx498 Reference<XFastPropertySet> xFastPropSet = in setPropertyValueByIndex() local
500 if( xFastPropSet.is() ) in setPropertyValueByIndex()
502 xFastPropSet->setFastPropertyValue( nOrgHandle, bUseCopy ? aRealValue : aValue ); in setPropertyValueByIndex()
612 Reference<XFastPropertySet> xFastPropSet = in getPropertyValueByIndex() local
614 if( xFastPropSet.is() ) in getPropertyValueByIndex()
616 aRet = xFastPropSet->getFastPropertyValue( nOrgHandle); in getPropertyValueByIndex()

Completed in 28 milliseconds