~ubuntu-branches/ubuntu/karmic/libgsf/karmic

« back to all changes in this revision

Viewing changes to doc/html/gsf-metadata.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-30 15:46:51 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630154651-3wyy7y8c2zj7l5e0
Tags: 1.14.1-2ubuntu1
* Sync with Debian:
  Remaining Ubuntu Changes
  + Call intltool-update -p at build time to get a .pot file 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link rel="start" href="index.html" title="GSF Reference Manual">
8
8
<link rel="up" href="parsers.html" title="Stream Parsers">
9
9
<link rel="prev" href="gsf-MS-OLE2.html" title="MS OLE2">
10
 
<link rel="next" href="gsf-gsf-opendoc-utils.html" title="gsf-opendoc-utils">
11
 
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
 
10
<link rel="next" href="gsf-OASIS-Open-Document.html" title="OASIS Open Document">
 
11
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="intro.html" title="Part&#160;I.&#160;GSF: Introduction">
14
14
<link rel="part" href="history.html" title="Part&#160;II.&#160;GSF: History">
28
28
<td><a accesskey="u" href="parsers.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
29
29
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
30
30
<th width="100%" align="center">GSF Reference Manual</th>
31
 
<td><a accesskey="n" href="gsf-gsf-opendoc-utils.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
31
<td><a accesskey="n" href="gsf-OASIS-Open-Document.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
32
32
</tr>
33
33
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
34
34
                  &#160;|&#160;
41
41
<div class="refnamediv"><table width="100%"><tr>
42
42
<td valign="top">
43
43
<h2><span class="refentrytitle"><a name="top_of_page"></a>metadata</span></h2>
44
 
<p>metadata &#8212; Data about documents</p>
 
44
<p>metadata &#8212; </p>
45
45
</td>
46
46
<td valign="top" align="right"></td>
47
47
</tr></table></div>
68
68
                                             GHFunc func,
69
69
                                             gpointer user_data);
70
70
gsize       <a href="gsf-metadata.html#gsf-doc-meta-data-size">gsf_doc_meta_data_size</a>          (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta);
 
71
void        <a href="gsf-metadata.html#gsf-doc-meta-dump">gsf_doc_meta_dump</a>               (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta);
71
72
            <a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>;
72
73
<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* <a href="gsf-metadata.html#gsf-doc-prop-new">gsf_doc_prop_new</a>                (char *name);
73
74
void        <a href="gsf-metadata.html#gsf-doc-prop-free">gsf_doc_prop_free</a>               (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop);
94
95
#define     <a href="gsf-metadata.html#GSF-META-NAME-DATE-CREATED:CAPS">GSF_META_NAME_DATE_CREATED</a>
95
96
#define     <a href="gsf-metadata.html#GSF-META-NAME-KEYWORDS:CAPS">GSF_META_NAME_KEYWORDS</a>
96
97
#define     <a href="gsf-metadata.html#GSF-META-NAME-LANGUAGE:CAPS">GSF_META_NAME_LANGUAGE</a>
 
98
#define     <a href="gsf-metadata.html#GSF-META-NAME-CODEPAGE:CAPS">GSF_META_NAME_CODEPAGE</a>
97
99
#define     <a href="gsf-metadata.html#GSF-META-NAME-REVISION-COUNT:CAPS">GSF_META_NAME_REVISION_COUNT</a>
98
100
#define     <a href="gsf-metadata.html#GSF-META-NAME-EDITING-DURATION:CAPS">GSF_META_NAME_EDITING_DURATION</a>
99
101
#define     <a href="gsf-metadata.html#GSF-META-NAME-TABLE-COUNT:CAPS">GSF_META_NAME_TABLE_COUNT</a>
109
111
#define     <a href="gsf-metadata.html#GSF-META-NAME-TEMPLATE:CAPS">GSF_META_NAME_TEMPLATE</a>
110
112
#define     <a href="gsf-metadata.html#GSF-META-NAME-LAST-SAVED-BY:CAPS">GSF_META_NAME_LAST_SAVED_BY</a>
111
113
#define     <a href="gsf-metadata.html#GSF-META-NAME-LAST-PRINTED:CAPS">GSF_META_NAME_LAST_PRINTED</a>
 
114
#define     <a href="gsf-metadata.html#GSF-META-NAME-PRINT-DATE:CAPS">GSF_META_NAME_PRINT_DATE</a>
 
115
#define     <a href="gsf-metadata.html#GSF-META-NAME-PRINTED-BY:CAPS">GSF_META_NAME_PRINTED_BY</a>
 
116
#define     <a href="gsf-metadata.html#GSF-META-NAME-KEYWORD:CAPS">GSF_META_NAME_KEYWORD</a>
112
117
#define     <a href="gsf-metadata.html#GSF-META-NAME-SECURITY:CAPS">GSF_META_NAME_SECURITY</a>
113
118
#define     <a href="gsf-metadata.html#GSF-META-NAME-CATEGORY:CAPS">GSF_META_NAME_CATEGORY</a>
114
119
#define     <a href="gsf-metadata.html#GSF-META-NAME-PRESENTATION-FORMAT:CAPS">GSF_META_NAME_PRESENTATION_FORMAT</a>
136
141
#define     <a href="gsf-metadata.html#GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS">GSF_META_NAME_MSOLE_UNKNOWN_23</a>
137
142
#define     <a href="gsf-metadata.html#GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS">GSF_META_NAME_LOCALE_SYSTEM_DEFAULT</a>
138
143
#define     <a href="gsf-metadata.html#GSF-META-NAME-CASE-SENSITIVE:CAPS">GSF_META_NAME_CASE_SENSITIVE</a>
139
 
#define     <a href="gsf-metadata.html#GSF-META-NAME-PRINTED-BY:CAPS">GSF_META_NAME_PRINTED_BY</a>
140
144
#define     <a href="gsf-metadata.html#GSF-META-NAME-INITIAL-CREATOR:CAPS">GSF_META_NAME_INITIAL_CREATOR</a>
141
145
 
142
146
</pre>
163
167
<div class="refsect1" lang="en">
164
168
<a name="details"></a><h2>Details</h2>
165
169
<div class="refsect2" lang="en">
166
 
<a name="id2564132"></a><h3>
 
170
<a name="id2566778"></a><h3>
167
171
<a name="GsfDocMetaData-struct"></a>GsfDocMetaData</h3>
168
 
<a class="indexterm" name="id2564144"></a><pre class="programlisting">typedef struct _GsfDocMetaData GsfDocMetaData;</pre>
 
172
<a class="indexterm" name="id2566790"></a><pre class="programlisting">typedef struct _GsfDocMetaData GsfDocMetaData;</pre>
169
173
<p>
170
174
 
171
175
</p>
172
176
</div>
173
177
<hr>
174
178
<div class="refsect2" lang="en">
175
 
<a name="id2564160"></a><h3>
 
179
<a name="id2566805"></a><h3>
176
180
<a name="gsf-doc-meta-data-new"></a>gsf_doc_meta_data_new ()</h3>
177
 
<a class="indexterm" name="id2564172"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a>* gsf_doc_meta_data_new       (void);</pre>
 
181
<a class="indexterm" name="id2566818"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a>* gsf_doc_meta_data_new       (void);</pre>
178
182
<p>
179
183
</p>
180
184
<p>
192
196
</div>
193
197
<hr>
194
198
<div class="refsect2" lang="en">
195
 
<a name="id2564212"></a><h3>
 
199
<a name="id2566857"></a><h3>
196
200
<a name="gsf-doc-meta-data-lookup"></a>gsf_doc_meta_data_lookup ()</h3>
197
 
<a class="indexterm" name="id2564225"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* gsf_doc_meta_data_lookup        (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta,
 
201
<a class="indexterm" name="id2566871"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* gsf_doc_meta_data_lookup        (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta,
198
202
                                             char const *name);</pre>
199
203
<p>
200
204
</p>
228
232
</div>
229
233
<hr>
230
234
<div class="refsect2" lang="en">
231
 
<a name="id2564327"></a><h3>
 
235
<a name="id2566973"></a><h3>
232
236
<a name="gsf-doc-meta-data-insert"></a>gsf_doc_meta_data_insert ()</h3>
233
 
<a class="indexterm" name="id2564341"></a><pre class="programlisting">void        gsf_doc_meta_data_insert        (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
 
237
<a class="indexterm" name="id2566986"></a><pre class="programlisting">void        gsf_doc_meta_data_insert        (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
234
238
                                             char *name,
235
239
                                             GValue *value);</pre>
236
240
<p>
265
269
</div>
266
270
<hr>
267
271
<div class="refsect2" lang="en">
268
 
<a name="id2564474"></a><h3>
 
272
<a name="id2567120"></a><h3>
269
273
<a name="gsf-doc-meta-data-remove"></a>gsf_doc_meta_data_remove ()</h3>
270
 
<a class="indexterm" name="id2564487"></a><pre class="programlisting">void        gsf_doc_meta_data_remove        (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
 
274
<a class="indexterm" name="id2567133"></a><pre class="programlisting">void        gsf_doc_meta_data_remove        (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
271
275
                                             char const *name);</pre>
272
276
<p>
273
277
If <em class="parameter"><code>name</code></em> does not exist in the collection, do nothing. If <em class="parameter"><code>name</code></em> does exist,
295
299
</div>
296
300
<hr>
297
301
<div class="refsect2" lang="en">
298
 
<a name="id2564573"></a><h3>
 
302
<a name="id2567219"></a><h3>
299
303
<a name="gsf-doc-meta-data-steal"></a>gsf_doc_meta_data_steal ()</h3>
300
 
<a class="indexterm" name="id2564587"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* gsf_doc_meta_data_steal         (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
 
304
<a class="indexterm" name="id2567232"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* gsf_doc_meta_data_steal         (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
301
305
                                             char const *name);</pre>
302
306
<p>
303
307
 
330
334
</div>
331
335
<hr>
332
336
<div class="refsect2" lang="en">
333
 
<a name="id2564664"></a><h3>
 
337
<a name="id2567310"></a><h3>
334
338
<a name="gsf-doc-meta-data-store"></a>gsf_doc_meta_data_store ()</h3>
335
 
<a class="indexterm" name="id2564678"></a><pre class="programlisting">void        gsf_doc_meta_data_store         (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
 
339
<a class="indexterm" name="id2567323"></a><pre class="programlisting">void        gsf_doc_meta_data_store         (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> *meta,
336
340
                                             <a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop);</pre>
337
341
<p>
338
342
</p>
359
363
</div>
360
364
<hr>
361
365
<div class="refsect2" lang="en">
362
 
<a name="id2564764"></a><h3>
 
366
<a name="id2567410"></a><h3>
363
367
<a name="gsf-doc-meta-data-foreach"></a>gsf_doc_meta_data_foreach ()</h3>
364
 
<a class="indexterm" name="id2564778"></a><pre class="programlisting">void        gsf_doc_meta_data_foreach       (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta,
 
368
<a class="indexterm" name="id2567424"></a><pre class="programlisting">void        gsf_doc_meta_data_foreach       (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta,
365
369
                                             GHFunc func,
366
370
                                             gpointer user_data);</pre>
367
371
<p>
395
399
</div>
396
400
<hr>
397
401
<div class="refsect2" lang="en">
398
 
<a name="id2564873"></a><h3>
 
402
<a name="id2567518"></a><h3>
399
403
<a name="gsf-doc-meta-data-size"></a>gsf_doc_meta_data_size ()</h3>
400
 
<a class="indexterm" name="id2564886"></a><pre class="programlisting">gsize       gsf_doc_meta_data_size          (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta);</pre>
 
404
<a class="indexterm" name="id2567531"></a><pre class="programlisting">gsize       gsf_doc_meta_data_size          (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta);</pre>
401
405
<p>
402
406
</p>
403
407
<p>
423
427
</div>
424
428
<hr>
425
429
<div class="refsect2" lang="en">
426
 
<a name="id2564947"></a><h3>
 
430
<a name="id2567592"></a><h3>
 
431
<a name="gsf-doc-meta-dump"></a>gsf_doc_meta_dump ()</h3>
 
432
<a class="indexterm" name="id2567606"></a><pre class="programlisting">void        gsf_doc_meta_dump               (<a href="gsf-metadata.html#GsfDocMetaData">GsfDocMetaData</a> const *meta);</pre>
 
433
<p>
 
434
A debugging utility to dump the content of <em class="parameter"><code>meta</code></em> via g_print</p>
 
435
<p>
 
436
 
 
437
</p>
 
438
<div class="variablelist"><table border="0">
 
439
<col align="left" valign="top">
 
440
<tbody><tr>
 
441
<td>
 
442
<span class="term"><em class="parameter"><code>meta</code></em>&#160;:</span></td>
 
443
<td> <a href="gsf-metadata.html#GsfDocMetaData"><span class="type">GsfDocMetaData</span></a>
 
444
</td>
 
445
</tr></tbody>
 
446
</table></div>
 
447
</div>
 
448
<hr>
 
449
<div class="refsect2" lang="en">
 
450
<a name="id2567670"></a><h3>
427
451
<a name="GsfDocProp"></a>GsfDocProp</h3>
428
 
<a class="indexterm" name="id2564959"></a><pre class="programlisting">typedef struct _GsfDocProp GsfDocProp;</pre>
 
452
<a class="indexterm" name="id2567682"></a><pre class="programlisting">typedef struct _GsfDocProp GsfDocProp;</pre>
429
453
<p>
430
454
 
431
455
</p>
432
456
</div>
433
457
<hr>
434
458
<div class="refsect2" lang="en">
435
 
<a name="id2564974"></a><h3>
 
459
<a name="id2567698"></a><h3>
436
460
<a name="gsf-doc-prop-new"></a>gsf_doc_prop_new ()</h3>
437
 
<a class="indexterm" name="id2564987"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* gsf_doc_prop_new                (char *name);</pre>
 
461
<a class="indexterm" name="id2567710"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a>* gsf_doc_prop_new                (char *name);</pre>
438
462
<p>
439
463
</p>
440
464
<p>
461
485
</div>
462
486
<hr>
463
487
<div class="refsect2" lang="en">
464
 
<a name="id2565061"></a><h3>
 
488
<a name="id2567784"></a><h3>
465
489
<a name="gsf-doc-prop-free"></a>gsf_doc_prop_free ()</h3>
466
 
<a class="indexterm" name="id2565074"></a><pre class="programlisting">void        gsf_doc_prop_free               (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop);</pre>
 
490
<a class="indexterm" name="id2567798"></a><pre class="programlisting">void        gsf_doc_prop_free               (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop);</pre>
467
491
<p>
468
492
If <em class="parameter"><code>prop</code></em> is non NULL free the memory assosociated with it</p>
469
493
<p>
481
505
</div>
482
506
<hr>
483
507
<div class="refsect2" lang="en">
484
 
<a name="id2565138"></a><h3>
 
508
<a name="id2567861"></a><h3>
485
509
<a name="gsf-doc-prop-get-name"></a>gsf_doc_prop_get_name ()</h3>
486
 
<a class="indexterm" name="id2565151"></a><pre class="programlisting">charconst   * gsf_doc_prop_get_name         (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> const *prop);</pre>
 
510
<a class="indexterm" name="id2567875"></a><pre class="programlisting">charconst   * gsf_doc_prop_get_name         (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> const *prop);</pre>
487
511
<p>
488
512
</p>
489
513
<p>
509
533
</div>
510
534
<hr>
511
535
<div class="refsect2" lang="en">
512
 
<a name="id2565219"></a><h3>
 
536
<a name="id2567943"></a><h3>
513
537
<a name="gsf-doc-prop-get-val"></a>gsf_doc_prop_get_val ()</h3>
514
 
<a class="indexterm" name="id2565233"></a><pre class="programlisting">GValueconst * gsf_doc_prop_get_val          (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> const *prop);</pre>
 
538
<a class="indexterm" name="id2567956"></a><pre class="programlisting">GValueconst * gsf_doc_prop_get_val          (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> const *prop);</pre>
515
539
<p>
516
540
</p>
517
541
<p>
537
561
</div>
538
562
<hr>
539
563
<div class="refsect2" lang="en">
540
 
<a name="id2565294"></a><h3>
 
564
<a name="id2568018"></a><h3>
541
565
<a name="gsf-doc-prop-set-val"></a>gsf_doc_prop_set_val ()</h3>
542
 
<a class="indexterm" name="id2565307"></a><pre class="programlisting">void        gsf_doc_prop_set_val            (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop,
 
566
<a class="indexterm" name="id2568031"></a><pre class="programlisting">void        gsf_doc_prop_set_val            (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop,
543
567
                                             GValue *val);</pre>
544
568
<p>
545
569
Assigns <em class="parameter"><code>val</code></em> to <em class="parameter"><code>prop</code></em>, and unsets and frees the current value.</p>
566
590
</div>
567
591
<hr>
568
592
<div class="refsect2" lang="en">
569
 
<a name="id2565405"></a><h3>
 
593
<a name="id2568129"></a><h3>
570
594
<a name="gsf-doc-prop-get-link"></a>gsf_doc_prop_get_link ()</h3>
571
 
<a class="indexterm" name="id2565419"></a><pre class="programlisting">charconst   * gsf_doc_prop_get_link         (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> const *prop);</pre>
 
595
<a class="indexterm" name="id2568142"></a><pre class="programlisting">charconst   * gsf_doc_prop_get_link         (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> const *prop);</pre>
572
596
<p>
573
597
</p>
574
598
<p>
595
619
</div>
596
620
<hr>
597
621
<div class="refsect2" lang="en">
598
 
<a name="id2565493"></a><h3>
 
622
<a name="id2568217"></a><h3>
599
623
<a name="gsf-doc-prop-set-link"></a>gsf_doc_prop_set_link ()</h3>
600
 
<a class="indexterm" name="id2565507"></a><pre class="programlisting">void        gsf_doc_prop_set_link           (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop,
 
624
<a class="indexterm" name="id2568230"></a><pre class="programlisting">void        gsf_doc_prop_set_link           (<a href="gsf-metadata.html#GsfDocProp">GsfDocProp</a> *prop,
601
625
                                             char *link);</pre>
602
626
<p>
603
627
</p>
624
648
</div>
625
649
<hr>
626
650
<div class="refsect2" lang="en">
627
 
<a name="id2565585"></a><h3>
 
651
<a name="id2568308"></a><h3>
628
652
<a name="GsfDocPropVector-struct"></a>GsfDocPropVector</h3>
629
 
<a class="indexterm" name="id2565598"></a><pre class="programlisting">typedef struct _GsfDocPropVector GsfDocPropVector;</pre>
 
653
<a class="indexterm" name="id2568322"></a><pre class="programlisting">typedef struct _GsfDocPropVector GsfDocPropVector;</pre>
630
654
<p>
631
655
 
632
656
</p>
633
657
</div>
634
658
<hr>
635
659
<div class="refsect2" lang="en">
636
 
<a name="id2565614"></a><h3>
 
660
<a name="id2568338"></a><h3>
637
661
<a name="gsf-docprop-vector-new"></a>gsf_docprop_vector_new ()</h3>
638
 
<a class="indexterm" name="id2565627"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a>* gsf_docprop_vector_new    (void);</pre>
 
662
<a class="indexterm" name="id2568350"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a>* gsf_docprop_vector_new    (void);</pre>
639
663
<p>
640
664
This function creates a new gsf_docprop_vector object.</p>
641
665
<p>
653
677
</div>
654
678
<hr>
655
679
<div class="refsect2" lang="en">
656
 
<a name="id2565668"></a><h3>
 
680
<a name="id2568391"></a><h3>
657
681
<a name="gsf-docprop-vector-append"></a>gsf_docprop_vector_append ()</h3>
658
 
<a class="indexterm" name="id2565682"></a><pre class="programlisting">void        gsf_docprop_vector_append       (<a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a> *vector,
 
682
<a class="indexterm" name="id2568405"></a><pre class="programlisting">void        gsf_docprop_vector_append       (<a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a> *vector,
659
683
                                             GValue *value);</pre>
660
684
<p>
661
685
Insert a copy of <em class="parameter"><code>value</code></em> as the last element of <em class="parameter"><code>vector</code></em>.</p>
682
706
</div>
683
707
<hr>
684
708
<div class="refsect2" lang="en">
685
 
<a name="id2565771"></a><h3>
 
709
<a name="id2568495"></a><h3>
686
710
<a name="gsf-docprop-vector-as-string"></a>gsf_docprop_vector_as_string ()</h3>
687
 
<a class="indexterm" name="id2565785"></a><pre class="programlisting">gchar*      gsf_docprop_vector_as_string    (<a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a> const *vector);</pre>
 
711
<a class="indexterm" name="id2568509"></a><pre class="programlisting">gchar*      gsf_docprop_vector_as_string    (<a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a> const *vector);</pre>
688
712
<p>
689
713
This function returns a string which represents all the GValues in <em class="parameter"><code>vector</code></em>.
690
714
The caller is responsible for freeing the result.</p>
711
735
</div>
712
736
<hr>
713
737
<div class="refsect2" lang="en">
714
 
<a name="id2565863"></a><h3>
 
738
<a name="id2568587"></a><h3>
715
739
<a name="gsf-value-get-docprop-varray"></a>gsf_value_get_docprop_varray ()</h3>
716
 
<a class="indexterm" name="id2565877"></a><pre class="programlisting">GValueArray* gsf_value_get_docprop_varray   (GValue const *value);</pre>
 
740
<a class="indexterm" name="id2568600"></a><pre class="programlisting">GValueArray* gsf_value_get_docprop_varray   (GValue const *value);</pre>
717
741
<p>
718
742
 
719
743
</p>
739
763
</div>
740
764
<hr>
741
765
<div class="refsect2" lang="en">
742
 
<a name="id2565933"></a><h3>
 
766
<a name="id2568657"></a><h3>
743
767
<a name="gsf-value-get-docprop-vector"></a>gsf_value_get_docprop_vector ()</h3>
744
 
<a class="indexterm" name="id2565947"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a>* gsf_value_get_docprop_vector
 
768
<a class="indexterm" name="id2568670"></a><pre class="programlisting"><a href="gsf-metadata.html#GsfDocPropVector">GsfDocPropVector</a>* gsf_value_get_docprop_vector
745
769
                                            (GValue const *value);</pre>
746
770
<p>
747
771
 
768
792
</div>
769
793
<hr>
770
794
<div class="refsect2" lang="en">
771
 
<a name="id2566004"></a><h3>
 
795
<a name="id2568728"></a><h3>
772
796
<a name="GSF-META-NAME-TITLE:CAPS"></a>GSF_META_NAME_TITLE</h3>
773
 
<a class="indexterm" name="id2566018"></a><pre class="programlisting">#define GSF_META_NAME_TITLE                 "dc:title"
 
797
<a class="indexterm" name="id2568742"></a><pre class="programlisting">#define GSF_META_NAME_TITLE                               "dc:title"
774
798
</pre>
775
799
<p>
776
800
(String) A formal name given to the resource.</p>
780
804
</div>
781
805
<hr>
782
806
<div class="refsect2" lang="en">
783
 
<a name="id2566038"></a><h3>
 
807
<a name="id2568761"></a><h3>
784
808
<a name="GSF-META-NAME-DESCRIPTION:CAPS"></a>GSF_META_NAME_DESCRIPTION</h3>
785
 
<a class="indexterm" name="id2566051"></a><pre class="programlisting">#define GSF_META_NAME_DESCRIPTION           "dc:description"
 
809
<a class="indexterm" name="id2568774"></a><pre class="programlisting">#define GSF_META_NAME_DESCRIPTION                 "dc:description"
786
810
</pre>
787
811
<p>
788
812
(String) An account of the content of the resource.</p>
792
816
</div>
793
817
<hr>
794
818
<div class="refsect2" lang="en">
795
 
<a name="id2566071"></a><h3>
 
819
<a name="id2568795"></a><h3>
796
820
<a name="GSF-META-NAME-SUBJECT:CAPS"></a>GSF_META_NAME_SUBJECT</h3>
797
 
<a class="indexterm" name="id2566085"></a><pre class="programlisting">#define GSF_META_NAME_SUBJECT               "dc:subject"
 
821
<a class="indexterm" name="id2568808"></a><pre class="programlisting">#define GSF_META_NAME_SUBJECT                             "dc:subject"
798
822
</pre>
799
823
<p>
800
824
(String) The topic of the content of the resource,
805
829
</div>
806
830
<hr>
807
831
<div class="refsect2" lang="en">
808
 
<a name="id2566109"></a><h3>
 
832
<a name="id2568832"></a><h3>
809
833
<a name="GSF-META-NAME-DATE-MODIFIED:CAPS"></a>GSF_META_NAME_DATE_MODIFIED</h3>
810
 
<a class="indexterm" name="id2566122"></a><pre class="programlisting">#define GSF_META_NAME_DATE_MODIFIED         "dc:date"
 
834
<a class="indexterm" name="id2568845"></a><pre class="programlisting">#define GSF_META_NAME_DATE_MODIFIED                       "dc:date"
811
835
</pre>
812
836
<p>
813
837
(GsfTimestamp) The last time this document was saved.
820
844
</div>
821
845
<hr>
822
846
<div class="refsect2" lang="en">
823
 
<a name="id2566146"></a><h3>
 
847
<a name="id2568869"></a><h3>
824
848
<a name="GSF-META-NAME-DATE-CREATED:CAPS"></a>GSF_META_NAME_DATE_CREATED</h3>
825
 
<a class="indexterm" name="id2566160"></a><pre class="programlisting">#define GSF_META_NAME_DATE_CREATED          "meta:creation-date"
 
849
<a class="indexterm" name="id2568883"></a><pre class="programlisting">#define GSF_META_NAME_DATE_CREATED                        "meta:creation-date"
826
850
</pre>
827
851
<p>
828
852
(Date as ISO String) A date associated with an event in the life cycle of
835
859
</div>
836
860
<hr>
837
861
<div class="refsect2" lang="en">
838
 
<a name="id2566183"></a><h3>
 
862
<a name="id2568906"></a><h3>
839
863
<a name="GSF-META-NAME-KEYWORDS:CAPS"></a>GSF_META_NAME_KEYWORDS</h3>
840
 
<a class="indexterm" name="id2566196"></a><pre class="programlisting">#define GSF_META_NAME_KEYWORDS              "dc:keywords"
 
864
<a class="indexterm" name="id2568919"></a><pre class="programlisting">#define GSF_META_NAME_KEYWORDS                            "dc:keywords"
841
865
</pre>
842
866
<p>
843
867
(GsfDocPropVector of String) Searchable, indexable keywords. Similar to PDF
848
872
</div>
849
873
<hr>
850
874
<div class="refsect2" lang="en">
851
 
<a name="id2566217"></a><h3>
 
875
<a name="id2568939"></a><h3>
852
876
<a name="GSF-META-NAME-LANGUAGE:CAPS"></a>GSF_META_NAME_LANGUAGE</h3>
853
 
<a class="indexterm" name="id2566230"></a><pre class="programlisting">#define GSF_META_NAME_LANGUAGE                    "dc:language"
 
877
<a class="indexterm" name="id2568952"></a><pre class="programlisting">#define GSF_META_NAME_LANGUAGE                            "dc:language"
854
878
</pre>
855
879
<p>
856
880
(String) The locale language of the intellectual content of the resource
862
886
</div>
863
887
<hr>
864
888
<div class="refsect2" lang="en">
865
 
<a name="id2566252"></a><h3>
 
889
<a name="id2568974"></a><h3>
 
890
<a name="GSF-META-NAME-CODEPAGE:CAPS"></a>GSF_META_NAME_CODEPAGE</h3>
 
891
<a class="indexterm" name="id2568987"></a><pre class="programlisting">#define   GSF_META_NAME_CODEPAGE                          "msole:codepage"
 
892
</pre>
 
893
<p>
 
894
(UnsignedShort) The MS codepage to encode strings for metadata
 
895
1.14.0  Clarified that this is unique from _NAME_CODEPAGE in msole</p>
 
896
<p>
 
897
 
 
898
</p>
 
899
</div>
 
900
<hr>
 
901
<div class="refsect2" lang="en">
 
902
<a name="id2569009"></a><h3>
866
903
<a name="GSF-META-NAME-REVISION-COUNT:CAPS"></a>GSF_META_NAME_REVISION_COUNT</h3>
867
 
<a class="indexterm" name="id2566265"></a><pre class="programlisting">#define GSF_META_NAME_REVISION_COUNT        "meta:editing-cycles"
 
904
<a class="indexterm" name="id2569022"></a><pre class="programlisting">#define GSF_META_NAME_REVISION_COUNT                      "meta:editing-cycles"
868
905
</pre>
869
906
<p>
870
907
(Integer) Count of revision on the document, if appropriate.
876
913
</div>
877
914
<hr>
878
915
<div class="refsect2" lang="en">
879
 
<a name="id2566287"></a><h3>
 
916
<a name="id2569044"></a><h3>
880
917
<a name="GSF-META-NAME-EDITING-DURATION:CAPS"></a>GSF_META_NAME_EDITING_DURATION</h3>
881
 
<a class="indexterm" name="id2566301"></a><pre class="programlisting">#define GSF_META_NAME_EDITING_DURATION      "meta:editing-duration"
 
918
<a class="indexterm" name="id2569058"></a><pre class="programlisting">#define GSF_META_NAME_EDITING_DURATION                    "meta:editing-duration"
882
919
</pre>
883
920
<p>
884
921
(Date as ISO String) The total-time taken until the last modification.
890
927
</div>
891
928
<hr>
892
929
<div class="refsect2" lang="en">
893
 
<a name="id2566323"></a><h3>
 
930
<a name="id2569080"></a><h3>
894
931
<a name="GSF-META-NAME-TABLE-COUNT:CAPS"></a>GSF_META_NAME_TABLE_COUNT</h3>
895
 
<a class="indexterm" name="id2566337"></a><pre class="programlisting">#define GSF_META_NAME_TABLE_COUNT           "gsf:table-count"
 
932
<a class="indexterm" name="id2569094"></a><pre class="programlisting">#define GSF_META_NAME_TABLE_COUNT                 "gsf:table-count"
896
933
</pre>
897
934
<p>
898
935
(Integer) Count of tables in the document, if appropriate.</p>
902
939
</div>
903
940
<hr>
904
941
<div class="refsect2" lang="en">
905
 
<a name="id2566358"></a><h3>
 
942
<a name="id2569114"></a><h3>
906
943
<a name="GSF-META-NAME-IMAGE-COUNT:CAPS"></a>GSF_META_NAME_IMAGE_COUNT</h3>
907
 
<a class="indexterm" name="id2566371"></a><pre class="programlisting">#define GSF_META_NAME_IMAGE_COUNT           "gsf:image-count"
 
944
<a class="indexterm" name="id2569128"></a><pre class="programlisting">#define GSF_META_NAME_IMAGE_COUNT                         "gsf:image-count"
908
945
</pre>
909
946
<p>
910
947
(Integer) Count of images in the document, if appropriate.</p>
914
951
</div>
915
952
<hr>
916
953
<div class="refsect2" lang="en">
917
 
<a name="id2566391"></a><h3>
 
954
<a name="id2569148"></a><h3>
918
955
<a name="GSF-META-NAME-OBJECT-COUNT:CAPS"></a>GSF_META_NAME_OBJECT_COUNT</h3>
919
 
<a class="indexterm" name="id2566404"></a><pre class="programlisting">#define GSF_META_NAME_OBJECT_COUNT          "gsf:object-count"
 
956
<a class="indexterm" name="id2569161"></a><pre class="programlisting">#define GSF_META_NAME_OBJECT_COUNT                        "gsf:object-count"
920
957
</pre>
921
958
<p>
922
959
(Integer) Count of objects (OLE and other graphics) in the document, if
927
964
</div>
928
965
<hr>
929
966
<div class="refsect2" lang="en">
930
 
<a name="id2566425"></a><h3>
 
967
<a name="id2569182"></a><h3>
931
968
<a name="GSF-META-NAME-PAGE-COUNT:CAPS"></a>GSF_META_NAME_PAGE_COUNT</h3>
932
 
<a class="indexterm" name="id2566439"></a><pre class="programlisting">#define GSF_META_NAME_PAGE_COUNT            "gsf:page-count"
 
969
<a class="indexterm" name="id2569196"></a><pre class="programlisting">#define GSF_META_NAME_PAGE_COUNT                  "gsf:page-count"
933
970
</pre>
934
971
<p>
935
972
(Integer) Count of pages in the document, if appropriate.</p>
939
976
</div>
940
977
<hr>
941
978
<div class="refsect2" lang="en">
942
 
<a name="id2566459"></a><h3>
 
979
<a name="id2569216"></a><h3>
943
980
<a name="GSF-META-NAME-PARAGRAPH-COUNT:CAPS"></a>GSF_META_NAME_PARAGRAPH_COUNT</h3>
944
 
<a class="indexterm" name="id2566472"></a><pre class="programlisting">#define GSF_META_NAME_PARAGRAPH_COUNT       "gsf:paragraph-count"
 
981
<a class="indexterm" name="id2569229"></a><pre class="programlisting">#define GSF_META_NAME_PARAGRAPH_COUNT                     "gsf:paragraph-count"
945
982
</pre>
946
983
<p>
947
984
(Integer) Count of paragraphs in the document, if appropriate.</p>
951
988
</div>
952
989
<hr>
953
990
<div class="refsect2" lang="en">
954
 
<a name="id2566493"></a><h3>
 
991
<a name="id2569249"></a><h3>
955
992
<a name="GSF-META-NAME-WORD-COUNT:CAPS"></a>GSF_META_NAME_WORD_COUNT</h3>
956
 
<a class="indexterm" name="id2566507"></a><pre class="programlisting">#define GSF_META_NAME_WORD_COUNT            "gsf:word-count"
 
993
<a class="indexterm" name="id2569264"></a><pre class="programlisting">#define GSF_META_NAME_WORD_COUNT                  "gsf:word-count"
957
994
</pre>
958
995
<p>
959
996
(Integer) Count of words in the document.</p>
963
1000
</div>
964
1001
<hr>
965
1002
<div class="refsect2" lang="en">
966
 
<a name="id2566527"></a><h3>
 
1003
<a name="id2569283"></a><h3>
967
1004
<a name="GSF-META-NAME-CHARACTER-COUNT:CAPS"></a>GSF_META_NAME_CHARACTER_COUNT</h3>
968
 
<a class="indexterm" name="id2566540"></a><pre class="programlisting">#define GSF_META_NAME_CHARACTER_COUNT       "gsf:character-count"
 
1005
<a class="indexterm" name="id2569296"></a><pre class="programlisting">#define GSF_META_NAME_CHARACTER_COUNT                     "gsf:character-count"
969
1006
</pre>
970
1007
<p>
971
1008
(Integer) Count of characters in the document.
978
1015
</div>
979
1016
<hr>
980
1017
<div class="refsect2" lang="en">
981
 
<a name="id2566565"></a><h3>
 
1018
<a name="id2569321"></a><h3>
982
1019
<a name="GSF-META-NAME-CELL-COUNT:CAPS"></a>GSF_META_NAME_CELL_COUNT</h3>
983
 
<a class="indexterm" name="id2566579"></a><pre class="programlisting">#define GSF_META_NAME_CELL_COUNT            "gsf:cell-count"
 
1020
<a class="indexterm" name="id2569335"></a><pre class="programlisting">#define GSF_META_NAME_CELL_COUNT                  "gsf:cell-count"
984
1021
</pre>
985
1022
<p>
986
1023
(Integer) Count of cells in the spread-sheet document, if appropriate.</p>
990
1027
</div>
991
1028
<hr>
992
1029
<div class="refsect2" lang="en">
993
 
<a name="id2566599"></a><h3>
 
1030
<a name="id2569356"></a><h3>
994
1031
<a name="GSF-META-NAME-SPREADSHEET-COUNT:CAPS"></a>GSF_META_NAME_SPREADSHEET_COUNT</h3>
995
 
<a class="indexterm" name="id2566613"></a><pre class="programlisting">#define GSF_META_NAME_SPREADSHEET_COUNT     "gsf:spreadsheet-count"
 
1032
<a class="indexterm" name="id2569369"></a><pre class="programlisting">#define GSF_META_NAME_SPREADSHEET_COUNT                   "gsf:spreadsheet-count"
996
1033
</pre>
997
1034
<p>
998
1035
(Integer) Count of pages in the document, if appropriate.</p>
1002
1039
</div>
1003
1040
<hr>
1004
1041
<div class="refsect2" lang="en">
1005
 
<a name="id2566634"></a><h3>
 
1042
<a name="id2569390"></a><h3>
1006
1043
<a name="GSF-META-NAME-CREATOR:CAPS"></a>GSF_META_NAME_CREATOR</h3>
1007
 
<a class="indexterm" name="id2566647"></a><pre class="programlisting">#define GSF_META_NAME_CREATOR               "dc:creator"
 
1044
<a class="indexterm" name="id2569403"></a><pre class="programlisting">#define GSF_META_NAME_CREATOR                             "dc:creator"
1008
1045
</pre>
1009
1046
<p>
1010
1047
(String) An entity primarily responsible for making the content of the
1018
1055
</div>
1019
1056
<hr>
1020
1057
<div class="refsect2" lang="en">
1021
 
<a name="id2566672"></a><h3>
 
1058
<a name="id2569428"></a><h3>
1022
1059
<a name="GSF-META-NAME-TEMPLATE:CAPS"></a>GSF_META_NAME_TEMPLATE</h3>
1023
 
<a class="indexterm" name="id2566685"></a><pre class="programlisting">#define GSF_META_NAME_TEMPLATE              "meta:template"
 
1060
<a class="indexterm" name="id2569441"></a><pre class="programlisting">#define GSF_META_NAME_TEMPLATE                            "meta:template"
1024
1061
</pre>
1025
1062
<p>
1026
1063
(String) The template file that is been used to generate this document.
1027
 
Moved from "gsf" to "meta". This way can be used correctly by OpenDocument 
1028
 
and Gnumeric.</p>
 
1064
</p>
 
1065
<p>
 
1066
1.14.0 Moved from "gsf" to "meta"</p>
1029
1067
<p>
1030
1068
 
1031
1069
</p>
1032
1070
</div>
1033
1071
<hr>
1034
1072
<div class="refsect2" lang="en">
1035
 
<a name="id2566707"></a><h3>
 
1073
<a name="id2569466"></a><h3>
1036
1074
<a name="GSF-META-NAME-LAST-SAVED-BY:CAPS"></a>GSF_META_NAME_LAST_SAVED_BY</h3>
1037
 
<a class="indexterm" name="id2566722"></a><pre class="programlisting">#define GSF_META_NAME_LAST_SAVED_BY         "gsf:last-saved-by"
 
1075
<a class="indexterm" name="id2569480"></a><pre class="programlisting">#define GSF_META_NAME_LAST_SAVED_BY                       "gsf:last-saved-by"
1038
1076
</pre>
1039
1077
<p>
1040
1078
 
1042
1080
</div>
1043
1081
<hr>
1044
1082
<div class="refsect2" lang="en">
1045
 
<a name="id2566738"></a><h3>
 
1083
<a name="id2569496"></a><h3>
1046
1084
<a name="GSF-META-NAME-LAST-PRINTED:CAPS"></a>GSF_META_NAME_LAST_PRINTED</h3>
1047
 
<a class="indexterm" name="id2566751"></a><pre class="programlisting">#define GSF_META_NAME_LAST_PRINTED                "dc:last-printed"
1048
 
</pre>
1049
 
<p>
1050
 
(Date as ISO String) The last time this document was printed.
1051
 
</p>
1052
 
<p>
1053
 
1.14.0  Moved from "gsf" to "dc".</p>
1054
 
<p>
1055
 
 
1056
 
</p>
1057
 
</div>
1058
 
<hr>
1059
 
<div class="refsect2" lang="en">
1060
 
<a name="id2566775"></a><h3>
 
1085
<a class="indexterm" name="id2569509"></a><pre class="programlisting">#define GSF_META_NAME_LAST_PRINTED                        "gsf:last-printed"
 
1086
</pre>
 
1087
<p>
 
1088
(GSF_META_NAME_HEADING_PAIRS) The last time this document was printed.
 
1089
</p>
 
1090
<p>
 
1091
1.14.0  Moved from "gsf" to "dc".
 
1092
1.14.1  Moved back to "gsf" from "dc".</p>
 
1093
<p>
 
1094
 
 
1095
</p>
 
1096
</div>
 
1097
<hr>
 
1098
<div class="refsect2" lang="en">
 
1099
<a name="id2569534"></a><h3>
 
1100
<a name="GSF-META-NAME-PRINT-DATE:CAPS"></a>GSF_META_NAME_PRINT_DATE</h3>
 
1101
<a class="indexterm" name="id2569547"></a><pre class="programlisting">#define GSF_META_NAME_PRINT_DATE                  "meta:print-date"
 
1102
</pre>
 
1103
<p>
 
1104
(GsfTimestamp) Specifies the date and time when the document was last printed.</p>
 
1105
<p>
 
1106
 
 
1107
</p>
 
1108
</div>
 
1109
<hr>
 
1110
<div class="refsect2" lang="en">
 
1111
<a name="id2569568"></a><h3>
 
1112
<a name="GSF-META-NAME-PRINTED-BY:CAPS"></a>GSF_META_NAME_PRINTED_BY</h3>
 
1113
<a class="indexterm" name="id2569582"></a><pre class="programlisting">#define GSF_META_NAME_PRINTED_BY                  "meta:printed-by"
 
1114
</pre>
 
1115
<p>
 
1116
(String) Specifies the name of the last person who printed the document.
 
1117
</p>
 
1118
<p>
 
1119
1.14.0  Moved from "gsf" to "meta".</p>
 
1120
<p>
 
1121
 
 
1122
</p>
 
1123
</div>
 
1124
<hr>
 
1125
<div class="refsect2" lang="en">
 
1126
<a name="id2569605"></a><h3>
 
1127
<a name="GSF-META-NAME-KEYWORD:CAPS"></a>GSF_META_NAME_KEYWORD</h3>
 
1128
<a class="indexterm" name="id2569618"></a><pre class="programlisting">#define GSF_META_NAME_KEYWORD                             "meta:keyword"
 
1129
</pre>
 
1130
<p>
 
1131
(String) Searchable, indexable keywords. Similar to PDF keywords or HTML's
 
1132
meta block.</p>
 
1133
<p>
 
1134
 
 
1135
</p>
 
1136
</div>
 
1137
<hr>
 
1138
<div class="refsect2" lang="en">
 
1139
<a name="id2569639"></a><h3>
1061
1140
<a name="GSF-META-NAME-SECURITY:CAPS"></a>GSF_META_NAME_SECURITY</h3>
1062
 
<a class="indexterm" name="id2566788"></a><pre class="programlisting">#define GSF_META_NAME_SECURITY                    "gsf:security"
 
1141
<a class="indexterm" name="id2569652"></a><pre class="programlisting">#define GSF_META_NAME_SECURITY                            "gsf:security"
1063
1142
</pre>
1064
1143
<p>
1065
1144
(Integer) Level of security.
1104
1183
</div>
1105
1184
<hr>
1106
1185
<div class="refsect2" lang="en">
1107
 
<a name="id2566870"></a><h3>
 
1186
<a name="id2569735"></a><h3>
1108
1187
<a name="GSF-META-NAME-CATEGORY:CAPS"></a>GSF_META_NAME_CATEGORY</h3>
1109
 
<a class="indexterm" name="id2566884"></a><pre class="programlisting">#define GSF_META_NAME_CATEGORY                    "gsf:category"
 
1188
<a class="indexterm" name="id2569748"></a><pre class="programlisting">#define GSF_META_NAME_CATEGORY                            "gsf:category"
1110
1189
</pre>
1111
1190
<p>
1112
1191
(String) Category of the document. </p>
1118
1197
</div>
1119
1198
<hr>
1120
1199
<div class="refsect2" lang="en">
1121
 
<a name="id2566905"></a><h3>
 
1200
<a name="id2569769"></a><h3>
1122
1201
<a name="GSF-META-NAME-PRESENTATION-FORMAT:CAPS"></a>GSF_META_NAME_PRESENTATION_FORMAT</h3>
1123
 
<a class="indexterm" name="id2566920"></a><pre class="programlisting">#define GSF_META_NAME_PRESENTATION_FORMAT "gsf:presentation-format"
 
1202
<a class="indexterm" name="id2569784"></a><pre class="programlisting">#define GSF_META_NAME_PRESENTATION_FORMAT         "gsf:presentation-format"
1124
1203
</pre>
1125
1204
<p>
1126
1205
(String) Type of presentation, like "On-screen Show", "SlideView" etc.</p>
1130
1209
</div>
1131
1210
<hr>
1132
1211
<div class="refsect2" lang="en">
1133
 
<a name="id2566941"></a><h3>
 
1212
<a name="id2569805"></a><h3>
1134
1213
<a name="GSF-META-NAME-THUMBNAIL:CAPS"></a>GSF_META_NAME_THUMBNAIL</h3>
1135
 
<a class="indexterm" name="id2566954"></a><pre class="programlisting">#define GSF_META_NAME_THUMBNAIL                   "gsf:thumbnail"
 
1214
<a class="indexterm" name="id2569819"></a><pre class="programlisting">#define GSF_META_NAME_THUMBNAIL                           "gsf:thumbnail"
1136
1215
</pre>
1137
1216
<p>
1138
 
(Clipboard Format (VT_CF)) Thumbnail data of the document, typically a
 
1217
(GsfClipData) Thumbnail data of the document, typically a
1139
1218
preview image of the document.</p>
1140
1219
<p>
1141
1220
 
1143
1222
</div>
1144
1223
<hr>
1145
1224
<div class="refsect2" lang="en">
1146
 
<a name="id2566975"></a><h3>
 
1225
<a name="id2569839"></a><h3>
1147
1226
<a name="GSF-META-NAME-GENERATOR:CAPS"></a>GSF_META_NAME_GENERATOR</h3>
1148
 
<a class="indexterm" name="id2566989"></a><pre class="programlisting">#define GSF_META_NAME_GENERATOR                   "meta:generator"
 
1227
<a class="indexterm" name="id2569853"></a><pre class="programlisting">#define GSF_META_NAME_GENERATOR                           "meta:generator"
1149
1228
</pre>
1150
1229
<p>
1151
 
(String) The creator (product) of this document. AbiWord, Gnumeric, etc...
1152
 
Moved from "gsf" to "meta". This way can be used correctly by OpenDocument 
1153
 
and Gnumeric.</p>
 
1230
(String) The application that generated this document. AbiWord, Gnumeric,
 
1231
etc...
 
1232
</p>
 
1233
<p>
 
1234
1.14.0 Moved from "gsf" to "meta".</p>
1154
1235
<p>
1155
1236
 
1156
1237
</p>
1157
1238
</div>
1158
1239
<hr>
1159
1240
<div class="refsect2" lang="en">
1160
 
<a name="id2567011"></a><h3>
 
1241
<a name="id2569876"></a><h3>
1161
1242
<a name="GSF-META-NAME-LINE-COUNT:CAPS"></a>GSF_META_NAME_LINE_COUNT</h3>
1162
 
<a class="indexterm" name="id2567024"></a><pre class="programlisting">#define GSF_META_NAME_LINE_COUNT          "gsf:line-count"
 
1243
<a class="indexterm" name="id2569891"></a><pre class="programlisting">#define GSF_META_NAME_LINE_COUNT                  "gsf:line-count"
1163
1244
</pre>
1164
1245
<p>
1165
1246
(Integer) Count of liness in the document.</p>
1169
1250
</div>
1170
1251
<hr>
1171
1252
<div class="refsect2" lang="en">
1172
 
<a name="id2567043"></a><h3>
 
1253
<a name="id2569910"></a><h3>
1173
1254
<a name="GSF-META-NAME-SLIDE-COUNT:CAPS"></a>GSF_META_NAME_SLIDE_COUNT</h3>
1174
 
<a class="indexterm" name="id2567057"></a><pre class="programlisting">#define GSF_META_NAME_SLIDE_COUNT         "gsf:slide-count"
 
1255
<a class="indexterm" name="id2569923"></a><pre class="programlisting">#define GSF_META_NAME_SLIDE_COUNT                 "gsf:slide-count"
1175
1256
</pre>
1176
1257
<p>
1177
1258
(Integer) Count of slides in the presentation document.</p>
1181
1262
</div>
1182
1263
<hr>
1183
1264
<div class="refsect2" lang="en">
1184
 
<a name="id2567077"></a><h3>
 
1265
<a name="id2569944"></a><h3>
1185
1266
<a name="GSF-META-NAME-NOTE-COUNT:CAPS"></a>GSF_META_NAME_NOTE_COUNT</h3>
1186
 
<a class="indexterm" name="id2567090"></a><pre class="programlisting">#define GSF_META_NAME_NOTE_COUNT          "gsf:note-count"
 
1267
<a class="indexterm" name="id2569957"></a><pre class="programlisting">#define GSF_META_NAME_NOTE_COUNT                  "gsf:note-count"
1187
1268
</pre>
1188
1269
<p>
1189
1270
(Integer) Count of "notes" in the document.</p>
1193
1274
</div>
1194
1275
<hr>
1195
1276
<div class="refsect2" lang="en">
1196
 
<a name="id2567110"></a><h3>
 
1277
<a name="id2569977"></a><h3>
1197
1278
<a name="GSF-META-NAME-HIDDEN-SLIDE-COUNT:CAPS"></a>GSF_META_NAME_HIDDEN_SLIDE_COUNT</h3>
1198
 
<a class="indexterm" name="id2567124"></a><pre class="programlisting">#define GSF_META_NAME_HIDDEN_SLIDE_COUNT  "gsf:hidden-slide-count"
 
1279
<a class="indexterm" name="id2569991"></a><pre class="programlisting">#define GSF_META_NAME_HIDDEN_SLIDE_COUNT          "gsf:hidden-slide-count"
1199
1280
</pre>
1200
1281
<p>
1201
1282
(Integer) Count of hidden-slides in the presentation document.</p>
1205
1286
</div>
1206
1287
<hr>
1207
1288
<div class="refsect2" lang="en">
1208
 
<a name="id2567145"></a><h3>
 
1289
<a name="id2570012"></a><h3>
1209
1290
<a name="GSF-META-NAME-MM-CLIP-COUNT:CAPS"></a>GSF_META_NAME_MM_CLIP_COUNT</h3>
1210
 
<a class="indexterm" name="id2567159"></a><pre class="programlisting">#define GSF_META_NAME_MM_CLIP_COUNT               "gsf:MM-clip-count"
 
1291
<a class="indexterm" name="id2570026"></a><pre class="programlisting">#define GSF_META_NAME_MM_CLIP_COUNT                       "gsf:MM-clip-count"
1211
1292
</pre>
1212
1293
<p>
1213
1294
(Integer) Count of "multi-media" clips in the document.</p>
1217
1298
</div>
1218
1299
<hr>
1219
1300
<div class="refsect2" lang="en">
1220
 
<a name="id2567179"></a><h3>
 
1301
<a name="id2570046"></a><h3>
1221
1302
<a name="GSF-META-NAME-BYTE-COUNT:CAPS"></a>GSF_META_NAME_BYTE_COUNT</h3>
1222
 
<a class="indexterm" name="id2567192"></a><pre class="programlisting">#define GSF_META_NAME_BYTE_COUNT          "gsf:byte-count"
 
1303
<a class="indexterm" name="id2570059"></a><pre class="programlisting">#define GSF_META_NAME_BYTE_COUNT                  "gsf:byte-count"
1223
1304
</pre>
1224
1305
<p>
1225
1306
(Integer) Count of bytes in the document.</p>
1229
1310
</div>
1230
1311
<hr>
1231
1312
<div class="refsect2" lang="en">
1232
 
<a name="id2567211"></a><h3>
 
1313
<a name="id2570078"></a><h3>
1233
1314
<a name="GSF-META-NAME-SCALE:CAPS"></a>GSF_META_NAME_SCALE</h3>
1234
 
<a class="indexterm" name="id2567225"></a><pre class="programlisting">#define GSF_META_NAME_SCALE                       "gsf:scale"
 
1315
<a class="indexterm" name="id2570092"></a><pre class="programlisting">#define GSF_META_NAME_SCALE                               "gsf:scale"
1235
1316
</pre>
1236
1317
<p>
1237
1318
 
1239
1320
</div>
1240
1321
<hr>
1241
1322
<div class="refsect2" lang="en">
1242
 
<a name="id2567240"></a><h3>
 
1323
<a name="id2570107"></a><h3>
1243
1324
<a name="GSF-META-NAME-HEADING-PAIRS:CAPS"></a>GSF_META_NAME_HEADING_PAIRS</h3>
1244
 
<a class="indexterm" name="id2567253"></a><pre class="programlisting">#define GSF_META_NAME_HEADING_PAIRS               "gsf:heading-pairs"
 
1325
<a class="indexterm" name="id2570120"></a><pre class="programlisting">#define GSF_META_NAME_HEADING_PAIRS                       "gsf:heading-pairs"
1245
1326
</pre>
1246
1327
<p>
1247
1328
 
1249
1330
</div>
1250
1331
<hr>
1251
1332
<div class="refsect2" lang="en">
1252
 
<a name="id2567269"></a><h3>
 
1333
<a name="id2570136"></a><h3>
1253
1334
<a name="GSF-META-NAME-DOCUMENT-PARTS:CAPS"></a>GSF_META_NAME_DOCUMENT_PARTS</h3>
1254
 
<a class="indexterm" name="id2567282"></a><pre class="programlisting">#define GSF_META_NAME_DOCUMENT_PARTS              "gsf:document-parts"
 
1335
<a class="indexterm" name="id2570149"></a><pre class="programlisting">#define GSF_META_NAME_DOCUMENT_PARTS                      "gsf:document-parts"
1255
1336
</pre>
1256
1337
<p>
1257
1338
 
1259
1340
</div>
1260
1341
<hr>
1261
1342
<div class="refsect2" lang="en">
1262
 
<a name="id2567298"></a><h3>
 
1343
<a name="id2570165"></a><h3>
1263
1344
<a name="GSF-META-NAME-MANAGER:CAPS"></a>GSF_META_NAME_MANAGER</h3>
1264
 
<a class="indexterm" name="id2567311"></a><pre class="programlisting">#define GSF_META_NAME_MANAGER                     "gsf:manager"
 
1345
<a class="indexterm" name="id2570178"></a><pre class="programlisting">#define GSF_META_NAME_MANAGER                             "gsf:manager"
1265
1346
</pre>
1266
1347
<p>
1267
1348
(String) Name of the manager of "CREATOR" entity.</p>
1271
1352
</div>
1272
1353
<hr>
1273
1354
<div class="refsect2" lang="en">
1274
 
<a name="id2567331"></a><h3>
 
1355
<a name="id2570198"></a><h3>
1275
1356
<a name="GSF-META-NAME-COMPANY:CAPS"></a>GSF_META_NAME_COMPANY</h3>
1276
 
<a class="indexterm" name="id2567344"></a><pre class="programlisting">#define GSF_META_NAME_COMPANY                     "gsf:company"
 
1357
<a class="indexterm" name="id2570211"></a><pre class="programlisting">#define GSF_META_NAME_COMPANY                             "dc:publisher"
1277
1358
</pre>
1278
1359
<p>
1279
1360
(String) Name of the company/organization that the "CREATOR" entity is
1280
 
associated with.</p>
 
1361
associated with.
 
1362
</p>
 
1363
<p>
 
1364
1.14.1  Moved from "gsf:company" to "dc:publisher".</p>
1281
1365
<p>
1282
1366
 
1283
1367
</p>
1284
1368
</div>
1285
1369
<hr>
1286
1370
<div class="refsect2" lang="en">
1287
 
<a name="id2567364"></a><h3>
 
1371
<a name="id2570235"></a><h3>
1288
1372
<a name="GSF-META-NAME-LINKS-DIRTY:CAPS"></a>GSF_META_NAME_LINKS_DIRTY</h3>
1289
 
<a class="indexterm" name="id2567378"></a><pre class="programlisting">#define GSF_META_NAME_LINKS_DIRTY         "gsf:links-dirty"
 
1373
<a class="indexterm" name="id2570249"></a><pre class="programlisting">#define GSF_META_NAME_LINKS_DIRTY                 "gsf:links-dirty"
1290
1374
</pre>
1291
1375
<p>
1292
1376
 
1294
1378
</div>
1295
1379
<hr>
1296
1380
<div class="refsect2" lang="en">
1297
 
<a name="id2567394"></a><h3>
 
1381
<a name="id2570265"></a><h3>
1298
1382
<a name="GSF-META-NAME-DICTIONARY:CAPS"></a>GSF_META_NAME_DICTIONARY</h3>
1299
 
<a class="indexterm" name="id2567407"></a><pre class="programlisting">#define GSF_META_NAME_DICTIONARY            "gsf:dictionary"
 
1383
<a class="indexterm" name="id2570278"></a><pre class="programlisting">#define GSF_META_NAME_DICTIONARY                  "gsf:dictionary"
1300
1384
</pre>
1301
1385
<p>
1302
1386
 
1304
1388
</div>
1305
1389
<hr>
1306
1390
<div class="refsect2" lang="en">
1307
 
<a name="id2567423"></a><h3>
 
1391
<a name="id2570294"></a><h3>
1308
1392
<a name="GSF-META-NAME-MSOLE-UNKNOWN-17:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_17</h3>
1309
 
<a class="indexterm" name="id2567436"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_17            "msole:unknown-doc-17"
 
1393
<a class="indexterm" name="id2570307"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_17                    "msole:unknown-doc-17"
1310
1394
</pre>
1311
1395
<p>
1312
1396
 
1314
1398
</div>
1315
1399
<hr>
1316
1400
<div class="refsect2" lang="en">
1317
 
<a name="id2567452"></a><h3>
 
1401
<a name="id2570324"></a><h3>
1318
1402
<a name="GSF-META-NAME-MSOLE-UNKNOWN-18:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_18</h3>
1319
 
<a class="indexterm" name="id2567466"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_18            "msole:unknown-doc-18"
 
1403
<a class="indexterm" name="id2570337"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_18                    "msole:unknown-doc-18"
1320
1404
</pre>
1321
1405
<p>
1322
1406
 
1324
1408
</div>
1325
1409
<hr>
1326
1410
<div class="refsect2" lang="en">
1327
 
<a name="id2567482"></a><h3>
 
1411
<a name="id2570353"></a><h3>
1328
1412
<a name="GSF-META-NAME-MSOLE-UNKNOWN-19:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_19</h3>
1329
 
<a class="indexterm" name="id2567496"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_19            "msole:unknown-doc-19"  /* bool */
 
1413
<a class="indexterm" name="id2570367"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_19                    "msole:unknown-doc-19"  /* bool */
1330
1414
</pre>
1331
1415
<p>
1332
1416
 
1334
1418
</div>
1335
1419
<hr>
1336
1420
<div class="refsect2" lang="en">
1337
 
<a name="id2567512"></a><h3>
 
1421
<a name="id2570383"></a><h3>
1338
1422
<a name="GSF-META-NAME-MSOLE-UNKNOWN-20:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_20</h3>
1339
 
<a class="indexterm" name="id2567526"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_20            "msole:unknown-doc-20"
 
1423
<a class="indexterm" name="id2570397"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_20                    "msole:unknown-doc-20"
1340
1424
</pre>
1341
1425
<p>
1342
1426
 
1344
1428
</div>
1345
1429
<hr>
1346
1430
<div class="refsect2" lang="en">
1347
 
<a name="id2567542"></a><h3>
 
1431
<a name="id2570413"></a><h3>
1348
1432
<a name="GSF-META-NAME-MSOLE-UNKNOWN-21:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_21</h3>
1349
 
<a class="indexterm" name="id2567556"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_21            "msole:unknown-doc-21"
 
1433
<a class="indexterm" name="id2570427"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_21                    "msole:unknown-doc-21"
1350
1434
</pre>
1351
1435
<p>
1352
1436
 
1354
1438
</div>
1355
1439
<hr>
1356
1440
<div class="refsect2" lang="en">
1357
 
<a name="id2567572"></a><h3>
 
1441
<a name="id2570443"></a><h3>
1358
1442
<a name="GSF-META-NAME-MSOLE-UNKNOWN-22:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_22</h3>
1359
 
<a class="indexterm" name="id2567585"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_22            "msole:unknown-doc-22"  /* bool */
 
1443
<a class="indexterm" name="id2570456"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_22                    "msole:unknown-doc-22"  /* bool */
1360
1444
</pre>
1361
1445
<p>
1362
1446
 
1364
1448
</div>
1365
1449
<hr>
1366
1450
<div class="refsect2" lang="en">
1367
 
<a name="id2567602"></a><h3>
 
1451
<a name="id2570473"></a><h3>
1368
1452
<a name="GSF-META-NAME-MSOLE-UNKNOWN-23:CAPS"></a>GSF_META_NAME_MSOLE_UNKNOWN_23</h3>
1369
 
<a class="indexterm" name="id2567615"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_23            "msole:unknown-doc-23"  /* i4 */
 
1453
<a class="indexterm" name="id2570486"></a><pre class="programlisting">#define GSF_META_NAME_MSOLE_UNKNOWN_23                    "msole:unknown-doc-23"  /* i4 */
1370
1454
</pre>
1371
1455
<p>
1372
1456
 
1374
1458
</div>
1375
1459
<hr>
1376
1460
<div class="refsect2" lang="en">
1377
 
<a name="id2567632"></a><h3>
 
1461
<a name="id2570503"></a><h3>
1378
1462
<a name="GSF-META-NAME-LOCALE-SYSTEM-DEFAULT:CAPS"></a>GSF_META_NAME_LOCALE_SYSTEM_DEFAULT</h3>
1379
 
<a class="indexterm" name="id2567646"></a><pre class="programlisting">#define GSF_META_NAME_LOCALE_SYSTEM_DEFAULT       "gsf:default-locale"
 
1463
<a class="indexterm" name="id2570517"></a><pre class="programlisting">#define GSF_META_NAME_LOCALE_SYSTEM_DEFAULT               "gsf:default-locale"
1380
1464
</pre>
1381
1465
<p>
1382
1466
(Unsigned Integer) Identifier representing the default system locale.</p>
1386
1470
</div>
1387
1471
<hr>
1388
1472
<div class="refsect2" lang="en">
1389
 
<a name="id2567667"></a><h3>
 
1473
<a name="id2570538"></a><h3>
1390
1474
<a name="GSF-META-NAME-CASE-SENSITIVE:CAPS"></a>GSF_META_NAME_CASE_SENSITIVE</h3>
1391
 
<a class="indexterm" name="id2567681"></a><pre class="programlisting">#define GSF_META_NAME_CASE_SENSITIVE              "gsf:case-sensitivity"
 
1475
<a class="indexterm" name="id2570552"></a><pre class="programlisting">#define GSF_META_NAME_CASE_SENSITIVE                      "gsf:case-sensitivity"
1392
1476
</pre>
1393
1477
<p>
1394
1478
(Unsigned Integer) Identifier representing the case-sensitiveness.
1401
1485
</div>
1402
1486
<hr>
1403
1487
<div class="refsect2" lang="en">
1404
 
<a name="id2567704"></a><h3>
1405
 
<a name="GSF-META-NAME-PRINTED-BY:CAPS"></a>GSF_META_NAME_PRINTED_BY</h3>
1406
 
<a class="indexterm" name="id2567718"></a><pre class="programlisting">#define GSF_META_NAME_PRINTED_BY          "meta:printed-by"
1407
 
</pre>
1408
 
<p>
1409
 
(String) Specifies the name of the last person who printed the document.
1410
 
Moved from "gsf" to "meta". This way can be used correctly by OpenDocument 
1411
 
and Gnumeric.</p>
1412
 
<p>
1413
 
 
1414
 
</p>
1415
 
</div>
1416
 
<hr>
1417
 
<div class="refsect2" lang="en">
1418
 
<a name="id2567740"></a><h3>
 
1488
<a name="id2570575"></a><h3>
1419
1489
<a name="GSF-META-NAME-INITIAL-CREATOR:CAPS"></a>GSF_META_NAME_INITIAL_CREATOR</h3>
1420
 
<a class="indexterm" name="id2567753"></a><pre class="programlisting">#define GSF_META_NAME_INITIAL_CREATOR             "meta:initial-creator"
 
1490
<a class="indexterm" name="id2570588"></a><pre class="programlisting">#define GSF_META_NAME_INITIAL_CREATOR                     "meta:initial-creator"
1421
1491
</pre>
1422
1492
<p>
1423
1493
(String) Specifies the name of the person who created the document
1424
1494
initially.
1425
 
Moved from "gsf" to "meta". This way can be used correctly by OpenDocument 
1426
 
and Gnumeric.</p>
 
1495
1.14.0 Moved from "gsf" to "meta".</p>
1427
1496
<p>
1428
1497
 
1429
1498
</p>