Home
last modified time | relevance | path

Searched refs:aXPropSetInfo (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7548 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in SetPropValue() local
7549 if ( aXPropSetInfo.is() ) in SetPropValue()
7550 bRetValue = aXPropSetInfo->hasPropertyByName( rPropName ); in SetPropValue()
H A Descherex.cxx4049 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in GetPropertyValue()
4050 if ( aXPropSetInfo.is() ) in GetPropertyValue()
4051 bRetValue = aXPropSetInfo->hasPropertyByName( rString ); in GetPropertyValue()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 148 milliseconds