Home
last modified time | relevance | path

Searched refs:GsfInput (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-input.h37 char const *gsf_input_name (GsfInput *input);
38 GsfInfile *gsf_input_container (GsfInput *input);
40 GsfInput *gsf_input_dup (GsfInput *input, GError **err);
41 GsfInput *gsf_input_sibling (GsfInput const *input, char const *name, GError **err);
42 gsf_off_t gsf_input_size (GsfInput *input);
43 gboolean gsf_input_eof (GsfInput *input);
50 gsf_off_t gsf_input_remaining (GsfInput *input);
51 gsf_off_t gsf_input_tell (GsfInput *input);
52 gboolean gsf_input_seek (GsfInput *input,
55 GDateTime * gsf_input_get_modtime (GsfInput *input);
[all …]
H A Dgsf-input-impl.h42 GsfInput *(*Dup) (GsfInput *input, GError **err);
43 const guint8 *(*Read) (GsfInput *input, size_t num_bytes,
45 gboolean (*Seek) (GsfInput *input, gsf_off_t offset,
47 GsfInput *(*OpenSibling) (GsfInput const *input,
61 gboolean gsf_input_set_name (GsfInput *input, char const *name);
62 gboolean gsf_input_set_name_from_filename (GsfInput *input, char const *filename);
63 gboolean gsf_input_set_container (GsfInput *input, GsfInfile *container);
64 gboolean gsf_input_set_size (GsfInput *input, gsf_off_t size);
65 gboolean gsf_input_set_modtime (GsfInput *input, GDateTime *modtime);
66 gboolean gsf_input_seek_emulate (GsfInput *input, gsf_off_t pos);
[all …]
H A Dgsf-open-pkg-utils.h32 typedef void (*GsfOpenPkgIter)(GsfInput *opkg,
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,
45 GsfInput *gsf_open_pkg_open_rel (GsfInput *opkg, GsfOpenPkgRel const *rel,
48 GsfInput *gsf_open_pkg_open_rel_by_type (GsfInput *opkg, char const *type,
50 GsfInput *gsf_open_pkg_open_rel_by_id (GsfInput *opkg, char const *id,
59 GsfInput *gsf_open_pkg_get_rel_by_type (GsfInput *opkg, char const *type);
61 GsfInput *gsf_open_pkg_get_rel_by_id (GsfInput *opkg, char const *id);
H A Dgsf-input.c61 GsfInput *input = GSF_INPUT (object); in gsf_input_get_property()
96 GsfInput *input = GSF_INPUT (obj); in gsf_input_dispose()
108 GsfInput *input = GSF_INPUT (obj); in gsf_input_init()
241 gsf_input_name (GsfInput *input) in GSF_CLASS_ABSTRACT()
269 GsfInput *
272 GsfInput *dst; in gsf_input_dup()
314 GsfInput *
329 gsf_input_size (GsfInput *input) in gsf_input_size()
344 gsf_input_eof (GsfInput *input) in gsf_input_eof()
438 gsf_input_tell (GsfInput *input) in gsf_input_tell()
[all …]
H A Dgsf-input-proxy.c29 GsfInput input;
31 GsfInput *source;
57 GsfInput *
58 gsf_input_proxy_new_section (GsfInput *source, in gsf_input_proxy_new_section()
98 GsfInput *
99 gsf_input_proxy_new (GsfInput *source) in gsf_input_proxy_new()
117 static GsfInput *
118 gsf_input_proxy_dup (GsfInput *src_input, G_GNUC_UNUSED GError **err) in gsf_input_proxy_dup()
124 gsf_input_proxy_read (GsfInput *input, size_t num_bytes, guint8 *buffer) in gsf_input_proxy_read()
139 gsf_input_proxy_seek (G_GNUC_UNUSED GsfInput *input, in gsf_input_proxy_seek()
H A Dgsf-infile.c68 GsfInput *
72 GsfInput *res; in gsf_infile_child_by_index()
103 GsfInput *
107 GsfInput *res; in gsf_infile_child_by_name()
135 GsfInput *
138 GsfInput *res; in gsf_infile_child_by_vname()
159 GsfInput *
162 GsfInput *child = GSF_INPUT (infile); in gsf_infile_child_by_vaname()
199 GsfInput *
202 GsfInput *child = GSF_INPUT (infile); in gsf_infile_child_by_aname()
H A Dgsf-input-gio.c29 GsfInput input;
50 set_name_from_file (GsfInput *input, GFile *file) in set_name_from_file()
60 static GsfInput *
64 GsfInput *copy; in make_local_copy()
121 GsfInput *
175 GsfInput *
179 GsfInput *input; in gsf_input_gio_new_for_path()
197 GsfInput *
201 GsfInput *input; in gsf_input_gio_new_for_uri()
236 static GsfInput *
[all …]
H A Dgsf-input-http.c29 GsfInput input;
49 static GsfInput *gsf_input_http_dup (GsfInput *src, GError **err);
52 static gboolean gsf_input_http_seek (GsfInput *input, gsf_off_t offset,
218 static GsfInput *
222 GsfInput *copy; in make_local_copy()
265 GsfInput *
269 GsfInput *input; in gsf_input_http_new()
298 static GsfInput *
299 gsf_input_http_dup (GsfInput *src, GError **err) in gsf_input_http_dup()
305 gsf_input_http_read (GsfInput *input, size_t num_bytes, guint8 *buffer) in gsf_input_http_read()
[all …]
H A Dgsf-infile.h38 GsfInput *gsf_infile_child_by_index (GsfInfile *infile, int i);
39 GsfInput *gsf_infile_child_by_name (GsfInfile *infile, char const *name);
40 GsfInput *gsf_infile_child_by_vname (GsfInfile *infile, ...);
41 GsfInput *gsf_infile_child_by_aname (GsfInfile *infile, char const *names[]);
42 GsfInput *gsf_infile_child_by_vaname (GsfInfile *infile, va_list names);
H A Dgsf-infile-stdio.c55 static GsfInput *
56 gsf_infile_stdio_dup (GsfInput *src_input, G_GNUC_UNUSED GError **err) in gsf_infile_stdio_dup()
73 gsf_infile_stdio_read (G_GNUC_UNUSED GsfInput *input, G_GNUC_UNUSED size_t num_bytes, in gsf_infile_stdio_read()
79 static GsfInput *
82 GsfInput *child; in open_child()
86 child = (GsfInput *) gsf_infile_stdio_new (path, err); in open_child()
103 static GsfInput *
111 static GsfInput *
H A Dgsf-input-stdio.c38 GsfInput input;
51 static GsfInput *
55 GsfInput *copy = NULL; in make_local_copy()
111 GsfInput *
137 GsfInput *res = make_local_copy (file, filename, err); in gsf_input_stdio_new()
168 GsfInput *
213 static GsfInput *
214 gsf_input_stdio_dup (GsfInput *src_input, GError **err) in gsf_input_stdio_dup()
221 gsf_input_stdio_read (GsfInput *input, size_t num_bytes, in gsf_input_stdio_read()
252 gsf_input_stdio_seek (GsfInput *input, gsf_off_t offset, GSeekType whence) in gsf_input_stdio_seek()
H A Dgsf-input-proxy.h39 GsfInput *gsf_input_proxy_new (GsfInput *source);
40 GsfInput *gsf_input_proxy_new_section (GsfInput *source,
H A Dgsf-input-textline.c31 GsfInput input;
33 GsfInput *source;
56 GsfInput *
57 gsf_input_textline_new (GsfInput *source) in gsf_input_textline_new()
89 static GsfInput *
90 gsf_input_textline_dup (GsfInput *src_input, G_GNUC_UNUSED GError **err) in gsf_input_textline_dup()
103 gsf_input_textline_read (GsfInput *input, size_t num_bytes, guint8 *buffer) in gsf_input_textline_read()
116 gsf_input_textline_seek (GsfInput *input, gsf_off_t offset, GSeekType whence) in gsf_input_textline_seek()
H A Dgsf-input-memory.c49 GsfInput parent;
62 GsfInput *
78 GsfInput *
111 static GsfInput *
112 gsf_input_memory_dup (GsfInput *src_input, G_GNUC_UNUSED GError **err) in gsf_input_memory_dup()
124 gsf_input_memory_read (GsfInput *input, size_t num_bytes, guint8 *optional_buffer) in gsf_input_memory_read()
139 gsf_input_memory_seek (G_GNUC_UNUSED GsfInput *input, in gsf_input_memory_seek()
199 GsfInput * in GSF_CLASS()
H A Dgsf-structured-blob.c65 static GsfInput *
66 blob_dup (GsfInput *input, G_GNUC_UNUSED GError **err) in blob_dup()
92 blob_read (GsfInput *input, size_t num_bytes, guint8 *optional_buffer) in blob_read()
107 blob_seek (G_GNUC_UNUSED GsfInput *input, in blob_seek()
135 static GsfInput *
146 static GsfInput *
154 GsfInput *child = g_ptr_array_index (blob->children, i); in blob_child_by_name()
203 gsf_structured_blob_read (GsfInput *input) in GSF_CLASS()
238 GsfInput *child = gsf_infile_child_by_index (GSF_INFILE (input), i); in GSF_CLASS()
/dports/editors/abiword/abiword-3.0.5/plugins/sdw/xp/
H A Die_imp_StarOffice.h51 void readByteString(GsfInput* stream, char*& str, UT_uint16* aLength = NULL)
70 void load(GsfInput* stream) throw(UT_Error);
172 virtual UT_Confidence_t recognizeContents(GsfInput * input);
185 virtual UT_Error _loadFile(GsfInput * input);
190 GsfInput *mDocStream;
210 void readByteString(GsfInput* stream, UT_UCS4Char*& str) throw(UT_Error) { in readByteString()
231 inline void readChar(GsfInput* aStream, char& aChar) throw(UT_Error) { in readChar()
236 inline void streamRead(GsfInput* aStream, UT_uint8& aDest) throw(UT_Error) { in streamRead()
245 inline void streamRead(GsfInput* aStream, char& aDest) throw(UT_Error) { in streamRead()
283 inline void streamRead(GsfInput* aStream, bool& aDest) throw(UT_Error) { in streamRead()
[all …]
H A Ddocinfo.cpp39 static void readPaddedByteString(GsfInput* aStream, UT_UCS4String& aString, in readPaddedByteString()
58 AutoGsfInput(GsfInput* aStream = NULL) : mStream(aStream) {} in AutoGsfInput()
62 GsfInput*& operator=(GsfInput* aStream) { close(); mStream = aStream; return mStream; } in operator =()
64 operator GsfInput*() { return mStream; } in operator GsfInput*()
65 operator GsfInput**() { close(); return &mStream; } in operator GsfInput**()
67 GsfInput* mStream;
74 void load(GsfInput* aStream);
89 void TimeStamp::load(GsfInput* aStream) { in load()
128 if (!(GsfInput*)docInfo) in load()
/dports/editors/abiword/abiword-3.0.5/plugins/openxml/imp/xp/
H A DOXMLi_PackageManager.cpp107 GsfInput * doc = _getDocumentStream(); in parseDocumentHdrFtr()
116 GsfInput * doc = _getDocumentStream(); in parseDocumentStyles()
125 GsfInput * doc = _getDocumentStream(); in parseDocumentTheme()
139 GsfInput * doc = _getDocumentStream(); in parseDocumentSettings()
148 GsfInput * doc = _getDocumentStream(); in parseDocumentNumbering()
157 GsfInput * doc = _getDocumentStream(); in parseDocumentFootnotes()
166 GsfInput * doc = _getDocumentStream(); in parseDocumentEndnotes()
173 GsfInput* OXMLi_PackageManager::getChildById( GsfInput * parent, const char * id ) in getChildById()
178 GsfInput* OXMLi_PackageManager::getChildByType( GsfInput * parent, OXML_PartType type ) in getChildByType()
314 GsfInput * parent = _getDocumentStream(); in parseImageStream()
[all …]
H A DOXMLi_PackageManager.h108 GsfInput * getChildById( GsfInput * parent, const char * id );
109 GsfInput * getChildByType( GsfInput * parent, OXML_PartType type );
110 UT_Error parseChildById( GsfInput * parent, const char * id, OXMLi_StreamListener * pListener );
111 …UT_Error parseChildByType( GsfInput * parent, OXML_PartType type, OXMLi_StreamListener * pListener…
114 GsfInput * _getDocumentStream();
115 UT_Error _parseStream( GsfInput * stream, OXMLi_StreamListener * pListener );
120 GsfInput* m_pDocPart;
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dboot.c68 gboolean excel_file_probe (GOFileOpener const *fo, GsfInput *input, GOFileProbeLevel pl);
75 static GsfInput *
82 GsfInput *stream; in find_content_stream()
98 excel_file_probe (GOFileOpener const *fo, GsfInput *input, GOFileProbeLevel pl) in excel_file_probe()
101 GsfInput *stream; in excel_file_probe()
128 GsfInput *stream = gsf_infile_child_by_name (ole, name); in excel_read_metadata()
152 WorkbookView *wbv, GsfInput *input) in excel_enc_file_open()
154 GsfInput *stream = NULL; in excel_enc_file_open()
204 GsfInput *macros = gsf_infile_child_by_name (ole, "_VBA_PROJECT_CUR"); in excel_enc_file_open()
206 GsfInput *vba_child = gsf_infile_child_by_name (GSF_INFILE (macros), "VBA"); in excel_enc_file_open()
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/psiconv/
H A Dboot.c34 gboolean psiconv_file_probe (GOFileOpener const *fo, GsfInput *input,
37 WorkbookView *wb_view, GsfInput *input);
41 psiconv_file_probe (GOFileOpener const *fo, GsfInput *input, GOFileProbeLevel pl) in psiconv_file_probe()
48 WorkbookView *wb_view, GsfInput *input) in psiconv_file_open()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/common/xp/
H A DODc_Crypto.h44 static UT_Error decrypt(GsfInput* pStream, const ODc_CryptoInfo& cryptInfo,
45 const std::string& password, GsfInput** pDecryptedInput);
48 …static UT_Error performDecrypt(GsfInput* pStream, unsigned char* salt, UT_uint32 salt_length, UT_u…
49 …ize ivec_length, const std::string& password, UT_uint32 decrypted_size, GsfInput** pDecryptedInput…
/dports/editors/abiword/abiword-3.0.5/plugins/wpg/xp/
H A Die_impGraphic_WPG.cpp45 AbiWordPerfectGraphicsInputStream(GsfInput *input);
61 GsfInput *m_input;
66 AbiWordPerfectGraphicsInputStream::AbiWordPerfectGraphicsInputStream(GsfInput *input) : in AbiWordPerfectGraphicsInputStream()
183 GsfInput *document = gsf_infile_child_by_name(m_ole, name); in existsSubStream()
206 GsfInput *document = gsf_infile_child_by_name(m_ole, name); in getSubStreamByName()
229 GsfInput *document = gsf_infile_child_by_index(m_ole, (int)id); in getSubStreamById()
316 UT_Confidence_t IE_Imp_WordPerfectGraphics_Sniffer::recognizeContents(GsfInput * input) in recognizeContents()
343 UT_Error IE_Imp_WordPerfectGraphics::importGraphic(GsfInput *input, FG_Graphic **ppfg) in importGraphic()
361GsfInput * svgInput = gsf_input_memory_new((const guint8*)svgOutput.cstr(), svgOutput.len(), false… in importGraphic()
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dmsipriv.h129 GsfInput *stream;
172 unsigned (*fetch_stream)( LibmsiView *view, unsigned row, unsigned col, GsfInput **stm );
365 const void *data, unsigned sz, GsfInput **outstm );
377 extern unsigned _libmsi_record_set_gsf_input( LibmsiRecord *, unsigned, GsfInput *);
378 extern unsigned _libmsi_record_get_gsf_input( const LibmsiRecord *, unsigned, GsfInput **);
382 extern unsigned _libmsi_record_load_stream(LibmsiRecord *, unsigned, GsfInput *);
398 unsigned msi_create_stream( LibmsiDatabase *db, const char *stname, GsfInput *stm );
399 extern unsigned msi_get_raw_stream( LibmsiDatabase *, const char *, GsfInput **);
401 extern unsigned msi_enum_db_streams(LibmsiDatabase *, unsigned (*fn)(const char *, GsfInput *, void…
402 unsigned msi_create_storage( LibmsiDatabase *db, const char *stname, GsfInput *stm );
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/applix/
H A Dboot.c37 gboolean applix_file_probe (GOFileOpener const *fo, GsfInput *input,
40 WorkbookView *wb_view, GsfInput *input);
45 applix_file_probe (GOFileOpener const *fo, GsfInput *input, GOFileProbeLevel pl) in applix_file_probe()
57 WorkbookView *wb_view, GsfInput *input) in applix_file_open()

12345678910>>...13