Home
last modified time | relevance | path

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

/aoo41x/main/svtools/source/filter/
H A DFilterConfigItem.cxx219 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in ImplGetPropertyValue() local
220 if ( aXPropSetInfo.is() ) in ImplGetPropertyValue()
221 bRetValue = aXPropSetInfo->hasPropertyByName( rString ); in ImplGetPropertyValue()
/aoo41x/main/xmloff/source/draw/
H A Dximpshap.cxx3235 uno::Reference< beans::XPropertySetInfo > aXPropSetInfo( xProps->getPropertySetInfo() ); in EndElement() local
3236 if ( !aXPropSetInfo.is() || aXPropSetInfo->hasPropertyByName( sVisibleArea ) ) in EndElement()
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx883 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()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx4038 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in GetPropertyValue()
4039 if ( aXPropSetInfo.is() ) in GetPropertyValue()
4040 bRetValue = aXPropSetInfo->hasPropertyByName( rString ); in GetPropertyValue()
H A Dmsdffimp.cxx7508 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in SetPropValue() local
7509 if ( aXPropSetInfo.is() ) in SetPropValue()
7510 bRetValue = aXPropSetInfo->hasPropertyByName( rPropName ); in SetPropValue()

Completed in 171 milliseconds