Home
last modified time | relevance | path

Searched refs:U_OT_StringFormat (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libuemf/
H A Dupmf_print.c375 case U_OT_StringFormat: printf("StringFormat"); break; in U_PMF_OBJECTTYPEENUMERATION_print()
2871 … case U_OT_StringFormat: (void) U_PMF_STRINGFORMAT_print(ObjCont->accum, blimit); break; in U_PMR_OBJECT_print()
H A Dupmf.h842 #define U_OT_StringFormat 0x07 //!< StringFormat object macro
H A Dupmf.c356 else if(OID==U_PMF_STRINGFORMAT_OID ){ otype = U_OT_StringFormat; } in U_OID_To_OT()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/svm/
H A Dimportsvm.cpp133 #define U_OT_StringFormat 0x07 macro
2702 else if (type == U_OT_StringFormat) in handleEMPObject()
3341 sty.styType = U_OT_StringFormat; in handleEMPSFormat()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/emf/
H A Dimportemf.cpp277 #define U_OT_StringFormat 0x07 macro
3769 else if (type == U_OT_StringFormat) in handleEMPObject()
4404 sty.styType = U_OT_StringFormat; in handleEMPSFormat()