Home
last modified time | relevance | path

Searched defs:OWriteStream_Impl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/package/source/xstor/
H A Dowriteablestream.hxx100 struct OWriteStream_Impl : public PreCreationStruct struct
106 OWriteStream* m_pAntiImpl;
112 InputStreamsList_Impl m_aInputStreamsList;
114 … m_bHasDataToFlush; // only modified elements will be sent to the original content
115 … m_bFlushed; // sending the streams is coordinated by the root storage of the package
122 OStorage_Impl* m_pParent;
126 sal_Bool m_bForceEncrypted;
128 sal_Bool m_bUseCommonEncryption;
129 sal_Bool m_bHasCachedEncryptionData;
132 sal_Bool m_bCompressedSetExplicit;
[all …]
H A Dowriteablestream.cxx285 OWriteStream_Impl::OWriteStream_Impl( OStorage_Impl* pParent, in OWriteStream_Impl() function in OWriteStream_Impl