Lines Matching refs:sal_Int64
59 void restartAt( sal_Int64 nPos );
62 bool startRecord( sal_Int64 nHeaderPos );
69 inline sal_Int64 getRecHeaderPos() const { return mnHeaderPos; } in getRecHeaderPos()
98 sal_Int64 mnHeaderPos; /// Stream start position of current record header.
99 sal_Int64 mnBodyPos; /// Stream start position of current record body.
100 sal_Int64 mnBufferBodyPos; /// Stream start position of buffered data.
101 sal_Int64 mnNextHeaderPos; /// Stream start position of next record header.
185 bool startRecordByHandle( sal_Int64 nRecHandle );
237 inline sal_Int64 getRecHandle() const { return mnRecHandle; } in getRecHandle()
242 virtual sal_Int64 size() const;
244 virtual sal_Int64 tell() const;
246 virtual void seek( sal_Int64 nRecPos );
251 sal_Int64 tellBase() const;
253 sal_Int64 sizeBase() const;
356 void rewindToRecord( sal_Int64 nRecHandle );
388 sal_Int64 mnRecHandle; /// Handle of current record.
392 sal_Int64 mnCurrRecSize; /// Helper for record size and position.
393 sal_Int64 mnComplRecSize; /// Size of complete record data (with CONTINUEs).
412 sal_Int64 mnRecHandle;
413 sal_Int64 mnRecPos;