gnumeric r16036 - in trunk: plugins/openoffice tools



Author: jody
Date: 2007-10-30 00:00:33 +0000 (Tue, 30 Oct 2007)
New Revision: 16036
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=16036&view=rev

Modified:
   trunk/plugins/openoffice/ChangeLog
   trunk/plugins/openoffice/openoffice-read.c
   trunk/plugins/openoffice/openoffice-write.c
   trunk/tools/xmlunzip
Log:
2007-10-29  Jody Goldberg <jody gnome org>

	Data is implicitly allocated in all sorts of undocumented ways.
	* openoffice-read.c (oo_plot_area) : refactor the data handling into
	(oo_plot_assign_dim) : here.

	Clean up the way parameters are handled.
	(oo_prop_list_free) : new.
	(oo_prop_free) : new.
	(oo_prop_new_....) : new.

2007-10-26  Jody Goldberg <jody gnome org>

	* openoffice-write.c (openoffice_file_save) : compression-level is a
	  construction time attribute.

2007-10-25  Jody Goldberg <jody gnome org>

	* openoffice-read.c (oo_iteration) : new.

2007-10-25  Jody Goldberg <jody gnome org>

	* plugin.xml.in : add stc.

2007-10-25  Jody Goldberg <jody gnome org>

	* openoffice-read.c (openoffice_file_open) : Assume files without a
	  mimetype entry are OO.o 1.x rather than failing.
	  Be more flexible about which mimetypes are acceptable.
	(oo_row_start) : Do not set a size if none was specified (some .sxc files)
	(oo_col_start) : ditto.
	(oo_colrow_reset_defaults) : ditto.
	(oo_style_prop_cell) : valign==automatic is usually bottom, sometimes
	  center, never top.
	  Fully support protected and hidden.
	(oo_cell_content_end) : Handle a series of <p> in a single cell that
	  designate embedded newlines.

	* openoffice-write.c (openoffice_file_save) : ensure that we do not
	  compress the mimetype.

(oo_prop_list_apply) : new.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]