Home
last modified time | relevance | path

Searched refs:summaryinfo (Results 1 – 19 of 19) sorted by relevance

/dports/deskutils/recoll/recoll-1.31.2/filters/
H A Drclhwp.py40 def metafields(summaryinfo): argument
41 yield(('Description', summaryinfo.subject + " " +
42 summaryinfo.comments))
43 yield(('Author', summaryinfo.author))
44 yield(('Keywords', summaryinfo.keywords))
45 yield(('Date', summaryinfo.lastSavedTime))
63 tt = hwpfile.summaryinfo.title.strip()
68 for k,v in metafields(hwpfile.summaryinfo):
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader_variables_dxf.spec42 HEADER_VALUE_TU0 (TITLE, 1, dwg->summaryinfo.TITLE);
43 HEADER_VALUE_TU0 (SUBJECT, 1, dwg->summaryinfo.SUBJECT);
44 HEADER_VALUE_TU0 (AUTHOR, 1, dwg->summaryinfo.AUTHOR);
45 HEADER_VALUE_TU0 (KEYWORDS, 1, dwg->summaryinfo.KEYWORDS);
46 HEADER_VALUE_TU0 (COMMENTS, 1, dwg->summaryinfo.COMMENTS);
47 HEADER_VALUE_TU0 (LASTSAVEDBY, 1, dwg->summaryinfo.LASTSAVEDBY);
48 HEADER_VALUE_TU0 (REVISIONNUMBER, 1, dwg->summaryinfo.REVISIONNUMBER);
49 for (rcount2 = 0; rcount2 < dwg->summaryinfo.num_props; rcount2++)
51 if (!bit_empty_T (dat, (BITCODE_T)dwg->summaryinfo.props[rcount2].tag))
53 HEADER_VALUE_TU (CUSTOMPROPERTYTAG, 1, dwg->summaryinfo.props[rcount2].tag);
[all …]
H A Dsummaryinfo.spec15 * summaryinfo.spec: DWG file AcDb::SummaryInfo section specification
H A DMakefile.am80 summaryinfo.spec \
H A DMakefile.in201 r2004_file_header.spec summaryinfo.spec acds.spec appinfo.spec \
512 r2004_file_header.spec summaryinfo.spec acds.spec appinfo.spec \
H A Dfree.c1174 Dwg_SummaryInfo *_obj = &dwg->summaryinfo; in dwg_free_summaryinfo()
H A Din_dxf.c1125 dwg->summaryinfo.name = bit_utf8_to_TU (pair->value.s, 0); \ in dxf_header_read()
1143 BITCODE_BL j = dwg->summaryinfo.num_props; in dxf_header_read()
1144 dwg->summaryinfo.num_props++; in dxf_header_read()
1145 dwg->summaryinfo.props in dxf_header_read()
1146 = (Dwg_SummaryInfo_Property*)realloc (dwg->summaryinfo.props, in dxf_header_read()
1150 dwg->summaryinfo.props[j].tag = bit_utf8_to_TU (pair->value.s, 0); in dxf_header_read()
1153 && pair->value.s != NULL && dwg->summaryinfo.props in dxf_header_read()
1154 && dwg->summaryinfo.num_props > 0) in dxf_header_read()
1156 BITCODE_BL j = dwg->summaryinfo.num_props - 1; in dxf_header_read()
1159 dwg->summaryinfo.props[j].value = bit_utf8_to_TU (pair->value.s, 0); in dxf_header_read()
H A Ddecode.c172 memset (&dwg->summaryinfo, 0, sizeof (dwg->summaryinfo)); in dwg_decode()
2976 Dwg_SummaryInfo *_obj = &dwg->summaryinfo; in summaryinfo_private()
H A Ddecode_r2007.c1773 Dwg_SummaryInfo *_obj = &dwg->summaryinfo; in read_2007_section_summary()
H A Dout_json.c1874 Dwg_SummaryInfo *_obj = &dwg->summaryinfo; in json_section_summary()
H A Din_json.c3266 Dwg_SummaryInfo *_obj = &dwg->summaryinfo; in json_SummaryInfo()
H A Dencode.c2682 Dwg_SummaryInfo *_obj = &dwg->summaryinfo; in dwg_encode()
/dports/cad/libredwg/libredwg-0.12.4/programs/
H A Ddwg2ps.c117 (void)set_info (ps, dwg, "Author", dwg->summaryinfo.LASTSAVEDBY); in create_postscript()
118 if (set_info (ps, dwg, "Title", dwg->summaryinfo.TITLE)) in create_postscript()
119 set_info (ps, dwg, "Keywords", dwg->summaryinfo.KEYWORDS); in create_postscript()
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dmsi.tcl39 summaryinfo {{000C109B-0000-0000-C000-000000000046}}
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog2749 summaryinfo: fix types T to TU16
9472 e.g. wrong summaryinfo, objects or handles.
10015 when summaryinfo.spec fails in one field
11595 indxf: simplify the summaryinfo texts
11597 indxf: set the summaryinfo texts
11609 dynapi: all subclasses + summaryinfo
11616 free: fix summaryinfo leaks
11618 dxf: move last 4 HEADER vars to summaryinfo
11623 add summaryinfo
11626 summaryinfo.
[all …]
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h8936 Dwg_SummaryInfo summaryinfo; member
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py11821 summaryinfo = property(_LibreDWG.Dwg_Data_summaryinfo_get, _LibreDWG.Dwg_Data_summaryinfo_set) variable in Dwg_Data
H A Dswig_python.c347092 if (arg1) (arg1)->summaryinfo = *arg2; in _wrap_Dwg_Data_summaryinfo_set()
347115 result = (Dwg_SummaryInfo *)& ((arg1)->summaryinfo); in _wrap_Dwg_Data_summaryinfo_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c424252 if (arg1) (arg1)->summaryinfo = *arg2; in XS()
424282 result = (Dwg_SummaryInfo *)& ((arg1)->summaryinfo); in XS()