Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx390 struct WinMtfLineStyle struct
396 WinMtfLineStyle() : in WinMtfLineStyle() argument
400 WinMtfLineStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() argument
404 WinMtfLineStyle( const Color& rColor, const LineInfo rStyle, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() argument
409 …sal_Bool operator==( const WinMtfLineStyle& rStyle ) { return ( ( aLineColor == rStyle.aLineColor … in operator ==() argument
410 …sal_Bool operator==( WinMtfLineStyle* pStyle ) { return ( ( aLineColor == pStyle->aLineColor ) && … in operator ==() argument
411 void operator=( const WinMtfLineStyle& rStyle ) in operator =() argument
418 void operator=( WinMtfLineStyle* pStyle ) in operator =() argument

Completed in 24 milliseconds