Searched refs:aXPropSetInfo (Results 1 – 5 of 5) sorted by relevance
219 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in ImplGetPropertyValue() local220 if ( aXPropSetInfo.is() ) in ImplGetPropertyValue()221 bRetValue = aXPropSetInfo->hasPropertyByName( rString ); in ImplGetPropertyValue()
3235 uno::Reference< beans::XPropertySetInfo > aXPropSetInfo( xProps->getPropertySetInfo() ); in EndElement() local3236 if ( !aXPropSetInfo.is() || aXPropSetInfo->hasPropertyByName( sVisibleArea ) ) in EndElement()
883 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in GetPropertyValue()884 if ( aXPropSetInfo.is() ) in GetPropertyValue()885 bRetValue = aXPropSetInfo->hasPropertyByName( rString ); in GetPropertyValue()951 aXPropSetInfo( mXPropSet->getPropertySetInfo() ); in ImplGetPropertyValue()952 if ( !aXPropSetInfo.is() ) in ImplGetPropertyValue()
4049 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in GetPropertyValue()4050 if ( aXPropSetInfo.is() ) in GetPropertyValue()4051 bRetValue = aXPropSetInfo->hasPropertyByName( rString ); in GetPropertyValue()
7548 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in SetPropValue() local7549 if ( aXPropSetInfo.is() ) in SetPropValue()7550 bRetValue = aXPropSetInfo->hasPropertyByName( rPropName ); in SetPropValue()
Completed in 373 milliseconds