Lines Matching refs:beans

180 void ImpExportHandles( SvXMLExport& rExport, const uno::Sequence< beans::PropertyValues >& rHandles…  in ImpExportHandles()
191 const uno::Sequence< beans::PropertyValue >& rPropSeq = rHandles[ i ]; in ImpExportHandles()
194 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in ImpExportHandles()
447 void ImpExportEnhancedGeometry( SvXMLExport& rExport, const uno::Reference< beans::XPropertySet >& … in ImpExportEnhancedGeometry()
453 uno::Sequence< beans::PropertyValues > aHandles; in ImpExportEnhancedGeometry()
465 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in ImpExportEnhancedGeometry()
472 uno::Sequence< beans::PropertyValue > aGeoPropSeq; in ImpExportEnhancedGeometry()
482 const beans::PropertyValue& rGeoProp = aGeoPropSeq[ j ]; in ImpExportEnhancedGeometry()
529 uno::Sequence< beans::PropertyValue > aExtrusionPropSeq; in ImpExportEnhancedGeometry()
535 const beans::PropertyValue& rProp = aExtrusionPropSeq[ i ]; in ImpExportEnhancedGeometry()
809 uno::Sequence< beans::PropertyValue > aTextPathPropSeq; in ImpExportEnhancedGeometry()
815 const beans::PropertyValue& rProp = aTextPathPropSeq[ i ]; in ImpExportEnhancedGeometry()
871 uno::Sequence< beans::PropertyValue > aPathPropSeq; in ImpExportEnhancedGeometry()
877 const beans::PropertyValue& rProp = aPathPropSeq[ i ]; in ImpExportEnhancedGeometry()
1023 if ( rAdj.State == beans::PropertyState_DIRECT_VALUE ) in ImpExportEnhancedGeometry()
1058 const uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExportCustomShape()
1062 uno::Reference< beans::XPropertySetInfo > xPropSetInfo( xPropSet->getPropertySetInfo() ); in ImpExportCustomShape()
1096 uno::Reference< beans::XPropertySet > xPropSet(xShape, uno::UNO_QUERY); in ImpExportTableShape()
1191 Sequence< beans::PropertyValue > aArgs( 2 ); in ImpExportTableShape()