Home
last modified time | relevance | path

Searched refs:UCBStorageStream (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sot/source/sdstor/
H A Ducbstorage.cxx322 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 )
[all …]
H A Dstgcache.hxx36 class UCBStorageStream;
51 UCBStorageStream* pStorageStream; // holds reference to UCB storage stream
73 void SetStrm( UCBStorageStream* );
H A Dstorage.cxx384 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pOwnStm ); in SetProperty()
398 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pOwnStm ); in GetProperty()
412 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pOwnStm ); in GetXInputStream()
H A Dstgcache.cxx373 void StgCache::SetStrm( UCBStorageStream* pStgStream ) in SetStrm()
H A Dstg.cxx440 Storage::Storage( UCBStorageStream& rStrm, sal_Bool bDirect ) in Storage()
/AOO41X/main/sot/inc/sot/
H A Dstg.hxx193 class UCBStorageStream;
207 Storage( UCBStorageStream& rStrm, sal_Bool bDirect = sal_True );
259 class UCBStorageStream : public BaseStorageStream class
266 ~UCBStorageStream();
269UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey=…
270UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey,…
271 UCBStorageStream( UCBStorageStream_Impl* );