Home
last modified time | relevance | path

Searched refs:SECTION_REVHISTORY (Results 1 – 10 of 10) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dencode.c1443 case SECTION_REVHISTORY: in section_encrypted()
1471 case SECTION_REVHISTORY: in section_compressed()
2670 case SECTION_REVHISTORY: in dwg_encode()
2786 SECTION_REVHISTORY, SECTION_OBJECTS, SECTION_OBJFREESPACE, in dwg_encode()
2799 SECTION_ACDS, SECTION_REVHISTORY, SECTION_SECURITY, in dwg_encode()
H A Ddecode_r2007.c754 if (sec_type < SECTION_REVHISTORY in read_data_section()
1946 SECTION_REVHISTORY); in read_2007_section_revhistory()
H A Ddecode.c2449 if (type < SECTION_REVHISTORY in read_2004_compressed_section()
2616 return type < SECTION_REVHISTORY ? DWG_ERR_INVALIDDWG in read_2004_compressed_section()
3368 error = read_2004_compressed_section (dat, dwg, &sec_dat, SECTION_REVHISTORY); in read_2004_section_revhistory()
H A Ddwg.c1609 return SECTION_REVHISTORY; in dwg_section_type()
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/fileformats/
H A Duzeffdwg.pas249 SECTION_REVHISTORY = $08;
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h8354 SECTION_REVHISTORY = 8, /* AcDb:RevHistory */ enumerator
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10996 SECTION_REVHISTORY = _LibreDWG.SECTION_REVHISTORY variable
H A Dswig_python.c387789 SWIG_Python_SetConstant(d, "SECTION_REVHISTORY",SWIG_From_int((int)(SECTION_REVHISTORY))); in SWIG_init()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31171 *SECTION_REVHISTORY = *LibreDWGc::SECTION_REVHISTORY;
H A DLibreDWG.c470314 sv_setsv(sv, SWIG_From_int SWIG_PERL_CALL_ARGS_1((int)(SECTION_REVHISTORY))); in XS()