Skip to content
  • Jody Goldberg's avatar
    only delete the series after processing. condtionalize some of the debug · b3b93a11
    Jody Goldberg authored
    2001-08-23  Jody Goldberg <jgoldberg@home.com>
    
    	* ms-chart.c (ms_excel_chart) : only delete the series after
    	  processing.  condtionalize some of the debug spew.
    	  condtionalize parsing based on the existence of a graph
    	  condtionalize making the graph on the debug flag (for now)
    	(BC_R(sertocrt)) : store the chart group.
    	(BC_R(series_impl)) : merge back into BC_R(series).
    	(BC_R(vector_details)) : use the gnumeric type directly.
    	(excel_chart_series_new) : new.
    	(excel_chart_series_destroy) : new.
    
    	* ms-container.c (ms_container_workbook) : new function.
    	(ms_container_sheet) : ditto.
    
    	* ms-excel-read.c (ms_wb_workbook) : new function.
    	(ms_excel_workbook_new) : used here.
    	(ms_sheet_workbook) : new function.
    	(ms_sheet_sheet) : new function.
    	(ms_excel_sheet_new) : used here.
    
    2001-08-21  Jody Goldberg <jgoldberg@home.com>
    
    	* ms-chart.c (gnm_graph_vector_type_name) : use the version in gnumeric-graph.c
    	(BC_R(vector_details)) : Use the correct index for the debug info.
    
    	* ms-excel-read.c (ms_excel_biff_dimensions) : Use range_name.
    
    2001-08-23  Jody Goldberg <jgoldberg@home.com>
    
    	* dialog-graph-guru.c (graph_guru_create_vectors_from_range) : Use the
    	  new gnm_graph_vector_new interface.
    	(cb_data_simple_col_row_toggle) : use gnm_graph_arrange_vectors.
    2001-08-23  Jody Goldberg <jgoldberg@home.com>
    
    	* idl/gnumeric-graphs.idl : reorganize to improve naming.
    	  remove notion of header that was not working well.
    	  remove freeze.
    	  add arrangeVector.
    	  add notion of selection for future uese.
    
    	* src/gnumeric-graph.c (gnm_graph_vector_type_name) : add these.
    	(MANAGER) : bump the idl version.
    	(GnmGraphVector) : remove header, add id, adjust to new idl and use
    	  vectors directly, rather than notifies.
    	(gnm_graph_add_vector) : adjust to idl renaming.
    	(gnm_graph_new) : improve error message.
    	(gnm_graph_freeze) : delete.
    	(gnm_graph_arrange_vectors) : new function.
    	(gnm_graph_vector_seq_{scalar,date,string}) : headers are handled at a
    	  higher level.
    	(gnm_graph_vector_eval) : idl renaming.
    	(impl_vector_selection_selected) : new.
    	(gnm_graph_vector_corba_init) : split from gnm_graph_vector_new to
    	  simpify cut-n-paste sharing with guppi.
    	(gnm_graph_vector_corba_destroy) : Fix and split out to simplify
    	  sharing.
    	(gnm_graph_vector_destroy) : simplify and handle the case of a vector
    	  being destroyed indepenently of the graph.
    	(gnm_graph_vector_new) : handle headers at a higher level.
    	(gnm_graph_vector_corba_class_init) : renamed from
    	  corba_implementation_classes_init.
    
    	* src/sheet-object-container.c (sheet_object_container_new_view) : Use
    	  bonobo_client_site_new_view_full to disable the irrtiating frame
    	  that causes the content to change size when the frme is activated
    	  and deactivated.
    b3b93a11