Searched refs:_pStream (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/svl/source/filerec/ |
H A D | filerec.cxx | 114 _pStream->Seek( nEndPos ); in Close() 128 *_pStream >> nHeader; in Close() 129 _pStream->Seek( nEndPos ); in Close() 307 : _pStream( pStream ), in SfxMiniRecordReader() 372 : _pStream( pStream ), in SfxMiniRecordReader() 501 *_pStream >> nHeader; in ReadHeader_Impl() 507 *_pStream >> nHeader; in ReadHeader_Impl() 586 *_pStream >> nHeader; in FindHeader_Impl() 595 *_pStream >> nHeader; in FindHeader_Impl() 614 if ( !_pStream->IsEof() ) in FindHeader_Impl() [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | filerec.hxx | 287 _pStream = pStream; in Construct_Impl() 297 _pStream->Seek( nRecordStartPos ); in SetInvalid_Impl() 705 : _pStream( pStream ), in SfxMiniRecordWriter() 731 : _pStream( pStream ), in SfxMiniRecordWriter() 772 return *_pStream; in operator *() 811 _pStream->Seek(_nEofRec); in Skip() 859 return *_pStream; in operator *() 879 _pStream->SeekRel( SFX_REC_HEADERSIZE_SINGLE ); in Close() 897 _pStream->Seek( _nStartPos + SFX_REC_HEADERSIZE_MINI + in Reset() 976 _nContentStartPos = _pStream->Tell(); in NewContent() [all …]
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | streamwrap.hxx | 58 void SetStream(SvStream* _pStream, sal_Bool bOwner ) in SetStream() argument 59 { m_pSvStream = _pStream; m_bSvStreamOwner = bOwner; } in SetStream() 94 OSeekableInputStreamWrapper(SvStream* _pStream, sal_Bool _bOwner = sal_False);
|
/aoo41x/main/unotools/source/streaming/ |
H A D | streamwrap.cxx | 184 OSeekableInputStreamWrapper::OSeekableInputStreamWrapper(SvStream* _pStream, sal_Bool _bOwner) in OSeekableInputStreamWrapper() argument 186 SetStream( _pStream, _bOwner ); in OSeekableInputStreamWrapper()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | TokenWriter.hxx | 117 void setStream(SvStream* _pStream){ m_pStream = _pStream; } in setStream() argument
|
H A D | WTypeSelect.hxx | 125 OWizTypeSelect(Window* pParent, SvStream* _pStream = NULL );
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WTypeSelect.cxx | 257 OWizTypeSelect::OWizTypeSelect( Window* pParent, SvStream* _pStream ) in OWizTypeSelect() argument 266 ,m_pParserStream( _pStream ) in OWizTypeSelect()
|
Completed in 40 milliseconds