Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx972 enum MSO_FillType { enum
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0…
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1338MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes()
2720MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes()
2854 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()
5887 MSO_FillType eFillType = mso_fillSolid; in ApplyTo()
5889 eFillType = (MSO_FillType)rManager.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyTo()