To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105933
------- Additional comments from [email protected] Thu Oct 15 20:52:43 +0000 2009 ------- Ah ok I see that WriteZeroBytes() writes directly to the SvStream (without going through the encrypter). Please remember to check other occurences of this function (but not XclExpHyperlink, there, a temporary export stream is used without record header). Additionally, WriteZeroBytes() handles slice settings, which becomes important e.g. in XclExpCachedMatrix where the matrix values must be saved inside one record (there must not be a split to a CONT record inside the zero-bytes block). This has to be added in the new WriteZeroBytesToRecord(). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
