Lines Matching refs:Tell
108 sal_uInt32 nEndPos = _pStream->Tell(); in Close()
125 sal_uInt32 nEndPos = _pStream->Tell(); in Close()
274 _nEofRec = _pStream->Tell() + SFX_REC_OFS(nHeader); in SetHeader_Impl()
311 sal_uInt32 nStartPos = pStream->Tell(); // um im Fehlerfall zur"uck zu-seeken in SfxMiniRecordReader()
383 sal_uInt32 nStartPos = pStream->Tell(); in SfxMiniRecordReader()
389 DBG( DbgOutf( "SfxFileRec: searching record at %ul", pStream->Tell() ) ); in SfxMiniRecordReader()
525 sal_uInt32 nStartPos = pStream->Tell(); in SfxSingleRecordReader()
546 sal_uInt32 nStartPos = pStream->Tell(); in SfxSingleRecordReader()
578 sal_uInt32 nStartPos = _pStream->Tell(); in FindHeader_Impl()
585 DBG( DbgOutf( "SfxFileRec: searching record at %ul", _pStream->Tell() ) ); in FindHeader_Impl()
792 _nContentStartPos = _pStream->Tell(); in NewContent()
811 sal_uInt32 nContentOfsPos = _pStream->Tell(); in Close()
828 *_pStream << static_cast<sal_uInt32>(nContentOfsPos - ( _pStream->Tell() + sizeof(sal_uInt32) )); in Close()
863 _nContentStartPos = _pStream->Tell(); in NewContent()
890 sal_uInt32 nContentPos = _pStream->Tell(); in ReadHeader_Impl()
921 _nStartPos = pStream->Tell(); in SfxMultiRecordReader()
941 _nStartPos = pStream->Tell(); in SfxMultiRecordReader()
989 …DBG_ASSERT( nNewPos >= _pStream->Tell(), "SfxMultiRecordReader::GetContent() - New position before… in GetContent()