Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx198 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in setPropertyValue() local
199 if(xTypeProps.is()) in setPropertyValue()
201 xTypeProps->getPropertyValue( m_aPropertySetName ) >>= xPropSet; in setPropertyValue()
222 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in getPropertyValue() local
223 if(xTypeProps.is()) in getPropertyValue()
225 xTypeProps->getPropertyValue( m_aPropertySetName ) >>= xPropSet; in getPropertyValue()

Completed in 19 milliseconds