Home
last modified time | relevance | path

Searched refs:dBackTrans (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx98 …fxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0 , double dBackTrans = 1.0 ) const;
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1373 double dBackTrans = 1.0; in ApplyFillAttributes() local
1386 dBackTrans = GetPropertyValue(DFF_Prop_fillBackOpacity) / 65536.0; in ApplyFillAttributes()
1394 ImportGradientColor ( rSet, eMSO_FillType, dTrans , dBackTrans ); in ApplyFillAttributes()
2867 …radientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dTrans , double dBackTrans) const in ImportGradientColor()
2951 dTrans = dBackTrans; in ImportGradientColor()
2952 dBackTrans = dTemp; in ImportGradientColor()
2962 if ( dTrans < 1.0 || dBackTrans < 1.0 ) in ImportGradientColor()
2965 sal_uInt8 nEndCol = (sal_uInt8)( ( 1- dBackTrans ) * 255 ); in ImportGradientColor()

Completed in 44 milliseconds