Skip to content
  • JodyGoldberg's avatar
    Do _not_ clear the page breaks here, that wipes out any that already · 50ef781f
    JodyGoldberg authored
    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 ???
    
    
    svn path=/trunk/; revision=15625
    50ef781f