Searched refs:xStylePropSet (Results 1 – 3 of 3) sorted by relevance
370 …uno::Reference< beans::XFastPropertySet > xStylePropSet( m_pImplProperties->GetStyle(), uno::UNO_Q… in getFastPropertyValue() local371 if( xStylePropSet.is() ) in getFastPropertyValue()377 uno::Reference< beans::XPropertySet > xPropSet( xStylePropSet, uno::UNO_QUERY ); in getFastPropertyValue()423 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()
Completed in 46 milliseconds