Lines Matching refs:pStream

677 …ageStream_Impl( const String& rName, StreamMode nMode, UCBStorageStream* pStream, sal_Bool bDirect…  in UCBStorageStream_Impl()  argument
678 : m_pAntiImpl( pStream ) in UCBStorageStream_Impl()
1778 …SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( aName, STREAM_STD_READWRITE, m_pTempFile… local
1779 delete pStream;
1822 …SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( m_pTempFile->GetURL(), STREAM_STD_READWR… local
1823 if ( pStream )
1826 rStream >> *pStream;
1827 pStream->Flush();
1828 DELETEZ( pStream );
1872 …SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( aObj.GetMainURL( INetURLObject::NO_DECOD… local
1874 if ( pStream )
1876 if ( !pStream->GetError() )
1878 … ::utl::OInputStreamWrapper* pHelper = new ::utl::OInputStreamWrapper( *pStream );
1895 delete pStream;
2491 SvStream* pStream = pTempFile->GetStream( STREAM_STD_READWRITE ); local
2492 … ::utl::OOutputStreamWrapper* pHelper = new ::utl::OOutputStreamWrapper( *pStream );
2525 …SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( m_pTempFile->GetURL(), STREAM_STD_READ ); local
2528 *pStream >> *m_pSource;
2529 DELETEZ( pStream );
2754 BaseStorageStream* pStream = NULL; local
2759 pStream = rElement.m_xStream->m_pAntiImpl;
2760 if ( !pStream )
2762pStream = ( const_cast < UCBStorage* > (this) )->OpenStream( rElement.m_aName, STREAM_STD_READ, pI…
2766 pStream->CopyTo( pOtherStream );
2767 SetError( pStream->GetError() );
2774 delete pStream;
2926 …UCBStorageStream* pStream = new UCBStorageStream( aName, nMode, bDirect, pKey, pImp->m_bRepairPack… local
2927 pStream->SetError( GetError() );
2928 pStream->pImp->m_aName = rEleName;
2929 return pStream;
3050 UCBStorageStream* pStream = PTR_CAST( UCBStorageStream, pStr ); local
3051 if ( !pStream )
3057 pElement->m_xStream = pStream->pImp;
3058 delete pStream;
3427 SvStream* pStream = pTempFile->GetStream( STREAM_STD_READWRITE | STREAM_TRUNC ); local
3430 *pStream << ( sal_uInt32 ) 0x04034b50;
3477 pStream->WriteByteString( aLink, RTL_TEXTENCODING_UTF8 );
3478 pStream->Flush();