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
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()
540 WinMtfLineStyle maLatestLineStyle;
[all …]
H A Dwinmtf.cxx664 maLineStyle = (WinMtfLineStyle*)pGDIObj->pStyle; in SelectObject()
795 Size aSize( ((WinMtfLineStyle*)pStyle)->aLineInfo.GetWidth(), 0 ); 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()
838 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDistance( nDotLen ); in CreateObject()
839 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDotLen( nDotLen ); in CreateObject()
840 ((WinMtfLineStyle*)pStyle)->aLineInfo.SetDashLen( nDotLen * 4 ); in CreateObject()
857 delete (WinMtfLineStyle*)pStyle; in CreateObject()
1022 WinMtfLineStyle aTransparentLine( aColor, sal_True ); in ImplSetNonPersistentLineColorTransparenz()
[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()

Completed in 56 milliseconds