Home
last modified time | relevance | path

Searched refs:gsf_input_tell (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/abiword/abiword-3.0.5/plugins/sdw/xp/
H A Die_imp_StarOffice.cpp211 gsf_off_t curPos = gsf_input_tell(aStream); in streamRead()
630 *aEOR = gsf_input_tell(aStream) + aSize; in readRecSize()
637 *newPos = gsf_input_tell(stream) + (flags & 0xF); in readFlagRec()
678 if (gsf_input_tell(mDocStream) == size) in _loadFile()
705 UT_ASSERT(flagsEnd >= gsf_input_tell(mDocStream)); in _loadFile()
706 if (gsf_input_tell(mDocStream) != flagsEnd) { in _loadFile()
722 (long long)gsf_input_tell(mDocStream), in _loadFile()
742 while (gsf_input_tell(mDocStream) < eor2) { in _loadFile()
764 while (gsf_input_tell(mDocStream) < eoa) { in _loadFile()
941 (long long)gsf_input_tell(mDocStream))); in _loadFile()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/clarisworks/xp/
H A Die_imp_ClarisWorks.cpp256 if (offset >= gsf_input_tell (fp)) in _parseFile()
274 if (offset >= gsf_input_tell (fp)) in _parseFile()
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-extract-msoffice.c667 last_document_container = gsf_input_tell (stream); in extract_powerpoint_content()
1046 if (gsf_input_tell (stream) >= (record->offset + record->length)) { in change_excel_record_if_needed()
1095 current_position = gsf_input_tell (stream); in read_excel_string()
1452 saved_offset = gsf_input_tell (stream); in extract_excel_content()
1457 record.offset = gsf_input_tell (stream); in extract_excel_content()
1492 record.offset = gsf_input_tell (stream); in extract_excel_content()
/dports/textproc/wv/wv-1.2.9/
H A Dsupport.c301 return (U32)gsf_input_tell(GSF_INPUT (in->stream.gsf_stream)); in wvStream_goto()
320 return (U32)gsf_input_tell(GSF_INPUT (in->stream.gsf_stream)); in wvStream_offset()
339 return (U32)gsf_input_tell(GSF_INPUT (in->stream.gsf_stream)); in wvStream_offset_from_end()
358 return (U32)gsf_input_tell(GSF_INPUT (in->stream.gsf_stream)); in wvStream_tell()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-input.h51 gsf_off_t gsf_input_tell (GsfInput *input);
H A Dgsf-input-proxy.c130 proxy->offset + gsf_input_tell (input), in gsf_input_proxy_read()
H A Dgsf-input.c79 g_value_set_int64 (value, gsf_input_tell (input)); in gsf_input_get_property()
438 gsf_input_tell (GsfInput *input) in gsf_input_tell() function
H A Dgsf-infile-tar.c212 gsf_off_t pos0 = gsf_input_tell (tar->source); in tar_init_info()
241 offset = gsf_input_tell (tar->source); in tar_init_info()
H A Dlibgsf.syms122 gsf_input_tell
H A Dgsf-input-gzip.c173 cur_pos = gsf_input_tell (gzip->source); in init_zip()
H A Dgsf-infile-msole.c983 calling_pos = gsf_input_tell (source); in GSF_CLASS()
/dports/devel/msitools/msitools-0.101/libmsi/
H A Dlibmsi-istream.c39 return gsf_input_tell (LIBMSI_ISTREAM(seekable)->input);
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp.h248 : m_input(input), m_position(gsf_input_tell(input)), m_reset(false) in GsfInputMarker()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/xbase/
H A Dxbase.c294 file->offset = gsf_input_tell (file->input); in xbase_field_new()
/dports/editors/abiword/abiword-3.0.5/plugins/wpg/xp/
H A Die_impGraphic_WPG.cpp242 return gsf_input_tell(m_input); in tell()
/dports/editors/abiword/abiword-3.0.5/plugins/pdb/xp/
H A Die_imp_PalmDoc.cpp214 file_size = gsf_input_tell( pdfp ); in _parseFile()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dolestream.cpp87 return gsf_input_tell( m_stream ); in tell()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-biff.c341 skip_bytes (q, 0, gsf_input_tell (q->input)); in ms_biff_query_set_decrypt()
430 q->streamPos = gsf_input_tell (q->input); in ms_biff_query_next()
H A Dxlsx-read.c347 gsf_off_t pos = gsf_input_tell (input); in maybe_update_progress()
/dports/devel/libgsf/libgsf-1.14.47/tests/
H A Dtest-msvba-zip.c271 (int)gsf_input_tell (input), op_count, op, length); in decode_dir()
/dports/databases/pxlib/pxlib-0.6.8/src/
H A Dpx_io.c427 return(gsf_input_tell(stream->s.gsfin)); in px_gsftell()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/glpk/
H A Dgnm-glpk.c111 gsf_off_t cur = gsf_input_tell (GSF_INPUT (tl)); in gnm_glpk_detect_version()
/dports/editors/abiword/abiword-3.0.5/plugins/wordperfect/xp/
H A Die_imp_WordPerfect.cpp277 return gsf_input_tell(m_input); in tell()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dxml-sax-read.c403 gsf_off_t pos = gsf_input_tell (input); in maybe_update_progress()
/dports/devel/goffice/goffice-0.10.50/goffice/utils/
H A Dgo-emf.c2213 curpos = gsf_input_tell (input); in go_wmf_mr54()

12