Searched defs:WinMtfLineStyle (Results 1 – 1 of 1) sorted by relevance
390 struct WinMtfLineStyle struct396 WinMtfLineStyle() : in WinMtfLineStyle() argument400 WinMtfLineStyle( const Color& rColor, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() argument404 WinMtfLineStyle( const Color& rColor, const LineInfo rStyle, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle() argument409 …sal_Bool operator==( const WinMtfLineStyle& rStyle ) { return ( ( aLineColor == rStyle.aLineColor … in operator ==() argument410 …sal_Bool operator==( WinMtfLineStyle* pStyle ) { return ( ( aLineColor == pStyle->aLineColor ) && … in operator ==() argument411 void operator=( const WinMtfLineStyle& rStyle ) in operator =() argument418 void operator=( WinMtfLineStyle* pStyle ) in operator =() argument
Completed in 34 milliseconds