/aoo42x/main/oox/source/export/ |
H A D | drawingml.cxx | 114 mAny = rXPropSet->getPropertyValue( aName ); in GetProperty() 127 mAny = rXPropSet->getPropertyValue( aName ); in GetPropertyAndState() 165 if ( GetProperty( rXPropSet, S( "FillColor" ) ) ) in WriteSolidFill() 387 WriteLineArrow( rXPropSet, sal_True ); in WriteOutline() 388 WriteLineArrow( rXPropSet, sal_False ); in WriteOutline() 553 WriteBlipFill( rXPropSet, sURLPropName, XML_a ); in WriteBlipFill() 558 if ( GetProperty( rXPropSet, sURLPropName ) ) { in WriteBlipFill() 572 WriteBlipMode( rXPropSet ); in WriteBlipFill() 800 rXPropSet.set( rXTextField, UNO_QUERY ); in GetFieldType() 801 if( rXPropSet.is() ) { in GetFieldType() [all …]
|
H A D | shapes.cxx | 93 DBG(extern void dump_pset(Reference< XPropertySet > rXPropSet)); 338 GetProperty( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ) ) 341 …( GetPropertyAndState( rXPropSet, rXPropState, String( RTL_CONSTASCII_USTRINGPARAM( #propName ) ),… 445 Reference< XPropertySet > rXPropSet( xShape, UNO_QUERY ); in WriteCustomShape() local 498 if( rXPropSet.is() ) in WriteCustomShape() 500 WriteFill( rXPropSet ); in WriteCustomShape() 501 WriteOutline( rXPropSet ); in WriteCustomShape() 668 Reference< XPropertySet > rXPropSet( xShape, UNO_QUERY ); in WriteConnectorShape() local
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 461 aAnyTemp, rXPropSet, aPropName, sal_False ) ) in CreateGradientProperties() 601 aAny, rXPropSet, aPropName, sal_False ) ) in CreateFillProperties() 610 CreateGradientProperties( rXPropSet , bTransparentGradient ); in CreateFillProperties() 635 rXPropSet, aPropName ); in CreateFillProperties() 665 CreateLineProperties( rXPropSet, bEdge ); in CreateFillProperties() 879 aAny, rXPropSet, sLine, sal_False ) ) in GetLineArrow() 891 aAny, rXPropSet, sLineName, sal_False ) ) in GetLineArrow() 1809 CreateFillProperties( rXPropSet, sal_True ); in CreateGraphicProperties() 4049 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in GetPropertyValue() 4062 rAny = rXPropSet->getPropertyValue( rString ); in GetPropertyValue() [all …]
|
H A D | eschesdo.cxx | 1331 sal_Bool ImplEESdrObject::ImplGetPropertyValue( const Reference< XPropertySet >& rXPropSet, in ImplGetPropertyValue() argument 1339 mAny = rXPropSet->getPropertyValue( rString ); in ImplGetPropertyValue()
|
H A D | msdffimp.cxx | 7538 …e( const uno::Any& rAny, const uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, in SetPropValue() argument 7548 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in SetPropValue() 7561 rXPropSet->setPropertyValue( rPropName, rAny ); in SetPropValue()
|
/aoo42x/main/oox/inc/oox/export/ |
H A D | drawingml.hxx | 73 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, String aName ); 74 …pertyAndState( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, 91 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, sal_Bool bLineS… 95 …teSolidFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet ); 96 …radientFill( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet ); 97 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, String sURLProp… 98 …com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet, String sURLProp… 99 …riteOutline( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet ); 103 …iteBlipMode( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet ); 113 …raphNumbering( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > rXPropSet,
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 898 …if ( GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "Layout" ) ) ), sal_T… in ImplGetLayout() 1697 …Background( ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet ) in ImplWriteBackground() argument 1715 if ( ImplGetPropertyValue( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillStyle" ) ) ) ) in ImplWriteBackground() 1722 aPropOpt.CreateGradientProperties( rXPropSet ); in ImplWriteBackground() 1730 …aPropOpt.CreateGraphicProperties( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillBitmapURL" … in ImplWriteBackground() 1734 …aPropOpt.CreateGraphicProperties( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillHatch" ) ),… in ImplWriteBackground() 1739 … if ( ImplGetPropertyValue( rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillColor" ) ) ) ) in ImplWriteBackground() 2030 PortionObj aPortionObj( rXPropSet, rFontCollection ); in SetStyleSheet() 2188 ParagraphObj aParagraphObj( rXPropSet, rBuProv ); in SetStyleSheet() 2200 uno::Any aAny = rXPropSet->getPropertyValue( ::rtl::OUString( in SetStyleSheet() [all …]
|
H A D | epptso.cxx | 872 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, in GetPropertyValue() 883 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in GetPropertyValue() 896 rAny = rXPropSet->getPropertyValue( rString ); in GetPropertyValue() 911 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, in GetPropertyState() 918 ( rXPropSet, ::com::sun::star::uno::UNO_QUERY ); in GetPropertyState() 1733 …onObj( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, in PortionObj() argument 1744 mXPropSet = rXPropSet; in PortionObj() 2157 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, Strin… in ImplGetTextField() 2162 …if ( GetPropertyValue( aAny, rXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "TextPortionType" ) )… in ImplGetTextField() 2167 if ( GetPropertyValue( aAny, rXPropSet, aTextFieldType, sal_True ) ) in ImplGetTextField() [all …]
|
H A D | eppt.hxx | 756 …const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet ) const;
|
/aoo42x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 207 …Item::ImplGetPropertyValue( Any& rAny, const Reference< XPropertySet >& rXPropSet, const OUString&… in ImplGetPropertyValue() argument 211 if ( rXPropSet.is() ) in ImplGetPropertyValue() 219 aXPropSetInfo( rXPropSet->getPropertySetInfo() ); in ImplGetPropertyValue() 232 rAny = rXPropSet->getPropertyValue( rString ); in ImplGetPropertyValue()
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1168 …butes( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, 1217 …rties( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, 1220 …m::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, const ::com::su… 1221 …rties( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet, 1256 … const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet,
|
H A D | msdffimp.hxx | 711 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > & rXPropSet,
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | FilterConfigItem.hxx | 47 const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& rXPropSet,
|