Bug 119764 - Shape set to be not printed in XLSX appears in Print dialog preview, and is printed
Summary: Shape set to be not printed in XLSX appears in Print dialog preview, and is p...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: low normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:xlsx
Depends on:
Blocks: Print XLSX-Shapes
  Show dependency treegraph
 
Reported: 2018-09-08 23:49 UTC by Aron Budea
Modified: 2021-05-11 07:41 UTC (History)
0 users

See Also:
Crash report or crash signature:
Regression By:


Attachments
Sample XLSX (8.90 KB, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet)
2018-09-08 23:50 UTC, Aron Budea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aron Budea 2018-09-08 23:49:59 UTC
This is related to bug 108691, another combination of the visibility + printability setting: the shape is visible, but in its properties, 'Print object' is unchecked, thus it's not supposed to be printed.

Currently in Calc this property is ignored, because it's stored in a different place compared to the visibility setting. For some basic details, see bug 108691 comment 4.

I assume the setting isn't used often.

Observed using LO 6.2 master daily build (18-09-07), 3.3.0 / Windows 7.
Comment 1 Aron Budea 2018-09-08 23:50:36 UTC
Created attachment 144756 [details]
Sample XLSX
Comment 2 QA Administrators 2019-09-09 05:30:21 UTC Comment hidden (obsolete)
Comment 3 Timur 2019-09-10 12:36:46 UTC
I don't see that Calc has such property not to print an object.
Comment 4 Aron Budea 2019-09-10 13:07:51 UTC
It might not be in Calc, but it exists in ODF (which doesn't matter when it comes to handling an XLSX file, but means the spec was created with this in mind):
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#attribute-draw_display

The bug is still there in 6.4.0.0.alpha0+ (61b757f31f25cda6d595f64226181c7a82ce8d7f) / Ubuntu 19.04.
I guess the prio can be lowered, it's not a commonly used setting in MSO, either.