Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx98 …void ImportGradientColor( SfxItemSet& aSet, MSO_FillType eMSO_FillType, double dTrans = 1.0 , dou…
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1372 double dTrans = 1.0; in ApplyFillAttributes() local
1376 dTrans = GetPropertyValue(DFF_Prop_fillOpacity) / 65536.0; in ApplyFillAttributes()
1379 dTrans = dTrans * 100; in ApplyFillAttributes()
1381 sal_uInt16(100 - ::rtl::math::round(dTrans)))); in ApplyFillAttributes()
1394 ImportGradientColor ( rSet, eMSO_FillType, dTrans , dBackTrans ); in ApplyFillAttributes()
2867 …ImportGradientColor( SfxItemSet& aSet,MSO_FillType eMSO_FillType, double dTrans , double dBackTran… in ImportGradientColor() argument
2950 double dTemp = dTrans; in ImportGradientColor()
2951 dTrans = dBackTrans; in ImportGradientColor()
2962 if ( dTrans < 1.0 || dBackTrans < 1.0 ) in ImportGradientColor()
2964 sal_uInt8 nStartCol = (sal_uInt8)( (1 - dTrans )* 255 ); in ImportGradientColor()

Completed in 56 milliseconds