Lines Matching defs:OWriteStream_Impl
100 struct OWriteStream_Impl : public PreCreationStruct struct
106 OWriteStream* m_pAntiImpl;
112 InputStreamsList_Impl m_aInputStreamsList;
114 …sal_Bool m_bHasDataToFlush; // only modified elements will be sent to th…
115 …sal_Bool m_bFlushed; // sending the streams is coordinated by the root…
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;
136 sal_Bool m_bHasInsertedStreamOptimization;
138 sal_Int32 m_nStorageType;
143 sal_Bool m_bOrigRelInfoBroken;
170 OWriteStream_Impl( argument
187 sal_Bool UsesCommonEncryption_Impl() { return m_bUseCommonEncryption; } in UsesCommonEncryption_Impl()
188 sal_Bool HasTempFile_Impl() { return ( m_aTempURL.getLength() != 0 ); } in HasTempFile_Impl()
191 sal_Bool HasWriteOwner_Impl() { return ( m_pAntiImpl != NULL ); } in HasWriteOwner_Impl()
197 void SetToBeCommited() { m_bFlushed = sal_True; } in SetToBeCommited()
199 sal_Bool HasCachedEncryptionData() { return m_bHasCachedEncryptionData; } in HasCachedEncryptionData()
200 ::comphelper::SequenceAsHashMap& GetCachedEncryptionData() { return m_aEncryptionData; } in GetCachedEncryptionData()
202 sal_Bool IsModified() { return m_bHasDataToFlush || m_bFlushed; } in IsModified()
281 friend struct OWriteStream_Impl; argument