https://bugs.freedesktop.org/show_bug.cgi?id=48767

--- Comment #6 from [email protected] ---
(In reply to comment #5)
> Tested in LibreOffice 4.1.4.2 and 4.2.0.1:

> 2. Save as ms-office-2007/2010 (.xlsx);

unzip the xlsx file saved by LibreOffice, I found the following in
/xl/worksheets/sheet1.xml:
<pageSetup blackAndWhite="false" cellComments="none" copies="1" draft="false"
firstPageNumber="1" fitToHeight="1" fitToWidth="1" horizontalDpi="300"
orientation="landscape" pageOrder="downThenOver" paperSize="9" scale="100"
useFirstPageNumber="true" usePrinterDefaults="false" verticalDpi="300"/>

> Further testing:
> 5. Set the page as Landscape in MSO, save.

unzip the xlsx file save by MSO, I found the following in
/xl/worksheets/sheet1.xml:
<pageSetup paperSize="9" orientation="landscape" useFirstPageNumber="1"
horizontalDpi="300" verticalDpi="300" r:id="rId1"/>

They are all orientation="landscape", except that xlsx save by LO is much
"bigger" (have more xml attributes).
So why is it portrait when load in MSO? A MSO bug?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to