Lines Matching refs:sal_Size

87 …virtual void        OnUpdate( sal_Size nOldStrmPos, sal_Size nNewStrmPos, sal_uInt16 nRecSize ) = …
93 sal_Size mnOldPos; /// Last known stream position.
116 virtual void OnUpdate( sal_Size nOldStrmPos, sal_Size nNewStrmPos, sal_uInt16 nRecSize );
147 virtual void OnUpdate( sal_Size nOldStrmPos, sal_Size nNewStrmPos, sal_uInt16 nRecSize );
152 sal_uInt32 GetBlock( sal_Size nStrmPos ) const;
154 sal_uInt16 GetOffset( sal_Size nStrmPos ) const;
178 void Set( const SvStream& rStrm, sal_Size nNextPos, sal_Size nCurrSize,
183 void Get( SvStream& rStrm, sal_Size& rnNextPos, sal_Size& rnCurrSize,
188 inline sal_Size GetPos() const { return mnPos; } in GetPos()
191 sal_Size mnPos; /// Absolute position of the stream.
192 sal_Size mnNextPos; /// Absolute position of next record.
193 sal_Size mnCurrSize; /// Current calculated size of the record.
277 bool StartNextRecord( sal_Size nNextRecPos );
335 sal_Size GetRecPos() const;
337 sal_Size GetRecSize();
339 sal_Size GetRecLeft();
363 sal_Size Read( void* pData, sal_Size nBytes );
366 sal_Size CopyToStream( SvStream& rOutStrm, sal_Size nBytes );
370 sal_Size CopyRecordToStream( SvStream& rOutStrm );
374 void Seek( sal_Size nPos );
376 void Ignore( sal_Size nBytes );
400 sal_Size ReadUniStringExtHeader(
405 sal_Size ReadUniStringExtHeader( bool& rb16Bit, sal_uInt8 nFlags );
445 inline sal_Size GetSvStreamPos() const { return mrStrm.Tell(); } in GetSvStreamPos()
447 inline sal_Size GetSvStreamSize() const { return mnStreamSize; } in GetSvStreamSize()
492 sal_uInt16 GetMaxRawReadSize( sal_Size nBytes ) const;
518 sal_Size mnStreamSize; /// Size of system stream.
519 sal_Size mnNextRecPos; /// Start of next record header.
520 sal_Size mnCurrRecSize; /// Helper for record position.
521 sal_Size mnComplRecSize; /// Size of complete record data (with CONTINUEs).