Lines Matching refs:pStrm
143 : pStrm( 0 ) in IMPL_LINK_INLINE_END()
149 delete pStrm; in ~SbiStream()
156 if( pStrm ) in MapError()
157 switch( pStrm->GetError() ) in MapError()
677 pStrm = new UCBStream( xIS ); in Open()
682 pStrm = new UCBStream( xIS ); in Open()
690 pStrm = new UCBStream( xIS ); in Open()
703 if( !pStrm ) in Open()
706 pStrm = new SvFileStream( aNameStr, nStrmMode ); in Open()
708 pStrm = new OslStream( aNameStr, nStrmMode ); in Open()
712 pStrm->Seek( STREAM_SEEK_TO_END ); in Open()
715 delete pStrm, pStrm = NULL; in Open()
721 if( pStrm ) in Close()
726 ((SvFileStream *)pStrm)->Close(); in Close()
730 delete pStrm; in Close()
731 pStrm = NULL; in Close()
742 pStrm->ReadLine( rBuf ); in Read()
751 pStrm->Read( (void*)rBuf.GetBuffer(), n ); in Read()
754 if( !nError && pStrm->IsEof() ) in Read()
776 sal_uIntPtr nCur = pStrm->Seek(STREAM_SEEK_TO_END); in ExpandFile()
782 *pStrm << c; in ExpandFile()
786 pStrm->Seek( nExpandOnWriteTo ); in ExpandFile()
796 pStrm->Seek( STREAM_SEEK_TO_END ); in Write()
809 pStrm->WriteLines( aLine ); in Write()
818 pStrm->Write( rBuf.GetBuffer(), n ); in Write()