Home
last modified time | relevance | path

Searched refs:GDIObjectType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx487 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 Dwinmtf.cxx783 void WinMtfOutput::CreateObject( GDIObjectType eType, void* pStyle ) in CreateObject()
821 void WinMtfOutput::CreateObject( sal_Int32 nIndex, GDIObjectType eType, void* pStyle ) in CreateObject()

Completed in 25 milliseconds