Home
last modified time | relevance | path

Searched refs:DWG_TYPE_SECTIONVIEWSTYLE (Results 1 – 11 of 11) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dsectionviewstyle.c1 #define DWG_TYPE DWG_TYPE_SECTIONVIEWSTYLE
H A Ddynapi_test.c62546 else if (obj->fixedtype == DWG_TYPE_SECTIONVIEWSTYLE) in test_object()
63154 else if (obj->fixedtype == DWG_TYPE_SECTIONVIEWSTYLE) in test_object()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dclasses.c1070 type == DWG_TYPE_SECTIONVIEWSTYLE || in obj_has_strings()
H A Dobjects.in333 "SECTIONVIEWSTYLE", "ACDBSECTIONVIEWSTYLE", DWG_TYPE_SECTIONVIEWSTYLE,…
H A Dobjects.c1114 …ol_str351, "ACDBSECTIONVIEWSTYLE", DWG_TYPE_SECTIONVIEWSTYLE, 0, STAB… in in_word_set()
H A Ddynapi.c13075 …{ "SECTIONVIEWSTYLE", DWG_TYPE_SECTIONVIEWSTYLE /*(705)*/, _dwg_SECTIONVIEWSTYLE_fields, sizeof (s…
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h604 DWG_TYPE_SECTIONVIEWSTYLE, enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py491 DWG_TYPE_SECTIONVIEWSTYLE = _LibreDWG.DWG_TYPE_SECTIONVIEWSTYLE variable
H A Dswig_python.c387732 …Python_SetConstant(d, "DWG_TYPE_SECTIONVIEWSTYLE",SWIG_From_int((int)(DWG_TYPE_SECTIONVIEWSTYLE))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31114 *DWG_TYPE_SECTIONVIEWSTYLE = *LibreDWGc::DWG_TYPE_SECTIONVIEWSTYLE;
H A DLibreDWG.c469604 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(DWG_TYPE_SECTIONVIEWSTYLE))); in XS()