Searched defs:OWriteStream_Impl (Results 1 – 2 of 2) sorted by relevance
100 struct OWriteStream_Impl : public PreCreationStruct struct106 OWriteStream* m_pAntiImpl;112 InputStreamsList_Impl m_aInputStreamsList;114 … m_bHasDataToFlush; // only modified elements will be sent to the original content115 … m_bFlushed; // sending the streams is coordinated by the root storage of the package122 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 …]
285 OWriteStream_Impl::OWriteStream_Impl( OStorage_Impl* pParent, in OWriteStream_Impl() function in OWriteStream_Impl