Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/tools/
H A DOPropertySet.cxx370 …uno::Reference< beans::XFastPropertySet > xStylePropSet( m_pImplProperties->GetStyle(), uno::UNO_Q… in getFastPropertyValue() local
371 if( xStylePropSet.is() ) in getFastPropertyValue()
377 uno::Reference< beans::XPropertySet > xPropSet( xStylePropSet, uno::UNO_QUERY ); in getFastPropertyValue()
423 rValue = xStylePropSet->getFastPropertyValue( nHandle ); in getFastPropertyValue()
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java116 XPropertySet xStylePropSet = (XPropertySet) in main() local
119 xStylePropSet.getPropertySetInfo(); in main()
122 xStylePropSet.setPropertyValue( "CharColor", in main()
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport.cxx296 uno::Reference< beans::XPropertySet > xStylePropSet(xStyle, uno::UNO_QUERY); in collectShapeAutoStyles() local
297 DBG_ASSERT( xStylePropSet.is(), "style without a XPropertySet?" ); in collectShapeAutoStyles()
300 if(xStylePropSet.is()) in collectShapeAutoStyles()
303xStylePropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Family"))) >>= aFamilyName; in collectShapeAutoStyles()

Completed in 25 milliseconds