Searched refs:eMSO_FillType (Results 1 – 2 of 2) sorted by relevance
1335 … MSO_FillType eMSO_FillType = (MSO_FillType)GetPropertyValue( DFF_Prop_fillType, mso_fillSolid ); in ApplyFillAttributes() local1337 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() local2730 switch( eMSO_FillType ) in ApplyAttributes()2864 void DffPropertyReader::ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dT… in ImportGradientColor() argument2916 switch( eMSO_FillType ) in ImportGradientColor()
98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0…