Searched refs:UCBStorageStream (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 322 TYPEINIT1( UCBStorageStream, BaseStorageStream ); 1201 UCBStorageStream* pNewStorageStream = new UCBStorageStream( this ); 1386 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() 1449 sal_uLong UCBStorageStream::Tell() 1456 void UCBStorageStream::Flush() 1535 sal_Bool UCBStorageStream::Commit() 1542 sal_Bool UCBStorageStream::Revert() 1552 UCBStorageStream* pStg = PTR_CAST( UCBStorageStream, pDestStm ); [all …]
|
H A D | stgcache.hxx | 36 class UCBStorageStream; 51 UCBStorageStream* pStorageStream; // holds reference to UCB storage stream 73 void SetStrm( UCBStorageStream* );
|
H A D | storage.cxx | 384 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 D | stgcache.cxx | 373 void StgCache::SetStrm( UCBStorageStream* pStgStream ) in SetStrm()
|
H A D | stg.cxx | 440 Storage::Storage( UCBStorageStream& rStrm, sal_Bool bDirect ) in Storage()
|
/aoo4110/main/sot/inc/sot/ |
H A D | stg.hxx | 193 class UCBStorageStream; 207 Storage( UCBStorageStream& rStrm, sal_Bool bDirect = sal_True ); 259 class UCBStorageStream : public BaseStorageStream class 266 ~UCBStorageStream(); 269 …UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey=… 270 …UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey,… 271 UCBStorageStream( UCBStorageStream_Impl* );
|
Completed in 33 milliseconds