<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Hidden shape in imported XLS shown in Print window and printed"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119639">bug 119639</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>UNCONFIRMED
</td>
<td>NEW
</td>
</tr>
<tr>
<td style="text-align:right;">Ever confirmed</td>
<td>
</td>
<td>1
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Hidden shape in imported XLS shown in Print window and printed"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119639#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Hidden shape in imported XLS shown in Print window and printed"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119639">bug 119639</a>
from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
<pre>In Excel hidden drawing object is not printed (at least not shown in the
preview), but there's no mention of that in the specification.
The relevant properties for binary formats can be found in MS-ODRAW, under
2.3.4.44 Group Shape Boolean Properties (fUsefHidden, fUsefPrint, fHidden,
fPrint).
However, fUsefPrint/fPrint appears to be unused, see the reference
spreadsheets. In a hex viewer, look for BF 03 (0x03BF), and the following 4
bytes, which is the Group Shape Boolean Properties structure.
In the sample with the hidden shape this is: BF 03 02 00 02 00
In both reference samples this is: BF 03 00 00 02 00
The aingle difference is the fUsefHidden boolean value on the 2nd bit.
Perhaps there's a similar structure that stores the to-be-printed property as
for XLSX files (see <a class="bz_bug_link
bz_status_NEW "
title="NEW - Hidden shape in imported XLSX shown in Print window and printed"
href="show_bug.cgi?id=108691#c4">bug 108691 comment 4</a>).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>