Lines Matching refs:beans

158 			uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY );  in checkForCustomShapeReplacement()
175 uno::Sequence< beans::PropertyValue > aPropValues( 2 ); in checkForCustomShapeReplacement()
206 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in collectShapeAutoStyles()
251 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in collectShapeAutoStyles()
263 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in collectShapeAutoStyles()
283 uno::Reference< beans::XPropertySetInfo > xPropertySetInfo( xPropSet->getPropertySetInfo() ); in collectShapeAutoStyles()
296 uno::Reference< beans::XPropertySet > xStylePropSet(xStyle, uno::UNO_QUERY); in collectShapeAutoStyles()
308 catch(beans::UnknownPropertyException aException) in collectShapeAutoStyles()
340 uno::Reference< beans::XPropertySet > xControlModel(xControl->getControl(), uno::UNO_QUERY); in collectShapeAutoStyles()
394 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in collectShapeAutoStyles()
395 uno::Reference< beans::XPropertyState > xPropState( xPropSet, uno::UNO_QUERY ); in collectShapeAutoStyles()
408 …&& ( beans::PropertyState_DEFAULT_VALUE == xPropState->getPropertyState( s_sParaAdjustPropertyNam… in collectShapeAutoStyles()
543 uno::Reference< beans::XPropertySet > xSet( xShape, uno::UNO_QUERY ); in exportShape()
693 uno::Reference< beans::XPropertySet > xProps( xShape, uno::UNO_QUERY ); in exportShape()
1105 uno::Reference <beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY); in ImpCalcShapeType()
1160 uno::Reference <beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY); in ImpCalcShapeType()
1269 …uno::Reference< beans::XPropertySet > xDefaults( xFact->createInstance( OUString(RTL_CONSTASCII_US… in ExportGraphicDefaults()