Lines Matching refs:UCBStorageStream_Impl

437 class UCBStorageStream_Impl : public SvRefBase, public SvStream  class
439 ~UCBStorageStream_Impl();
473UCBStorageStream_Impl( const String&, StreamMode, UCBStorageStream*, sal_Bool, const ByteString* p…
504 SV_DECL_IMPL_REF( UCBStorageStream_Impl );
553UCBStorageStream_Impl* OpenStream( UCBStorageElement_Impl*, StreamMode, sal_Bool, const ByteS…
677 UCBStorageStream_Impl::UCBStorageStream_Impl( const String& rName, StreamMode nMode, UCBStorageStre… in UCBStorageStream_Impl() function in UCBStorageStream_Impl
739 UCBStorageStream_Impl::~UCBStorageStream_Impl() in ~UCBStorageStream_Impl()
755 Reference<XInputStream> UCBStorageStream_Impl::GetXInputStream() in GetXInputStream()
811 sal_Bool UCBStorageStream_Impl::Init() in Init()
895 sal_uLong UCBStorageStream_Impl::ReadSourceWriteTemporary()
932 sal_uLong UCBStorageStream_Impl::ReadSourceWriteTemporary( sal_uLong aLength )
972 sal_uLong UCBStorageStream_Impl::CopySourceToTemporary()
990 sal_uLong UCBStorageStream_Impl::CopySourceToTemporary( sal_uLong aLength )
1010 sal_uLong UCBStorageStream_Impl::GetData( void* pData, sal_uLong nSize )
1052 sal_uLong UCBStorageStream_Impl::PutData( const void* pData, sal_uLong nSize )
1071 sal_uLong UCBStorageStream_Impl::SeekPos( sal_uLong nPos )
1128 void UCBStorageStream_Impl::SetSize( sal_uLong nSize )
1154 void UCBStorageStream_Impl::FlushData()
1165 void UCBStorageStream_Impl::SetError( sal_uInt32 nErr )
1175 void UCBStorageStream_Impl::ResetError()
1183 sal_uLong UCBStorageStream_Impl::GetSize()
1197 BaseStorage* UCBStorageStream_Impl::CreateStorage()
1212 sal_Int16 UCBStorageStream_Impl::Commit()
1281 sal_Bool UCBStorageStream_Impl::Revert()
1333 sal_Bool UCBStorageStream_Impl::Clear()
1345 void UCBStorageStream_Impl::Free()
1362 void UCBStorageStream_Impl::PrepareCachedForReopen( StreamMode nMode )
1390 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey );
1399 pImp = new UCBStorageStream_Impl( rName, nMode, this, bDirect, pKey, bRepair, xProgress );
1404 UCBStorageStream::UCBStorageStream( UCBStorageStream_Impl *pImpl )
2979 UCBStorageStream_Impl* UCBStorage_Impl::OpenStream( UCBStorageElement_Impl* pElement, StreamMode nM…
2984 …pElement->m_xStream = new UCBStorageStream_Impl( aName, nMode, NULL, bDirect, pKey, m_bRepairPacka…