Home
last modified time | relevance | path

Searched refs:MSO_FillType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/inc/svx/
H A Dmsdffdef.hxx972 enum MSO_FillType { enum
/AOO42X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0…
/AOO42X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1335MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes()
2729MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes()
2864 void DffPropertyReader::ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dT… in ImportGradientColor()
H A Dsvdfppt.cxx1389 … if ( (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ) == mso_fillBackground ) in ProcessObj()
5886 MSO_FillType eFillType = mso_fillSolid; in ApplyTo()
5888 eFillType = (MSO_FillType)rManager.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyTo()