gnumeric r15625 - in trunk: . plugins/excel plugins/openoffice
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r15625 - in trunk: . plugins/excel plugins/openoffice
- Date: Wed, 27 Jun 2007 11:44:31 +0100 (BST)
Author: jody
Date: 2007-06-27 11:44:30 +0100 (Wed, 27 Jun 2007)
New Revision: 15625
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=15625&view=rev
Removed:
trunk/plugins/openoffice/TODO
Modified:
trunk/ChangeLog
trunk/plugins/excel/ChangeLog
trunk/plugins/excel/ms-excel-biff.h
trunk/plugins/excel/ms-excel-read.c
trunk/plugins/excel/ms-excel-read.h
trunk/plugins/excel/ms-excel-write.c
trunk/plugins/excel/xlsx-read.c
trunk/plugins/excel/xlsx-write.c
trunk/plugins/openoffice/ChangeLog
trunk/plugins/openoffice/Makefile.am
trunk/plugins/openoffice/openoffice-read.c
Log:
2007-06-27 Jody Goldberg <jody gnome org>
* src/print-info.c (print_info_load_defaults) : Do _not_ clear the
page breaks here, that wipes out any that already existed.
(print_info_new) : do it here instead.
* src/print-info.h : rename from v_pagebreak/h_pagebreak ->
pagebreak.{v,h}. Remove first/last until we know what they do.
2007-06-21 Jody Goldberg <jody gnome org>
* ms-excel-read.h : delete MsBiffFontUnderline, there was no need for
an intermediate type.
* ms-excel-write.c (excel_write_PAGE_BREAK) : just hard code the
min/max. The values seem constant in all my tests.
* ms-excel-biff.h : Start some cleanup, and begin to follow the naming
convention 'XLS_...' for binary and 'XLSX_...' for oox.
Define some Maximas.
2007-06-27 Jody Goldberg <jody gnome org>
* openoffice-read.c (oo_table_start) : keep track of the extent of
col/row styling and the extent of cell content seperately.
(cb_find_default_colrow_style) : new.
(oo_colrow_reset_defaults) : pick a default style and recompress the
available cols/rows by using it.
(oo_table_end) : assign the page breaks. And restore the col/row
defaults.
(odf_append_page_break) : new.
(odf_col_row_style_apply_breaks) : new.
(oo_col_start) : keep a counter of style use to find the default.
Handle manual vs auto (kludged, no default is specified in the the
std).
(oo_row_start) : ditto.
(oo_cell_content_end) : simple mechanism to track extent of cells
with data.
(oo_style_prop_col_row) : parse 'use-optimal-....' flags. Cols seem
to have a different default than rows ???
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]