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 );
1894 delete pStream;
2490 SvStream* pStream = pTempFile->GetStream( STREAM_STD_READWRITE ); local
2491 … ::utl::OOutputStreamWrapper* pHelper = new ::utl::OOutputStreamWrapper( *pStream );
2524 …SvStream* pStream = ::utl::UcbStreamHelper::CreateStream( m_pTempFile->GetURL(), STREAM_STD_READ ); local
2527 *pStream >> *m_pSource;
2528 DELETEZ( pStream );
2753 BaseStorageStream* pStream = NULL; local
2758 pStream = rElement.m_xStream->m_pAntiImpl;
2759 if ( !pStream )
2761pStream = ( const_cast < UCBStorage* > (this) )->OpenStream( rElement.m_aName, STREAM_STD_READ, pI…
2765 pStream->CopyTo( pOtherStream );
2766 SetError( pStream->GetError() );
2773 delete pStream;
2925 …UCBStorageStream* pStream = new UCBStorageStream( aName, nMode, bDirect, pKey, pImp->m_bRepairPack… local
2926 pStream->SetError( GetError() );
2927 pStream->pImp->m_aName = rEleName;
2928 return pStream;
3049 UCBStorageStream* pStream = PTR_CAST( UCBStorageStream, pStr ); local
3050 if ( !pStream )
3056 pElement->m_xStream = pStream->pImp;
3057 delete pStream;
3426 SvStream* pStream = pTempFile->GetStream( STREAM_STD_READWRITE | STREAM_TRUNC ); local
3429 *pStream << ( sal_uInt32 ) 0x04034b50;
3476 pStream->WriteByteString( aLink, RTL_TEXTENCODING_UTF8 );
3477 pStream->Flush();