Home
last modified time | relevance | path

Searched refs:StreamMode (Results 1 – 25 of 29) sorted by relevance

12

/AOO41X/main/sot/inc/sot/
H A Dstg.hxx73 StreamMode m_nMode; // open mode
81 virtual sal_Bool ValidateMode( StreamMode ) const = 0;
86 StreamMode GetMode() const { return m_nMode; } in GetMode()
132 StreamMode = STREAM_STD_READWRITE,
135 StreamMode = STREAM_STD_READWRITE,
138 StreamMode = STREAM_STD_READWRITE,
141 StreamMode = STREAM_STD_READWRITE,
157 StreamMode& nStreamMode; // open mode
160 OLEStorageBase( StgIo*, StgDirEntry*, StreamMode& );
163 sal_Bool ValidateMode_Impl( StreamMode, StgDirEntry* p = NULL ) const ;
[all …]
H A Dstorage.hxx77 StreamMode = STREAM_STD_READWRITE,
133 void CreateStorage( sal_Bool bUCBStorage, StreamMode, StorageMode );
136 StreamMode = STREAM_STD_READWRITE,
139 StreamMode = STREAM_STD_READWRITE,
142 StreamMode = STREAM_STD_READWRITE,
210 StreamMode = STREAM_STD_READWRITE,
213 StreamMode = STREAM_STD_READWRITE,
216 StreamMode = STREAM_STD_READWRITE,
219 StreamMode = STREAM_STD_READWRITE,
222 StreamMode = STREAM_STD_READWRITE,
[all …]
/AOO41X/main/sot/source/sdstor/
H A Dstg.cxx103 OLEStorageBase::OLEStorageBase( StgIo* p, StgDirEntry* pe, StreamMode& nMode ) in OLEStorageBase()
149 sal_Bool OLEStorageBase::ValidateMode_Impl( StreamMode m, StgDirEntry* p ) const in ValidateMode_Impl()
180 StorageStream::StorageStream( StgIo* p, StgDirEntry* q, StreamMode m ) in StorageStream()
321 sal_Bool StorageStream::ValidateMode( StreamMode nMode ) const in ValidateMode()
329 sal_Bool StorageStream::ValidateMode( StreamMode nMode, StgDirEntry* p ) const in ValidateMode()
381 Storage::Storage( const String& rFile, StreamMode m, sal_Bool bDirect ) in Storage()
519 Storage::Storage( StgIo* p, StgDirEntry* q, StreamMode m ) in Storage()
583 BaseStorage* Storage::OpenUCBStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenUCBStorage()
594 BaseStorage* Storage::OpenOLEStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenOLEStorage()
599 BaseStorage* Storage::OpenStorage( const String& rName, StreamMode m, sal_Bool bDirect ) in OpenStorage()
[all …]
H A Ducbstorage.cxx464 StreamMode m_nMode; // open mode ( read/write/trunc/nocreate/sharing )
473 …UCBStorageStream_Impl( const String&, StreamMode, UCBStorageStream*, sal_Bool, const ByteString* p…
501 void PrepareCachedForReopen( StreamMode nMode );
525 StreamMode m_nMode; // open mode ( read/write/trunc/nocreate/sharing )
545 …UCBStorage_Impl( const ::ucbhelper::Content&, const String&, StreamMode, UCBStorage*, sal_Bool, sa…
546 …UCBStorage_Impl( const String&, StreamMode, UCBStorage*, sal_Bool, sal_Bool, sal_Bool = sal_False,…
552 …UCBStorage_Impl* OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_B…
553 …UCBStorageStream_Impl* OpenStream( UCBStorageElement_Impl*, StreamMode, sal_Bool, const ByteS…
677 UCBStorageStream_Impl::UCBStorageStream_Impl( const String& rName, StreamMode nMode, UCBStorageStre… in UCBStorageStream_Impl()
1362 void UCBStorageStream_Impl::PrepareCachedForReopen( StreamMode nMode )
[all …]
H A Dstorage.cxx89 SvLockBytesRef MakeLockBytes_Impl( const String & rName, StreamMode nMode ) in MakeLockBytes_Impl()
105 SotStorageStream::SotStorageStream( const String & rName, StreamMode nMode, in SotStorageStream()
505 SotStorage::SotStorage( const ::ucbhelper::Content& rContent, const String & rName, StreamMode nMod… in SotStorage()
519 SotStorage::SotStorage( const String & rName, StreamMode nMode, StorageMode nStorageMode ) in SotStorage()
528 void SotStorage::CreateStorage( sal_Bool bForceUCBStorage, StreamMode nMode, StorageMode nStorageMo… in CreateStorage()
630 SotStorage::SotStorage( sal_Bool bUCBStorage, const String & rName, StreamMode nMode, StorageMode n… in SotStorage()
780StreamMode nMode = ( ( nUNOStorageMode & embed::ElementModes::WRITE ) == embed::ElementModes::WRIT… in GetUNOAPIDuplicate()
1119 StreamMode nMode, in OpenEncryptedSotStream()
1146 StreamMode nMode, in OpenSotStream()
1178 StreamMode nMode, in OpenSotStorage()
[all …]
H A Dstgcache.hxx81 sal_Bool Open( const String& rName, StreamMode );
H A Dstgdir.hxx64 StreamMode nMode; // open mode
H A Dstgcache.cxx395 sal_Bool StgCache::Open( const String& rName, StreamMode nMode ) in Open()
/AOO41X/main/unotools/source/ucbhelper/
H A Ducbstreamhelper.cxx54 static SvStream* lcl_CreateStream( const String& rFileName, StreamMode eOpenMode, in lcl_CreateStream()
152 SvStream* UcbStreamHelper::CreateStream( const String& rFileName, StreamMode eOpenMode, in CreateStream()
158 SvStream* UcbStreamHelper::CreateStream( const String& rFileName, StreamMode eOpenMode, in CreateStream()
165 SvStream* UcbStreamHelper::CreateStream( const String& rFileName, StreamMode eOpenMode, in CreateStream()
H A Dtempfile.cxx414 SvStream* TempFile::GetStream( StreamMode eMode ) in GetStream()
/AOO41X/main/unotools/inc/unotools/
H A Ducbstreamhelper.hxx64 static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
66 static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
69 static SvStream* CreateStream( const String& rFileName, StreamMode eOpenMode,
H A Daccelcfg.hxx60 static SvStream* GetDefaultStream( StreamMode );
H A Dtempfile.hxx118 SvStream* GetStream( StreamMode eMode );
H A Ducblockbytes.hxx142 StreamMode eMode,
/AOO41X/main/sw/inc/
H A Dio.hxx71 SwIOin(const String &rFilename, StreamMode nMode =
100 SwIOout( const String &rFilename, StreamMode nMode =
129 SwIOinout(const String &rFilename, StreamMode nMode =
/AOO41X/main/tools/inc/tools/
H A Dstream.hxx56 typedef sal_uInt16 StreamMode; typedef
578 StreamMode GetStreamMode() const { return eStreamMode; } in GetStreamMode()
756 SvFileStream( const String& rFileName, StreamMode eOpenMode );
767 void Open( const String& rFileName, StreamMode eOpenMode );
825 SvMemoryStream( void* pBuf, sal_Size nSize, StreamMode eMode);
/AOO41X/main/sfx2/inc/sfx2/
H A Ddocfile.hxx85 StreamMode nStorOpenMode;
119 StreamMode nOpenMode,
206 StreamMode GetOpenMode() const { return nStorOpenMode; } in GetOpenMode()
207 …void SetOpenMode( StreamMode nStorOpen, sal_Bool bDirect, sal_Bool bDontClose = sal…
/AOO41X/main/tools/source/stream/
H A Dstrmunx.cxx128 StreamMode nLockMode = pLock->m_pStream->GetStreamMode(); in LockFile()
129 StreamMode nNewMode = pStream->GetStreamMode(); in LockFile()
258 SvFileStream::SvFileStream( const String& rFileName, StreamMode nOpenMode ) in SvFileStream()
660 void SvFileStream::Open( const String& rFilename, StreamMode nOpenMode ) in Open()
H A Dstrmwnt.cxx128 SvFileStream::SvFileStream( const String& rFileName, StreamMode nMode ) in SvFileStream()
460 void SvFileStream::Open( const String& rFilename, StreamMode nMode ) in Open()
H A Dstrmos2.cxx117 SvFileStream::SvFileStream( const String& rFileName, StreamMode nOpenMode ) in SvFileStream()
488 void SvFileStream::Open( const String& rFilename, StreamMode nOpenMode ) in Open()
/AOO41X/main/connectivity/source/inc/file/
H A DFTable.hxx111 … static SvStream* createStream_simpleError( const String& _rFileName, StreamMode _eOpenMode);
/AOO41X/main/connectivity/source/drivers/file/
H A DFTable.cxx234 SvStream* OFileTable::createStream_simpleError( const String& _rFileName, StreamMode _eOpenMode) in createStream_simpleError()
/AOO41X/main/unotools/source/config/
H A Daccelcfg.cxx279 SvStream* SvtAcceleratorConfiguration::GetDefaultStream( StreamMode nMode ) in GetDefaultStream()
/AOO41X/main/l10ntools/source/
H A Dgsicheck.cxx94 StreamMode eOpenMode;
103 void SetOpenParams( const String& rFileName, StreamMode eOpenModeP ) in SetOpenParams()
/AOO41X/main/svl/source/inc/
H A Dpasswordcontainer.hxx439 RW_SvMemoryStream( void* Buf, sal_uLong Size, StreamMode eMode ): in RW_SvMemoryStream()

12