Skip to content
  • JodyGoldberg's avatar
    send the actual record, not the 4 byte header that loses 4 trailing bytes. · ae7980ba
    JodyGoldberg authored
    2007-07-13  Jody Goldberg <jody@gnome.org>
    
    	* ms-obj.c (ms_obj_read_biff8_obj) : send the actual record, not
    	  the 4 byte header that loses 4 trailing bytes.
    	(ms_obj_map_forms_obj) : Use existing tools to properly handle
    	 longer names and objects with data sources (combos/lists).
    
    	* xlsx-write.c (xlsx_write_calcPR) : new.
    
    2007-07-13  Jody Goldberg <jody@gnome.org>
    
    	* sylk.c (sylk_next_token) : initial version of accent support.  pango
    	  does not handle it well.
    
    2007-07-22  Jody Goldberg  <jody@gnome.org>
    
    	* src/sheet.c (PROP_CONVENTIONS) : new property.
    	(PROP_USE_R1C1) : made this a convenience wrapper for
    	(sheet_set_conventions) : rename.
    	(sheet_get_conventions) : renamed from sheet_conventions.
    
    	* src/workbook.c (RECALC_MODE) : new property.
    
    	* src/xml-sax-read.c (gnm_xml_attr_int) : make more rigorous.
    	(xml_sax_calculation) : add DateConvention.
    	(xml_sax_old_dateconvention) : new.
    	(xml_sax_sheet_start) : store the name of the expr conv.
    	(xml_sax_sheet_name) : assigned the named expr conv.
    
    	* src/xml-sax-write.c (xml_write_sheet) : Use an enum in place of a
    	  bool to store R1C1, for future expandability
    	(xml_write_calculation) : Store the DateConvention here, rather than
    	  in a magic element missing from the schema.
    	* src/xml-io.c (xml_sheet_read) : support new ExprConvention hook.
    	(xml_workbook_read) : support DateConvention in Calculation.
    
    svn path=/trunk/; revision=15672
    ae7980ba