Home
last modified time | relevance | path

Searched defs:WinMtfFillStyle (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx363 struct WinMtfFillStyle struct
368 WinMtfFillStyle() : in WinMtfFillStyle() argument
374 WinMtfFillStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfFillStyle() function
380 sal_Bool operator==( const WinMtfFillStyle& rStyle ) in operator ==() argument
382 sal_Bool operator==( WinMtfFillStyle* pStyle ) in operator ==() argument
384 …void operator=( const WinMtfFillStyle& rStyle ) { aFillColor = rStyle.aFillColor; bTransparent = r… in operator =() argument
385 …void operator=( WinMtfFillStyle* pStyle ) { aFillColor = pStyle->aFillColor; bTransparent = pStyle… in operator =() argument

Completed in 26 milliseconds