Home
last modified time | relevance | path

Searched refs:mXPropSet (Results 1 – 5 of 5) sorted by relevance

/AOO42X/main/filter/source/msfilter/
H A Deschesdo.cxx160 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); \
162 aPropOpt.CreateTextProperties( rObj.mXPropSet, \
258 …if ( aPropOpt.CreateGraphicProperties( rObj.mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "MetaF… in ImplWriteShape()
281 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); in ImplWriteShape()
285 aPropOpt.CreateTextProperties( rObj.mXPropSet, mpEscherEx->QueryTextID( in ImplWriteShape()
313 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); in ImplWriteShape()
315 aPropOpt.CreateTextProperties( rObj.mXPropSet, in ImplWriteShape()
353 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); in ImplWriteShape()
395 …aPropOpt.CreatePolygonProperties( rObj.mXPropSet, ESCHER_CREATEPOLYGON_POLYPOLYGON, sal_False, aNe… in ImplWriteShape()
396 aPropOpt.CreateFillProperties( rObj.mXPropSet, sal_True ); in ImplWriteShape()
[all …]
H A Deschesdo.hxx53 ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > mXPropSet;
/AOO42X/main/sd/source/filter/eppt/
H A Depptso.cxx933 return GetPropertyValue( mAny, mXPropSet, rString ); in ImplGetPropertyValue()
951 aXPropSetInfo( mXPropSet->getPropertySetInfo() ); in ImplGetPropertyValue()
957 mAny = mXPropSet->getPropertyValue( rString ); in ImplGetPropertyValue()
1129 aAny >>= mXPropSet; in ImplGetShapeByIndex()
1131 if ( !mXPropSet.is() ) in ImplGetShapeByIndex()
1149 mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "RotateAngle" ) ), sal_True ) ) in ImplGetShapeByIndex()
1509 …if ( PropValue::GetPropertyValue( aAny, mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillStyle… in ImplWritePortions()
1518 aPropOpt.CreateGradientProperties( mXPropSet ); in ImplWritePortions()
1524 …if ( PropValue::GetPropertyValue( aAny, mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FillColor… in ImplWritePortions()
1670 …if ( GetPropertyValue( aAny, mXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "FontIndependentLineS… in ImplGetText()
[all …]
H A Deppt.cxx619 mXPropSet = ::com::sun::star::uno::Reference< in ImplCreateDocument()
622 if ( mXPropSet.is() ) in ImplCreateDocument()
1060 mXPropSet = ::com::sun::star::uno::Reference< in ImplCreateMainNotes()
1063 if ( !mXPropSet.is() ) in ImplCreateMainNotes()
H A Deppt.hxx490 < ::com::sun::star::beans::XPropertySet > mXPropSet;