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()
678 pStrm = new UCBStream( xIS ); in Open()
683 pStrm = new UCBStream( xIS ); in Open()
691 pStrm = new UCBStream( xIS ); in Open()
704 if( !pStrm ) in Open()
707 pStrm = new SvFileStream( aNameStr, nStrmMode ); in Open()
709 pStrm = new OslStream( aNameStr, nStrmMode ); in Open()
713 pStrm->Seek( STREAM_SEEK_TO_END ); in Open()
716 delete pStrm, pStrm = NULL; in Open()
722 if( pStrm ) in Close()
727 ((SvFileStream *)pStrm)->Close(); in Close()
731 delete pStrm; in Close()
732 pStrm = NULL; in Close()
743 pStrm->ReadLine( rBuf ); in Read()
752 pStrm->Read( (void*)rBuf.GetBuffer(), n ); in Read()
755 if( !nError && pStrm->IsEof() ) in Read()
777 sal_uIntPtr nCur = pStrm->Seek(STREAM_SEEK_TO_END); in ExpandFile()
783 *pStrm << c; in ExpandFile()
787 pStrm->Seek( nExpandOnWriteTo ); in ExpandFile()
797 pStrm->Seek( STREAM_SEEK_TO_END ); in Write()
810 pStrm->WriteLines( aLine ); in Write()
819 pStrm->Write( rBuf.GetBuffer(), n ); in Write()