After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631570 - Manual page breaks switched between rows and columns.
Manual page breaks switched between rows and columns.
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
git master
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-10-07 00:34 UTC by Andreas J. Guelzow
Modified: 2010-10-07 05:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
XLS file with page break inserted between columns C and D (13.50 KB, application/octet-stream)
2010-10-07 04:23 UTC, frob
Details

Description Andreas J. Guelzow 2010-10-07 00:34:00 UTC
In OOo create a file with a manual page break between columns 3 and 4.
and numbers 1,2,...,10 in row 1 and column 1
import into Gnumeric
print preview.

the manual page break is between rows 3 and 4.


THe problem may be in the import or in the printing part. It is not clear in print-info.c whether breaks.h breaks between rows (ie. the break itself is horizontal) or between columns (ie. it breaks the horizontal flow of the document.)

Since we are also importing manual pagebreaks from xls we need to figure out which one is appropriate.
Comment 1 frob 2010-10-07 04:23:40 UTC
Created attachment 171874 [details]
XLS file with page break inserted between columns C and D

1,2,3,4 in A1,B1,C1,D1 and page break after column C.
Comment 2 Andreas J. Guelzow 2010-10-07 05:29:36 UTC
When importing these page breaks from excel they also show in our preview as a break between rows 3 and 4, so the printing part is switched.
Comment 3 Andreas J. Guelzow 2010-10-07 05:56:49 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.