Searched refs:GDI_PEN (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/svtools/source/filter/wmf/ |
H A D | winmtf.cxx | 642 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() 663 case GDI_PEN : in SelectObject() 793 else if ( eType == GDI_PEN ) in CreateObject() 830 else if ( eType == GDI_PEN ) in CreateObject() 856 case GDI_PEN : in CreateObject()
|
H A D | winmtf.hxx | 487 enum GDIObjectType { GDI_DUMMY = 0, GDI_PEN = 1, GDI_BRUSH = 2, GDI_FONT = 3, GDI_PALETTE = 4, GDI_… enumerator 508 case GDI_PEN : in Delete()
|
H A D | enhwmf.cxx | 635 …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 D | winwmf.cxx | 735 pOut->CreateObject( GDI_PEN, new WinMtfLineStyle( ReadColor(), aLineInfo, bTransparent ) ); in ReadRecordParams()
|
Completed in 41 milliseconds