Searched refs:GDIObjectType (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | winmtf.hxx | 487 enum GDIObjectType { GDI_DUMMY = 0, GDI_PEN = 1, GDI_BRUSH = 2, GDI_FONT = 3, GDI_PALETTE = 4, GDI_… enum 492 GDIObjectType eType; 500 GDIObj( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in GDIObj() 501 void Set( GDIObjectType eT, void* pS ) { pStyle = pS; eType = eT; }; in Set() 633 void CreateObject( GDIObjectType, void* pStyle = NULL ); 634 void CreateObject( sal_Int32 nIndex, GDIObjectType, void* pStyle = NULL );
|
H A D | winmtf.cxx | 783 void WinMtfOutput::CreateObject( GDIObjectType eType, void* pStyle ) in CreateObject() 821 void WinMtfOutput::CreateObject( sal_Int32 nIndex, GDIObjectType eType, void* pStyle ) in CreateObject()
|
Completed in 61 milliseconds