Home
last modified time | relevance | path

Searched refs:nStreamMode (Results 1 – 17 of 17) sorted by relevance

/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx407 DWORD nStreamMode = aStat.grfMode; in InitNew() local
496 DWORD nStreamMode = aStat.grfMode; in Load() local
499 nStreamMode & 0x73, in Load()
508 nStreamMode & 0x73, in Load()
608 DWORD nStreamMode = aStat.grfMode; in Save() local
712 DWORD nStreamMode = aStat.grfMode; in SaveCompleted() local
715 nStreamMode & 0x73, in SaveCompleted()
722 nStreamMode & 0x73, in SaveCompleted()
766 nStreamMode , in Load()
783 STGM_CREATE | ( nStreamMode & 0x73 ), in Load()
[all …]
/trunk/main/package/source/xstor/
H A Dohierarchyholder.cxx40 …ically( sal_Int32 nStorageMode, OStringList_Impl& aListPath, sal_Int32 nStreamMode, const ::comphe… in GetStreamHierarchically() argument
44 …if ( !( nStorageMode & embed::ElementModes::WRITE ) && ( nStreamMode & embed::ElementModes::WRITE … in GetStreamHierarchically()
48 m_xChild->GetStreamHierarchically( nStorageMode, aListPath, nStreamMode, aEncryptionData ); in GetStreamHierarchically()
87 …ically( sal_Int32 nStorageMode, OStringList_Impl& aListPath, sal_Int32 nStreamMode, const ::comphe… in GetStreamHierarchically() argument
91 …if ( !( nStorageMode & embed::ElementModes::WRITE ) && ( nStreamMode & embed::ElementModes::WRITE … in GetStreamHierarchically()
112 xResult = xHStorage->openStreamElementByHierarchicalName( aNextName, nStreamMode ); in GetStreamHierarchically()
117 …xResult = xHStorage->openEncryptedStreamByHierarchicalName( aNextName, nStreamMode, aEncryptionDat… in GetStreamHierarchically()
154 …xResult = aElement->GetStreamHierarchically( nStorageMode, aListPath, nStreamMode, aEncryptionData… in GetStreamHierarchically()
H A Dowriteablestream.cxx1284 uno::Reference< io::XStream > OWriteStream_Impl::GetStream( sal_Int32 nStreamMode, const ::comphelp… in GetStream() argument
1308 xResultStream = GetStream_Impl( nStreamMode, bHierarchyAccess ); in GetStream()
1315 xResultStream = GetStream_Impl( nStreamMode, bHierarchyAccess ); in GetStream()
1345 uno::Reference< io::XStream > OWriteStream_Impl::GetStream( sal_Int32 nStreamMode, sal_Bool bHierar… in GetStream() argument
1371 xResultStream = GetStream( nStreamMode, aGlobalEncryptionData, bHierarchyAccess ); in GetStream()
1374 xResultStream = GetStream_Impl( nStreamMode, bHierarchyAccess ); in GetStream()
1380 uno::Reference< io::XStream > OWriteStream_Impl::GetStream_Impl( sal_Int32 nStreamMode, sal_Bool bH… in GetStream_Impl() argument
1388 if ( ( nStreamMode & embed::ElementModes::READWRITE ) == embed::ElementModes::READ ) in GetStream_Impl()
1410 else if ( ( nStreamMode & embed::ElementModes::READWRITE ) == embed::ElementModes::SEEKABLEREAD ) in GetStream_Impl()
1435 else if ( ( nStreamMode & embed::ElementModes::WRITE ) == embed::ElementModes::WRITE ) in GetStream_Impl()
[all …]
H A Dohierarchyholder.hxx93 sal_Int32 nStreamMode,
130 sal_Int32 nStreamMode,
H A Dowriteablestream.hxx159 …::sun::star::uno::Reference< ::com::sun::star::io::XStream > GetStream_Impl( sal_Int32 nStreamMode,
232 sal_Int32 nStreamMode,
237 sal_Int32 nStreamMode,
/trunk/main/svtools/source/misc/
H A Dimap3.cxx39 IMapCompat::IMapCompat( SvStream& rStm, const sal_uInt16 nStreamMode ) : in IMapCompat() argument
41 nStmMode ( nStreamMode ) in IMapCompat()
43 DBG_ASSERT( nStreamMode == STREAM_READ || nStreamMode == STREAM_WRITE, "Wrong Mode!" ); in IMapCompat()
/trunk/main/package/source/package/zipapi/
H A DXUnbufferedStream.cxx62 sal_Int8 nStreamMode, in XUnbufferedStream() argument
73 , mbRawStream ( nStreamMode == UNBUFF_STREAM_RAW || nStreamMode == UNBUFF_STREAM_WRAPPEDRAW ) in XUnbufferedStream()
74 , mbWrappedRaw ( nStreamMode == UNBUFF_STREAM_WRAPPEDRAW ) in XUnbufferedStream()
95 …sal_Bool bMustDecrypt = ( nStreamMode == UNBUFF_STREAM_DATA && bHaveEncryptData && bIsEncrypted ) … in XUnbufferedStream()
H A DXUnbufferedStream.hxx74 sal_Int8 nStreamMode,
H A DZipFile.cxx522 sal_Int8 nStreamMode, in createUnbufferedStream() argument
528 …return new XUnbufferedStream ( m_xFactory, aMutexHolder, rEntry, xStream, rData, nStreamMode, bIsE… in createUnbufferedStream()
/trunk/main/tools/source/stream/
H A Dvcompat.cxx35 VersionCompat::VersionCompat( SvStream& rStm, sal_uInt16 nStreamMode, sal_uInt16 nVersion ) : in VersionCompat() argument
37 mnStmMode ( nStreamMode ), in VersionCompat()
/trunk/main/tools/inc/tools/
H A Dvcompat.hxx60 VersionCompat( SvStream& rStm, sal_uInt16 nStreamMode, sal_uInt16 nVersion = 1 );
/trunk/main/svtools/inc/svtools/
H A Dimap.hxx162 IMapCompat( SvStream& rStm, const sal_uInt16 nStreamMode );
/trunk/main/sot/source/sdstor/
H A Dstg.cxx104 : nStreamMode( nMode ), pIo( p ), pEntry( pe ) in OLEStorageBase()
144 && ( !bWrite || !pEntry->bDirect || ( nStreamMode & STREAM_WRITE ) ) ) in Validate_Impl()
/trunk/main/embedserv/source/inc/
H A Dembeddoc.hxx64 DWORD nStreamMode,
/trunk/main/package/inc/
H A DZipFile.hxx90 sal_Int8 nStreamMode,
/trunk/main/sot/inc/sot/
H A Dstg.hxx157 StreamMode& nStreamMode; // open mode member in OLEStorageBase
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx877 sal_Int32 nStreamMode = m_bReadOnly ? embed::ElementModes::READ : embed::ElementModes::READWRITE; in SwitchOwnPersistence() local
879 …rence< io::XStream > xNewOwnStream = xNewParentStorage->openStreamElement( aNewName, nStreamMode ); in SwitchOwnPersistence()

Completed in 76 milliseconds