Skip to content
  • JodyGoldberg's avatar
    finish. And use the new cmd_create_data_table. · 123f215d
    JodyGoldberg authored
        2007-10-27  Jody Goldberg <jody@gnome.org>
    
        	* dialog-data-table.c (dialog_data_table) : finish.  And use the new
        	  cmd_create_data_table.
    
        2007-10-27  Jody Goldberg <jody@gnome.org>
    
        	* gnumeric-expr-entry.c : Move from
        	  ABS_COL/ABS_ROW -> FORCE_ABS/FORCE_REL
        	  All callers changed.
    
        2007-10-27  Jody Goldberg <jody@gnome.org>
    
        	* src/commands.c (cmd_create_data_table) : New.  Wrapper to set_area
        	  that creates a data table with undo capabilities.
    
        	* src/func-builtin.c (gnumeric_table) : clear the val point in a cell
        	  before destroying it because the value was a temporary and has
        	  already been released.  Cache and restore the x_iter value to avoid
        	  leaving the last calculated value in the cell after evaluating for
        	  TABLE(,ADDR)
    
        	* src/parser.y : convert from distinct gboolean flags to using a
        	  simple bit mask.  Switch from distinct ABS_COL/ABS_ROW to ABS and
        	  REL.  There was no need to split COL vs ROW, but there was a need
        	  [Data->Table] to force relative (XL requires rel refs).
    
    svn path=/trunk/; revision=16026
    123f215d