GNOME Bugzilla – Bug 499339
.gnumeric I/O for explicit page breaks.
Last modified: 2007-11-25 17:29:50 UTC
A patch to fix sax import, implement DOM import and sax export.
Created attachment 99571 [details] [review] implementation Tested. First in a series of .gnumeric and .xlsx related patches. Please review.
I don't like gnm_page_break_type_from_str. If it is really necessary, then just grant it access to the values currently inside gnm_page_break_type_get_type instead of having the strings twice. Or thrice if you count xml_write_breaks. Maybe the speed problem could be solved by having xml_sax_attr_enum take a eclass instead of an etype.
removed the _type_get_type enum registration entirely. No significant utility foreseeable right now.