Searched refs:xFastPropSet (Results 1 – 1 of 1) sorted by relevance
498 Reference<XFastPropertySet> xFastPropSet = in setPropertyValueByIndex() local500 if( xFastPropSet.is() ) in setPropertyValueByIndex()502 xFastPropSet->setFastPropertyValue( nOrgHandle, bUseCopy ? aRealValue : aValue ); in setPropertyValueByIndex()612 Reference<XFastPropertySet> xFastPropSet = in getPropertyValueByIndex() local614 if( xFastPropSet.is() ) in getPropertyValueByIndex()616 aRet = xFastPropSet->getFastPropertyValue( nOrgHandle); in getPropertyValueByIndex()
Completed in 23 milliseconds