Home
last modified time | relevance | path

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

/AOO41X/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() function
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
453 WinMtfLineStyle aLineStyle;
509 delete (WinMtfLineStyle*)pStyle; in Delete()
[all …]
H A Dwinmtf.cxx642 pGDIObj->Set( GDI_PEN, new WinMtfLineStyle( Color( COL_WHITE ) ) ); in SelectObject()
647 pGDIObj->Set( GDI_PEN, new WinMtfLineStyle( Color( COL_BLACK ) ) ); in SelectObject()
652 pGDIObj->Set( GDI_PEN, new WinMtfLineStyle( Color( COL_TRANSPARENT ), sal_True ) ); in SelectObject()
664 maLineStyle = (WinMtfLineStyle*)pGDIObj->pStyle; in SelectObject()
795 Size aSize( ((WinMtfLineStyle*)pStyle)->aLineInfo.GetWidth(), 0 ); in CreateObject()
796 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetWidth( ImplMap( aSize ).Width() ); in CreateObject()
797 if ( ((WinMtfLineStyle*)pStyle)->aLineInfo.GetStyle() == LINE_DASH ) in CreateObject()
801 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDistance( nDotLen ); in CreateObject()
802 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDotLen( nDotLen ); in CreateObject()
803 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDashLen( nDotLen * 4 ); in CreateObject()
[all …]
H A Denhwmf.cxx635 …pOut->CreateObject( nIndex, GDI_PEN, new WinMtfLineStyle( ReadColor(), aLineInfo, bTransparent ) ); in ReadEnhWMF()
689 … pOut->CreateObject( nIndex, GDI_PEN, new WinMtfLineStyle( aColorRef, aLineInfo, bTransparent ) ); in ReadEnhWMF()
H A Dwinwmf.cxx735 … pOut->CreateObject( GDI_PEN, new WinMtfLineStyle( ReadColor(), aLineInfo, bTransparent ) ); in ReadRecordParams()