Searched defs:WinMtfFillStyle (Results 1 – 1 of 1) sorted by relevance
363 struct WinMtfFillStyle struct368 WinMtfFillStyle() : in WinMtfFillStyle() argument374 WinMtfFillStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfFillStyle() argument380 sal_Bool operator==( const WinMtfFillStyle& rStyle ) in operator ==() argument382 sal_Bool operator==( WinMtfFillStyle* pStyle ) in operator ==() argument384 …void operator=( const WinMtfFillStyle& rStyle ) { aFillColor = rStyle.aFillColor; bTransparent = r… in operator =() argument385 …void operator=( WinMtfFillStyle* pStyle ) { aFillColor = pStyle->aFillColor; bTransparent = pStyle… in operator =() argument
Completed in 19 milliseconds