gsf 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf.rb +53 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
@@ -0,0 +1,70 @@
|
|
1
|
+
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
2
|
+
/*
|
3
|
+
* gsf-msole-utils.h: various tools for handling MS OLE files
|
4
|
+
*
|
5
|
+
* Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org)
|
6
|
+
*
|
7
|
+
* This program is free software; you can redistribute it and/or
|
8
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
9
|
+
* License as published by the Free Software Foundation.
|
10
|
+
*
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
+
* GNU General Public License for more details.
|
15
|
+
*
|
16
|
+
* You should have received a copy of the GNU Lesser General Public License
|
17
|
+
* along with this program; if not, write to the Free Software
|
18
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
19
|
+
* USA
|
20
|
+
*/
|
21
|
+
|
22
|
+
#ifndef GSF_MSOLE_UTILS_H
|
23
|
+
#define GSF_MSOLE_UTILS_H
|
24
|
+
|
25
|
+
#include <gsf/gsf-fwd.h>
|
26
|
+
|
27
|
+
G_BEGIN_DECLS
|
28
|
+
|
29
|
+
GError *gsf_doc_meta_data_read_from_msole (GsfDocMetaData *accum,
|
30
|
+
GsfInput *in);
|
31
|
+
gboolean gsf_doc_meta_data_write_to_msole (GsfDocMetaData const *meta_data,
|
32
|
+
GsfOutput *out,
|
33
|
+
gboolean doc_not_component);
|
34
|
+
|
35
|
+
#ifndef GSF_DISABLE_DEPRECATED
|
36
|
+
GSF_DEPRECATED_FOR (gsf_doc_meta_data_read_from_msole)
|
37
|
+
GError *gsf_msole_metadata_read (GsfInput *in,
|
38
|
+
GsfDocMetaData *accum);
|
39
|
+
GSF_DEPRECATED_FOR (gsf_doc_meta_data_write_to_msole)
|
40
|
+
gboolean gsf_msole_metadata_write (GsfOutput *out,
|
41
|
+
GsfDocMetaData const *meta_data,
|
42
|
+
gboolean doc_not_component);
|
43
|
+
#endif
|
44
|
+
|
45
|
+
guint gsf_msole_lid_for_language (char const *lang);
|
46
|
+
guint gsf_msole_codepage_to_lid (int codepage);
|
47
|
+
int gsf_msole_lid_to_codepage (guint lid);
|
48
|
+
gchar *gsf_msole_lid_to_codepage_str (guint lid);
|
49
|
+
char const *gsf_msole_language_for_lid (guint lid);
|
50
|
+
|
51
|
+
int gsf_msole_iconv_win_codepage (void) ;
|
52
|
+
GIConv gsf_msole_iconv_open_for_import (int codepage) ;
|
53
|
+
GIConv gsf_msole_iconv_open_for_export (void) ;
|
54
|
+
|
55
|
+
GIConv gsf_msole_iconv_open_codepage_for_import (char const *to, int codepage);
|
56
|
+
GIConv gsf_msole_iconv_open_codepages_for_export (int codepage_to, char const *from);
|
57
|
+
GIConv gsf_msole_iconv_open_codepage_for_export (int codepage_to);
|
58
|
+
|
59
|
+
GByteArray *gsf_msole_inflate (GsfInput *input, gsf_off_t offset);
|
60
|
+
|
61
|
+
typedef struct GsfMSOleSortingKey_ GsfMSOleSortingKey;
|
62
|
+
GType gsf_msole_sorting_key_get_type (void);
|
63
|
+
GsfMSOleSortingKey *gsf_msole_sorting_key_new (const char *name);
|
64
|
+
void gsf_msole_sorting_key_free (GsfMSOleSortingKey *sk);
|
65
|
+
int gsf_msole_sorting_key_cmp (const GsfMSOleSortingKey *a,
|
66
|
+
const GsfMSOleSortingKey *b);
|
67
|
+
|
68
|
+
G_END_DECLS
|
69
|
+
|
70
|
+
#endif /* GSF_MSOLE_UTILS_H */
|
@@ -0,0 +1,95 @@
|
|
1
|
+
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
2
|
+
/*
|
3
|
+
* gsf-open-pkg-utils.h: Utilities for handling Open Package zip files
|
4
|
+
* from MS Office 2007 or XPS.
|
5
|
+
*
|
6
|
+
* Copyright (C) 2006-2008 Jody Goldberg (jody@gnome.org)
|
7
|
+
*
|
8
|
+
* This program is free software; you can redistribute it and/or
|
9
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
10
|
+
* License as published by the Free Software Foundation.
|
11
|
+
*
|
12
|
+
* This program is distributed in the hope that it will be useful,
|
13
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
14
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
15
|
+
* GNU General Public License for more details.
|
16
|
+
*
|
17
|
+
* You should have received a copy of the GNU Lesser General Public License
|
18
|
+
* along with this program; if not, write to the Free Software
|
19
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
20
|
+
* USA
|
21
|
+
*/
|
22
|
+
|
23
|
+
#ifndef GSF_OPEN_PKG_UTILS_H
|
24
|
+
#define GSF_OPEN_PKG_UTILS_H
|
25
|
+
|
26
|
+
#include <gsf/gsf-fwd.h>
|
27
|
+
|
28
|
+
G_BEGIN_DECLS
|
29
|
+
|
30
|
+
typedef struct _GsfOpenPkgRel GsfOpenPkgRel;
|
31
|
+
typedef struct _GsfOpenPkgRels GsfOpenPkgRels;
|
32
|
+
typedef void (*GsfOpenPkgIter)(GsfInput *opkg,
|
33
|
+
GsfOpenPkgRel const *rel,
|
34
|
+
gpointer user_data);
|
35
|
+
|
36
|
+
gboolean gsf_open_pkg_rel_is_extern (GsfOpenPkgRel const *rel);
|
37
|
+
char const *gsf_open_pkg_rel_get_target (GsfOpenPkgRel const *rel);
|
38
|
+
char const *gsf_open_pkg_rel_get_type (GsfOpenPkgRel const *rel);
|
39
|
+
|
40
|
+
GsfOpenPkgRel *gsf_open_pkg_lookup_rel_by_type (GsfInput *opkg, char const *type);
|
41
|
+
GsfOpenPkgRel *gsf_open_pkg_lookup_rel_by_id (GsfInput *opkg, char const *id);
|
42
|
+
void gsf_open_pkg_foreach_rel (GsfInput *opkg,
|
43
|
+
GsfOpenPkgIter func,
|
44
|
+
gpointer user_data);
|
45
|
+
GsfInput *gsf_open_pkg_open_rel (GsfInput *opkg, GsfOpenPkgRel const *rel,
|
46
|
+
GError **err);
|
47
|
+
|
48
|
+
GsfInput *gsf_open_pkg_open_rel_by_type (GsfInput *opkg, char const *type,
|
49
|
+
GError **err);
|
50
|
+
GsfInput *gsf_open_pkg_open_rel_by_id (GsfInput *opkg, char const *id,
|
51
|
+
GError **err);
|
52
|
+
GError *gsf_open_pkg_parse_rel_by_id (GsfXMLIn *xin, char const *id,
|
53
|
+
GsfXMLInNode const *dtd,
|
54
|
+
GsfXMLInNS const *ns);
|
55
|
+
|
56
|
+
/* DEPRECATED in 1.14.6 */
|
57
|
+
#ifndef GSF_DISABLE_DEPRECATED
|
58
|
+
GSF_DEPRECATED_FOR (gsf_open_pkg_open_rel_by_id)
|
59
|
+
GsfInput *gsf_open_pkg_get_rel_by_type (GsfInput *opkg, char const *type);
|
60
|
+
GSF_DEPRECATED_FOR (gsf_open_pkg_open_rel_by_id)
|
61
|
+
GsfInput *gsf_open_pkg_get_rel_by_id (GsfInput *opkg, char const *id);
|
62
|
+
#endif
|
63
|
+
|
64
|
+
typedef struct _GsfOutfileOpenPkg GsfOutfileOpenPkg;
|
65
|
+
|
66
|
+
#define GSF_OUTFILE_OPEN_PKG_TYPE (gsf_outfile_open_pkg_get_type ())
|
67
|
+
#define GSF_OUTFILE_OPEN_PKG(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_OUTFILE_OPEN_PKG_TYPE, GsfOutfileOpenPkg))
|
68
|
+
#define GSF_IS_OUTFILE_OPEN_PKG(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_OUTFILE_OPEN_PKG_TYPE))
|
69
|
+
|
70
|
+
GType gsf_outfile_open_pkg_get_type (void) G_GNUC_CONST;
|
71
|
+
/* void gsf_outfile_open_pkg_register_type (GTypeModule *module); glib dynamic types are not thread safe */
|
72
|
+
|
73
|
+
GsfOutfile *gsf_outfile_open_pkg_new (GsfOutfile *sink);
|
74
|
+
void gsf_outfile_open_pkg_set_sink (GsfOutfileOpenPkg *open_pkg,
|
75
|
+
GsfOutput *sink);
|
76
|
+
void gsf_outfile_open_pkg_set_content_type (GsfOutfileOpenPkg *open_pkg,
|
77
|
+
char const *content_type);
|
78
|
+
|
79
|
+
char const *gsf_outfile_open_pkg_relate (GsfOutfileOpenPkg *child,
|
80
|
+
GsfOutfileOpenPkg *parent,
|
81
|
+
char const *type);
|
82
|
+
GsfOutput *gsf_outfile_open_pkg_add_rel (GsfOutfile *dir,
|
83
|
+
char const *name,
|
84
|
+
char const *content_type,
|
85
|
+
GsfOutfile *parent,
|
86
|
+
char const *type);
|
87
|
+
char const *gsf_outfile_open_pkg_add_extern_rel (GsfOutfileOpenPkg *parent,
|
88
|
+
char const *target,
|
89
|
+
char const *content_type);
|
90
|
+
|
91
|
+
gint gsf_open_pkg_error_id (void);
|
92
|
+
|
93
|
+
G_END_DECLS
|
94
|
+
|
95
|
+
#endif /* GSF_OPEN_PKG_UTILS_H */
|
@@ -0,0 +1,162 @@
|
|
1
|
+
/*
|
2
|
+
* gsf-opendoc-utils.h: Handle the application neutral portions of OpenDocument
|
3
|
+
*
|
4
|
+
* Author: Luciano Wolf (luciano.wolf@indt.org.br)
|
5
|
+
*
|
6
|
+
* Copyright (C) 2005-2006 INdT - Instituto Nokia de Tecnologia
|
7
|
+
* http://www.indt.org.br
|
8
|
+
*
|
9
|
+
* This program is free software; you can redistribute it and/or
|
10
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
11
|
+
* License as published by the Free Software Foundation.
|
12
|
+
*
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
16
|
+
* GNU General Public License for more details.
|
17
|
+
*
|
18
|
+
* You should have received a copy of the GNU Lesser General Public License
|
19
|
+
* along with this program; if not, write to the Free Software
|
20
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
21
|
+
* USA
|
22
|
+
*/
|
23
|
+
|
24
|
+
#ifndef GSF_OPENDOC_UTILS_H
|
25
|
+
#define GSF_OPENDOC_UTILS_H
|
26
|
+
|
27
|
+
#include <gsf/gsf-fwd.h>
|
28
|
+
#include <gsf/gsf-libxml.h>
|
29
|
+
|
30
|
+
G_BEGIN_DECLS
|
31
|
+
|
32
|
+
/****************************************************************************/
|
33
|
+
|
34
|
+
typedef struct {
|
35
|
+
GsfXMLOutClass base;
|
36
|
+
|
37
|
+
/*< private >*/
|
38
|
+
/* Padding for future expansion */
|
39
|
+
void (*_gsf_reserved1) (void);
|
40
|
+
void (*_gsf_reserved2) (void);
|
41
|
+
void (*_gsf_reserved3) (void);
|
42
|
+
void (*_gsf_reserved4) (void);
|
43
|
+
} GsfODFOutClass;
|
44
|
+
|
45
|
+
typedef struct _GsfODFOut GsfODFOut;
|
46
|
+
struct _GsfODFOut {
|
47
|
+
GsfXMLOut base;
|
48
|
+
/*< private >*/
|
49
|
+
struct _GsfODFOutPrivate *priv;
|
50
|
+
};
|
51
|
+
|
52
|
+
#define GSF_ODF_OUT_TYPE (gsf_odf_out_get_type ())
|
53
|
+
#define GSF_ODF_OUT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_ODF_OUT_TYPE, GsfODFOut))
|
54
|
+
#define GSF_IS_ODF_OUT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_ODF_OUT_TYPE))
|
55
|
+
|
56
|
+
GType gsf_odf_out_get_type (void) G_GNUC_CONST;
|
57
|
+
|
58
|
+
int gsf_odf_out_get_version (GsfODFOut *oout);
|
59
|
+
char *gsf_odf_out_get_version_string (GsfODFOut *oout);
|
60
|
+
|
61
|
+
/****************************************************************************/
|
62
|
+
|
63
|
+
enum {
|
64
|
+
OO_NS_OFFICE,
|
65
|
+
OO_NS_STYLE,
|
66
|
+
OO_NS_TEXT,
|
67
|
+
OO_NS_TABLE,
|
68
|
+
OO_NS_DRAW,
|
69
|
+
OO_NS_NUMBER,
|
70
|
+
OO_NS_CHART,
|
71
|
+
OO_NS_DR3D,
|
72
|
+
OO_NS_FORM,
|
73
|
+
OO_NS_SCRIPT,
|
74
|
+
OO_NS_CONFIG,
|
75
|
+
OO_NS_MATH,
|
76
|
+
OO_NS_FO,
|
77
|
+
OO_NS_DC,
|
78
|
+
OO_NS_META,
|
79
|
+
OO_NS_XLINK,
|
80
|
+
OO_NS_SVG,
|
81
|
+
|
82
|
+
/* new in 2.0 */
|
83
|
+
OO_NS_OOO,
|
84
|
+
OO_NS_OOOW,
|
85
|
+
OO_NS_OOOC,
|
86
|
+
OO_NS_DOM,
|
87
|
+
OO_NS_XFORMS,
|
88
|
+
OO_NS_XSD,
|
89
|
+
OO_NS_XSI,
|
90
|
+
|
91
|
+
OO_NS_PRESENT, /* added in gsf-1.14.8 */
|
92
|
+
|
93
|
+
/* new in 3.0 */
|
94
|
+
OO_NS_RPT,
|
95
|
+
OO_NS_OF,
|
96
|
+
OO_NS_RDFA,
|
97
|
+
OO_NS_FIELD,
|
98
|
+
OO_NS_FORMX,
|
99
|
+
|
100
|
+
/* Other OpenDocument 1.1 */
|
101
|
+
OO_NS_ANIM,
|
102
|
+
OO_NS_DATASTYLE,
|
103
|
+
OO_NS_MANIFEST,
|
104
|
+
OO_NS_SMIL,
|
105
|
+
|
106
|
+
/* Symphony 1.3 */
|
107
|
+
OO_LOTUS_NS_PRODTOOLS,
|
108
|
+
|
109
|
+
/* KOffice 1.6.3 */
|
110
|
+
OO_KDE_NS_KOFFICE,
|
111
|
+
|
112
|
+
/*CleverAge ODF Add-in for Microsoft Office 3.0.5224.0 (11.0.8302)*/
|
113
|
+
OO_CLEVERAGE_NS_DC,
|
114
|
+
|
115
|
+
/* Microsoft Excel Formulas */
|
116
|
+
OO_MS_NS_MSOXL,
|
117
|
+
|
118
|
+
/* Gnumeric ODF extensions */
|
119
|
+
OO_GNUM_NS_EXT,
|
120
|
+
|
121
|
+
/* New in ODF 3.2 */
|
122
|
+
OO_NS_GRDDL,
|
123
|
+
OO_NS_XHTML,
|
124
|
+
OO_NS_TABLE_OOO,
|
125
|
+
|
126
|
+
/* New in ODF 3.3 */
|
127
|
+
OO_NS_CHART_OOO,
|
128
|
+
|
129
|
+
/* New in LOCALC */
|
130
|
+
OO_NS_LOCALC_EXT,
|
131
|
+
OO_NS_LOCALC_EXT2
|
132
|
+
};
|
133
|
+
|
134
|
+
GsfXMLInNS const *gsf_odf_get_ns (void);
|
135
|
+
char const *gsf_odf_get_version_string (void);
|
136
|
+
short gsf_odf_get_version (void);
|
137
|
+
|
138
|
+
GError *gsf_doc_meta_data_read_from_odf (GsfDocMetaData *md, GsfInput *input);
|
139
|
+
void gsf_doc_meta_data_odf_subtree (GsfDocMetaData *md, GsfXMLIn *doc);
|
140
|
+
gboolean gsf_doc_meta_data_write_to_odf (GsfDocMetaData const *md, gpointer output);
|
141
|
+
|
142
|
+
|
143
|
+
/* For 1.15.x s/opendoc/odf/ and s/ooo/odf/ */
|
144
|
+
#ifndef GSF_DISABLE_DEPRECATED
|
145
|
+
extern GsfXMLInNS gsf_ooo_ns[]; /* use get_gsf_ooo_ns instead */
|
146
|
+
GSF_DEPRECATED_FOR (gsf_odf_get_ns)
|
147
|
+
GsfXMLInNS *get_gsf_ooo_ns (void);
|
148
|
+
GSF_DEPRECATED_FOR (gsf_odf_get_version_string)
|
149
|
+
char const *get_gsf_odf_version_string (void);
|
150
|
+
GSF_DEPRECATED_FOR (gsf_odf_get_version)
|
151
|
+
short get_gsf_odf_version (void);
|
152
|
+
GSF_DEPRECATED_FOR (gsf_doc_meta_data_read_from_odf)
|
153
|
+
GError *gsf_opendoc_metadata_read (GsfInput *input, GsfDocMetaData *md);
|
154
|
+
GSF_DEPRECATED_FOR (gsf_doc_meta_data_odf_subtree)
|
155
|
+
void gsf_opendoc_metadata_subtree (GsfXMLIn *doc, GsfDocMetaData *md);
|
156
|
+
GSF_DEPRECATED_FOR (gsf_doc_meta_data_write_to_odf)
|
157
|
+
gboolean gsf_opendoc_metadata_write (gpointer output, GsfDocMetaData const *md);
|
158
|
+
#endif
|
159
|
+
|
160
|
+
G_END_DECLS
|
161
|
+
|
162
|
+
#endif /* GSF_OPENDOC_UTILS_H */
|
@@ -0,0 +1,46 @@
|
|
1
|
+
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
2
|
+
/*
|
3
|
+
* gsf-outfile-impl.h:
|
4
|
+
*
|
5
|
+
* Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org)
|
6
|
+
*
|
7
|
+
* This program is free software; you can redistribute it and/or
|
8
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
9
|
+
* License as published by the Free Software Foundation.
|
10
|
+
*
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
+
* GNU General Public License for more details.
|
15
|
+
*
|
16
|
+
* You should have received a copy of the GNU Lesser General Public License
|
17
|
+
* along with this program; if not, write to the Free Software
|
18
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
19
|
+
* USA
|
20
|
+
*/
|
21
|
+
|
22
|
+
#ifndef GSF_OUTFILE_IMPL_H
|
23
|
+
#define GSF_OUTFILE_IMPL_H
|
24
|
+
|
25
|
+
#include <gsf/gsf-fwd.h>
|
26
|
+
|
27
|
+
G_BEGIN_DECLS
|
28
|
+
|
29
|
+
struct _GsfOutfile {
|
30
|
+
GsfOutput parent;
|
31
|
+
};
|
32
|
+
|
33
|
+
typedef struct {
|
34
|
+
GsfOutputClass output_class;
|
35
|
+
GsfOutput *(*new_child) (GsfOutfile *outfile,
|
36
|
+
char const *name, gboolean is_dir,
|
37
|
+
char const *first_property_name,
|
38
|
+
va_list args);
|
39
|
+
} GsfOutfileClass;
|
40
|
+
|
41
|
+
#define GSF_OUTFILE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GSF_OUTFILE_TYPE, GsfOutfileClass))
|
42
|
+
#define GSF_IS_OUTFILE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GSF_OUTFILE_TYPE))
|
43
|
+
|
44
|
+
G_END_DECLS
|
45
|
+
|
46
|
+
#endif /* GSF_OUTFILE_IMPL_H */
|
@@ -0,0 +1,47 @@
|
|
1
|
+
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
2
|
+
/*
|
3
|
+
* gsf-outfile-msole.h: interface for creating OLE files
|
4
|
+
*
|
5
|
+
* Copyright (C) 2002-2006 Jody Goldberg (jody@gnome.org)
|
6
|
+
*
|
7
|
+
* This program is free software; you can redistribute it and/or
|
8
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
9
|
+
* License as published by the Free Software Foundation.
|
10
|
+
*
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
+
* GNU General Public License for more details.
|
15
|
+
*
|
16
|
+
* You should have received a copy of the GNU Lesser General Public License
|
17
|
+
* along with this program; if not, write to the Free Software
|
18
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
19
|
+
* USA
|
20
|
+
*/
|
21
|
+
|
22
|
+
#ifndef GSF_OUTFILE_MSOLE_H
|
23
|
+
#define GSF_OUTFILE_MSOLE_H
|
24
|
+
|
25
|
+
#include <gsf/gsf-fwd.h>
|
26
|
+
#include <gsf/gsf-outfile.h>
|
27
|
+
|
28
|
+
G_BEGIN_DECLS
|
29
|
+
|
30
|
+
typedef struct _GsfOutfileMSOle GsfOutfileMSOle;
|
31
|
+
|
32
|
+
#define GSF_OUTFILE_MSOLE_TYPE (gsf_outfile_msole_get_type ())
|
33
|
+
#define GSF_OUTFILE_MSOLE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_OUTFILE_MSOLE_TYPE, GsfOutfileMSOle))
|
34
|
+
#define GSF_IS_OUTFILE_MSOLE(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_OUTFILE_MSOLE_TYPE))
|
35
|
+
|
36
|
+
GType gsf_outfile_msole_get_type (void) G_GNUC_CONST;
|
37
|
+
/* void gsf_outfile_msole_register_type (GTypeModule *module); glib dynamic types are not thread safe */
|
38
|
+
|
39
|
+
GsfOutfile *gsf_outfile_msole_new (GsfOutput *sink);
|
40
|
+
GsfOutfile *gsf_outfile_msole_new_full (GsfOutput *sink,
|
41
|
+
guint bb_size, guint sb_size);
|
42
|
+
gboolean gsf_outfile_msole_set_class_id (GsfOutfileMSOle *ole,
|
43
|
+
guint8 const *clsid);
|
44
|
+
|
45
|
+
G_END_DECLS
|
46
|
+
|
47
|
+
#endif /* GSF_OUTFILE_H */
|
@@ -0,0 +1,49 @@
|
|
1
|
+
/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
|
2
|
+
/*
|
3
|
+
* gsf-outfile-stdio.h: write a directory tree
|
4
|
+
*
|
5
|
+
* Copyright (C) 2004-2006 Novell, Inc.
|
6
|
+
*
|
7
|
+
* This program is free software; you can redistribute it and/or
|
8
|
+
* modify it under the terms of version 2.1 of the GNU Lesser General Public
|
9
|
+
* License as published by the Free Software Foundation.
|
10
|
+
*
|
11
|
+
* This program is distributed in the hope that it will be useful,
|
12
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14
|
+
* GNU General Public License for more details.
|
15
|
+
*
|
16
|
+
* You should have received a copy of the GNU Lesser General Public License
|
17
|
+
* along with this program; if not, write to the Free Software
|
18
|
+
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
|
19
|
+
* USA
|
20
|
+
*/
|
21
|
+
|
22
|
+
#ifndef GSF_OUTFILE_STDIO_H
|
23
|
+
#define GSF_OUTFILE_STDIO_H
|
24
|
+
|
25
|
+
#include <gsf/gsf-fwd.h>
|
26
|
+
#include <gsf/gsf-outfile.h>
|
27
|
+
|
28
|
+
G_BEGIN_DECLS
|
29
|
+
|
30
|
+
typedef struct _GsfOutfileStdio GsfOutfileStdio;
|
31
|
+
|
32
|
+
#define GSF_OUTFILE_STDIO_TYPE (gsf_outfile_stdio_get_type ())
|
33
|
+
#define GSF_OUTFILE_STDIO(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSF_OUTFILE_STDIO_TYPE, GsfOutfileStdio))
|
34
|
+
#define GSF_IS_OUTFILE_STDIO(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_OUTFILE_STDIO_TYPE))
|
35
|
+
|
36
|
+
GType gsf_outfile_stdio_get_type (void) G_GNUC_CONST;
|
37
|
+
/* void gsf_outfile_stdio_register_type (GTypeModule *module); glib dynamic types are not thread safe */
|
38
|
+
|
39
|
+
GsfOutfile *gsf_outfile_stdio_new (char const *root, GError **err);
|
40
|
+
GsfOutfile *gsf_outfile_stdio_new_full (char const *root, GError **err,
|
41
|
+
char const *first_property_name,
|
42
|
+
...); /* G_GNUC_NULL_TERMINATED */
|
43
|
+
GsfOutfile *gsf_outfile_stdio_new_valist (char const *root, GError **err,
|
44
|
+
char const *first_property_name,
|
45
|
+
va_list var_args);
|
46
|
+
|
47
|
+
G_END_DECLS
|
48
|
+
|
49
|
+
#endif /* GSF_OUTFILE_H */
|