Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx377 #define DFF_Prop_fillType 384 // MSO_FILLTYPE Type of fill macro
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1338 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes()
2720 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes()
H A Dsvdfppt.cxx1389 … if ( (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ) == mso_fillBackground ) in ProcessObj()
5889 eFillType = (MSO_FillType)rManager.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyTo()
/AOO41X/main/sc/source/filter/excel/
H A Dxichart.cxx541 mnDffFillType = aPropSet.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ReadHeaderRecord()