Searched refs:dBackTrans (Results 1 – 2 of 2) sorted by relevance
1373 double dBackTrans = 1.0; in ApplyFillAttributes() local1386 dBackTrans = GetPropertyValue(DFF_Prop_fillBackOpacity) / 65536.0; in ApplyFillAttributes()1394 ImportGradientColor ( rSet, eMSO_FillType, dTrans , dBackTrans ); in ApplyFillAttributes()2854 …radientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dTrans , double dBackTrans) const in ImportGradientColor()2938 dTrans = dBackTrans; in ImportGradientColor()2939 dBackTrans = dTemp; in ImportGradientColor()2949 if ( dTrans < 1.0 || dBackTrans < 1.0 ) in ImportGradientColor()2952 sal_uInt8 nEndCol = (sal_uInt8)( ( 1- dBackTrans ) * 255 ); in ImportGradientColor()
98 …fxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0 , double dBackTrans = 1.0 ) const;
Completed in 54 milliseconds