Lines Matching refs:UCBStorageStream

322 TYPEINIT1( UCBStorageStream, BaseStorageStream );
449 UCBStorageStream* m_pAntiImpl; // only valid if an external reference exists
473 …UCBStorageStream_Impl( const String&, StreamMode, UCBStorageStream*, sal_Bool, const ByteString* p…
677 …Impl::UCBStorageStream_Impl( const String& rName, StreamMode nMode, UCBStorageStream* pStream, sal… in UCBStorageStream_Impl()
1201 UCBStorageStream* pNewStorageStream = new UCBStorageStream( this );
1386 UCBStorageStream::UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const … function in UCBStorageStream
1395 UCBStorageStream::UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const … function in UCBStorageStream
1404 UCBStorageStream::UCBStorageStream( UCBStorageStream_Impl *pImpl ) function in UCBStorageStream
1413 UCBStorageStream::~UCBStorageStream()
1422 sal_uLong UCBStorageStream::Read( void * pData, sal_uLong nSize )
1428 sal_uLong UCBStorageStream::Write( const void* pData, sal_uLong nSize )
1443 sal_uLong UCBStorageStream::Seek( sal_uLong nPos )
1449 sal_uLong UCBStorageStream::Tell()
1456 void UCBStorageStream::Flush()
1462 sal_Bool UCBStorageStream::SetSize( sal_uLong nNewSize )
1477 sal_Bool UCBStorageStream::Validate( sal_Bool bWrite ) const
1482 sal_Bool UCBStorageStream::ValidateMode( StreamMode m ) const
1510 const SvStream* UCBStorageStream::GetSvStream() const
1519 SvStream* UCBStorageStream::GetModifySvStream()
1524 Reference< XInputStream > UCBStorageStream::GetXInputStream() const
1529 sal_Bool UCBStorageStream::Equals( const BaseStorageStream& rStream ) const
1535 sal_Bool UCBStorageStream::Commit()
1542 sal_Bool UCBStorageStream::Revert()
1547 sal_Bool UCBStorageStream::CopyTo( BaseStorageStream* pDestStm )
1552 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pDestStm );
1585 sal_Bool UCBStorageStream::SetProperty( const String& rName, const ::com::sun::star::uno::Any& rVal…
1612 sal_Bool UCBStorageStream::GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue )
2925UCBStorageStream* pStream = new UCBStorageStream( aName, nMode, bDirect, pKey, pImp->m_bRepairPack…
2963 return new UCBStorageStream( pElement->m_xStream );
2973 return new UCBStorageStream( pElement->m_xStream );
3049 UCBStorageStream* pStream = PTR_CAST( UCBStorageStream, pStr );