Home
last modified time | relevance | path

Searched refs:eMSO_FillType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1335 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes() local
1337 switch( eMSO_FillType ) in ApplyFillAttributes()
1385 if ( ( eMSO_FillType == mso_fillShadeCenter ) && ( eXFill == XFILL_BITMAP ) ) in ApplyFillAttributes()
1391 ImportGradientColor ( rSet, eMSO_FillType, dTrans , dBackTrans ); in ApplyFillAttributes()
1405 if ( eMSO_FillType == mso_fillPattern ) in ApplyFillAttributes()
1417 else if ( eMSO_FillType == mso_fillTexture ) in ApplyFillAttributes()
2729 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyAttributes() local
2730 switch( eMSO_FillType ) in ApplyAttributes()
2864 void DffPropertyReader::ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dT… in ImportGradientColor() argument
2916 switch( eMSO_FillType ) in ImportGradientColor()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0…