Searched refs:xStylePropSet (Results 1 – 3 of 3) sorted by relevance
350 …uno::Reference< beans::XFastPropertySet > xStylePropSet( m_pImplProperties->GetStyle(), uno::UNO_Q… in getFastPropertyValue() local351 if( xStylePropSet.is() ) in getFastPropertyValue()357 uno::Reference< beans::XPropertySet > xPropSet( xStylePropSet, uno::UNO_QUERY ); in getFastPropertyValue()403 rValue = xStylePropSet->getFastPropertyValue( nHandle ); in getFastPropertyValue()
116 XPropertySet xStylePropSet = (XPropertySet) in main() local119 xStylePropSet.getPropertySetInfo(); in main()122 xStylePropSet.setPropertyValue( "CharColor", in main()
296 uno::Reference< beans::XPropertySet > xStylePropSet(xStyle, uno::UNO_QUERY); in collectShapeAutoStyles() local297 DBG_ASSERT( xStylePropSet.is(), "style without a XPropertySet?" ); in collectShapeAutoStyles()300 if(xStylePropSet.is()) in collectShapeAutoStyles()303 … xStylePropSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Family"))) >>= aFamilyName; in collectShapeAutoStyles()