Home
last modified time | relevance | path

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

/AOO41X/main/svx/inc/svx/
H A Dmsdffdef.hxx973 mso_fillSolid, // Fill with a solid color enumerator
/AOO41X/main/filter/source/msfilter/
H A Dmsdffimp.cxx1338 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes()
1342 case mso_fillSolid : // Fill with a solid color in ApplyFillAttributes()
2720 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes()
2723 case mso_fillSolid : in ApplyAttributes()
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()
5899 case mso_fillSolid : in ApplyTo()
/AOO41X/main/sc/source/filter/excel/
H A Dxichart.cxx526 mnDffFillType( mso_fillSolid ) in XclImpChEscherFormat()
541 mnDffFillType = aPropSet.GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ReadHeaderRecord()