Skip to content
  • Jody Goldberg's avatar
    Switch the BIFF_WINDOW2 0x23e -> 0x3e (write_names) : fix biff type. · f86b3d74
    Jody Goldberg authored
    2001-05-27  Jody Goldberg <jgoldberg@home.com>
    
    	* ms-excel-write.c (write_window2) :
    	  Switch the BIFF_WINDOW2 0x23e -> 0x3e
    	(write_names) : fix biff type.
    
    	* ms-excel-read.c (ms_excel_read_formula) : cleanup some old
    	  inconsistentcies.  keep as many of the BIFF_* using their major
    	  types.
    	  Switch the BIFF_STRING 0x207 -> 0x07
    	  Switch the BIFF_BOOLERR 0x205 -> 0x05
    	(ms_excel_read_window2) : split this out into a neater bundle.
    
    2001-05-27  Jody Goldberg <jgoldberg@home.com>
    
    	* src/eval.c (sheet_region_queue_recalc) : Queue the dependents in the
    	  region not just those that depend on it.
    	(cell_queue_recalc) : no need to queue non expression cells.
    
    2001-05-27  Jody Goldberg <jgoldberg@home.com>
    
    	* src/expr.c (eval_expr_real) : recurse for arrays too.
    	(expr_tree_array_corner) : rename from expr_tree_array_formula_corner,
    	  and return the corner, not the expression in the corner.
    
    	* src/eval.c (cb_range_hash_invalidate) : invalidate and free things
    	  in place.
    	(cb_single_hash_invalidate) : ditto.
    	(do_deps_destroy) : simplify.
    
    	* src/workbook-control-gui.c (wbcg_sheet_rename) : Use the table not
    	  the container.
    f86b3d74