Home
last modified time | relevance | path

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

/trunk/main/svx/inc/svx/
H A Dmsdffdef.hxx973 mso_fillSolid, // Fill with a solid color enumerator
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1335 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes()
1339 case mso_fillSolid : // Fill with a solid color in ApplyFillAttributes()
2729 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes()
2732 case mso_fillSolid : in ApplyAttributes()
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()
5898 case mso_fillSolid : in ApplyTo()
/trunk/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()