/trunk/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 407 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 D | ohierarchyholder.cxx | 40 …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 D | owriteablestream.cxx | 1284 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 D | ohierarchyholder.hxx | 93 sal_Int32 nStreamMode, 130 sal_Int32 nStreamMode,
|
H A D | owriteablestream.hxx | 159 …::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 D | imap3.cxx | 39 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 D | XUnbufferedStream.cxx | 62 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 D | XUnbufferedStream.hxx | 74 sal_Int8 nStreamMode,
|
H A D | ZipFile.cxx | 522 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 D | vcompat.cxx | 35 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 D | vcompat.hxx | 60 VersionCompat( SvStream& rStm, sal_uInt16 nStreamMode, sal_uInt16 nVersion = 1 );
|
/trunk/main/svtools/inc/svtools/ |
H A D | imap.hxx | 162 IMapCompat( SvStream& rStm, const sal_uInt16 nStreamMode );
|
/trunk/main/sot/source/sdstor/ |
H A D | stg.cxx | 104 : 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 D | embeddoc.hxx | 64 DWORD nStreamMode,
|
/trunk/main/package/inc/ |
H A D | ZipFile.hxx | 90 sal_Int8 nStreamMode,
|
/trunk/main/sot/inc/sot/ |
H A D | stg.hxx | 157 StreamMode& nStreamMode; // open mode member in OLEStorageBase
|
/trunk/main/embeddedobj/source/msole/ |
H A D | olepersist.cxx | 877 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()
|