Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1875 sal_uInt32 nOpaque = 0; in WriteBrushAttr() local
1904 if (0 != (nOpaque = pGraphicObject->GetAttr().GetTransparency())) in WriteBrushAttr()
1918 if (0 != (nOpaque = rBrush.GetColor().GetTransparency())) in WriteBrushAttr()
1924 nOpaque = (nOpaque * 100) / 0xFE; in WriteBrushAttr()
1925 nOpaque = ((100 - nOpaque) << 16) / 100; in WriteBrushAttr()
1926 rPropOpt.AddOpt(ESCHER_Prop_fillOpacity, nOpaque); in WriteBrushAttr()

Completed in 67 milliseconds