[gnumeric] whitespace.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] whitespace.
- Date: Wed, 15 Sep 2010 13:16:25 +0000 (UTC)
commit 8fe07d12170796f6fdf941c3dbab18955b4c1a64
Author: Morten Welinder <terra gnome org>
Date: Wed Sep 15 09:16:09 2010 -0400
whitespace.
plugins/openoffice/ChangeLog | 92 +++++++++++++++++++++---------------------
1 files changed, 46 insertions(+), 46 deletions(-)
---
diff --git a/plugins/openoffice/ChangeLog b/plugins/openoffice/ChangeLog
index 1d5903a..01efe08 100644
--- a/plugins/openoffice/ChangeLog
+++ b/plugins/openoffice/ChangeLog
@@ -12,28 +12,28 @@
2010-09-13 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_style_prop_chart): check for NULL
- * openoffice-write.c (odf_write_line): an unknown
- anchor->base.direction should behave like
+ * openoffice-write.c (odf_write_line): an unknown
+ anchor->base.direction should behave like
GOD_ANCHOR_DIR_UNKNOWN
-
+
2010-09-13 Andreas J. Guelzow <aguelzow pyrshep ca>
-
+
* openoffice-read.c (oo_marker_free): new
(odf_get_arrow_marker): use the imported markers
(oo_marker): new
(openoffice_file_open): new hash...
-
+
2010-09-13 Andreas J. Guelzow <aguelzow pyrshep ca>
-
+
* openoffice-read.c (od_style_prop_chart): this can be called
by default cell styles
-
+
2010-09-13 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_style_prop_chart): add attributes
(odf_get_arrow_marker): new
(odf_line): add arrows
-
+
2010-09-12 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (oo_style): handle graphics styles
@@ -53,7 +53,7 @@
(odf_write_line): write marker info
(odf_write_styles): write arrow marker info
(odf_write_arrow_marker_info): new
- (openoffice_file_save_real): create and delete the arrow
+ (openoffice_file_save_real): create and delete the arrow
hashes
2010-09-12 Andreas J. Guelzow <aguelzow pyrshep ca>
@@ -64,7 +64,7 @@
(odf_write_so_filled): write style name
(odf_write_content): cause sheet object styles to be written
(odf_write_styles): write gradient, hatch, etc. info
- (odf_write_graphs): we create the hashes elsewhere and later
+ (odf_write_graphs): we create the hashes elsewhere and later
just empty, don't delete these hashes
(openoffice_file_save_real): create and delete the hashes here.
@@ -76,7 +76,7 @@
(odf_line): new
(opendoc_content_dtd): connect the above
* openoffice-write.c (odf_write_line): fix the placement of the line
-
+
2010-09-12 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_draw_control_start): handle frames
@@ -85,7 +85,7 @@
(odf_form_button_end): rename to odf_form_control_end
(odf_control_property): new
(opendoc_content_dtd): connect the above
-
+
2010-09-10 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (opendoc_content_dtd): add more elements
@@ -100,7 +100,7 @@
(odf_write_objects): call the above
(odf_write_sheet_control_frame): new
(odf_write_sheet_controls): write frames
-
+
2010-09-10 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_draw_control_start): handle button
@@ -134,16 +134,16 @@
* openoffice-write.c (odf_write_sheet_control_conten): new
(odf_write_sheet_control_list): new
(odf_write_sheet_controls): also write listboxes
-
+
2010-09-10 Andreas J. Guelzow <aguelzow pyrshep ca>
- * openoffice-read.c (od_draw_control_start): handle spinbuttons
+ * openoffice-read.c (od_draw_control_start): handle spinbuttons
and sliders
(oo_control_free): free new implementation field
(odf_form_control): handle spinbuttons and sliders
(odf_form_value_range): ditto
- * openoffice-write.c (odf_write_sheet_control_scrollbar):
- write the form:control-implementation and add argument
+ * openoffice-write.c (odf_write_sheet_control_scrollbar):
+ write the form:control-implementation and add argument
indicating the control type
(odf_write_sheet_controls): also write sliders and spinbuttons
@@ -155,16 +155,16 @@
(odf_form_control): read gnm:value-type
* openoffice-write.c (odf_write_sheet_control_radio_button): new
(odf_write_sheet_controls): connect odf_write_sheet_control_radio_button
-
+
2010-09-08 Andreas J. Guelzow <aguelzow pyrshep ca>
- * openoffice-read.c (od_draw_control_start): oc->value must be a
+ * openoffice-read.c (od_draw_control_start): oc->value must be a
string; handle radio button
(oo_control_free): free value field
(odf_form_control): form:value may be a string
(odf_form_radio): new
(opendoc_content_dtd): connect odf_form_radio
-
+
2010-09-08 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_draw_control_start): handle checkboxes
@@ -174,7 +174,7 @@
(odf_form_checkbox): new
(opendoc_content_dtd): connect odf_form_checkbox
* openoffice-write.c (odf_write_sheet_control_linked_cell): new
- (odf_write_sheet_control_scrollbar): use
+ (odf_write_sheet_control_scrollbar): use
odf_write_sheet_control_linked_cell
(odf_write_sheet_control_checkbox): new
(odf_write_sheet_controls): also handle checkboxes
@@ -188,7 +188,7 @@
(odf_write_sheet_control_scrollbar): new
(odf_write_sheet_controls): new
(openoffice_file_save_real): initialize and finalize controls hash
-
+
2010-09-07 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_draw_control_start): new
@@ -196,7 +196,7 @@
(odf_form_value_range): new
(opendoc_content_dtd): connect od_draw_control_start
(openoffice_file_open): initialize and finalize controls hash
-
+
2010-09-06 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (oo_chart_title): also handle legend titles
@@ -210,7 +210,7 @@
* openoffice-write.c (odf_write_title): add argument whether to allow
subelements; change all callers
(odf_write_plot): write legend title
-
+
2010-09-06 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (oo_legend): read style-name
@@ -226,7 +226,7 @@
* openoffice-write.c (odf_write_gnm_settings): new
(odf_write_settings): call odf_write_gnm_settings
-
+
2010-09-05 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (unset_gvalue): new
@@ -262,7 +262,7 @@
2010-09-04 Andreas J. Guelzow <aguelzow pyrshep ca>
- * openoffice-write.c (odf_get_gradient_name): create a new name for each
+ * openoffice-write.c (odf_get_gradient_name): create a new name for each
item
(odf_get_image_name): ditto
(odf_get_pattern_name): ditto
@@ -280,13 +280,13 @@
* openoffice-write.c (odf_write_table_style): write tab colors (as
foreign elements)
(table_style_name): give each table its own style.
-
+
2010-09-03 Andreas J. Guelzow <aguelzow pyrshep ca>
- * openoffice-read.c (odf_apply_style_props): stroke-color attribute
+ * openoffice-read.c (odf_apply_style_props): stroke-color attribute
added
(od_style_prop_chart): ditto
- * openoffice-write.c (odf_write_gog_style_graphic): write stroke-color
+ * openoffice-write.c (odf_write_gog_style_graphic): write stroke-color
attribute
2010-09-03 Andreas J. Guelzow <aguelzow pyrshep ca>
@@ -315,9 +315,9 @@
(_gsf_gdk_pixbuf_save): new
(odf_write_fill_images): new
(odf_write_graphs): connect odf_write_fill_images
- (openoffice_file_save_real): delay writing of manifest until we know
+ (openoffice_file_save_real): delay writing of manifest until we know
all files to be included
-
+
2010-09-01 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_apply_style_props): new gradient attributes
@@ -328,7 +328,7 @@
(odf_match_gradient): new
(odf_get_gradient_name): new
(odf_write_gog_style_graphic): add gradients
-
+
2010-08-31 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_apply_style_props): switch auto-colors off
@@ -348,7 +348,7 @@
(oo_prop_new_float): rename to oo_prop_new_double and change all callers
(od_style_prop_chart): handle stroke-width
* openoffice-write.c (odf_write_gog_style_graphic): write stroke-width
-
+
2010-08-31 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_apply_style_props): don't use gnm-fore-color,
@@ -368,7 +368,7 @@
(oo_plot_series): store style for data point
(oo_plot_series_end): drop remembered style
(oo_chart): this style does not participate in the inheritance
-
+
2010-08-30 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (get_styles_dtd): new
@@ -376,9 +376,9 @@
(od_style_prop_chart): drop gnm:back-color
(od_draw_object): read the object's styles.xml
(styles_dtd): add "stroke-dash" and "hatch"
- * openoffice-write.c (odf_write_gog_style_graphic): background color
+ * openoffice-write.c (odf_write_gog_style_graphic): background color
can be stored in draw:fill-color
-
+
2010-08-30 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_match_dash_type): move
@@ -413,7 +413,7 @@
(odf_get_pattern_name): new
(odf_write_gog_style_graphic): consider the true fill type
(odf_write_graphs): initialize and finalize hatch hash
-
+
2010-08-28 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (oo_cell_start): no need to duplicate the style name
@@ -428,25 +428,25 @@
2010-08-28 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-write.c (odf_write_plot): write marker info for
- polar plots
-
+ polar plots
+
2010-08-28 Andreas J. Guelzow <aguelzow pyrshep ca>
- * openoffice-read.c (oo_chart_axis): OO_PLOT_RADARAREA and
+ * openoffice-read.c (oo_chart_axis): OO_PLOT_RADARAREA and
OO_PLOT_POLAR behave like OO_PLOT_RADAR
* openoffice-write.c (odf_write_plot): fix axis names for
GogPolarPlot
-
+
2010-08-28 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (odf_store_data): new
- (od_series_regression): handle upper and lower bounds of
+ (od_series_regression): handle upper and lower bounds of
regression line
* openoffice-write.c (odf_write_data_element): new
(odf_write_data_attribute): new
(odf_write_standard_series): use the above and write upper and
lower bounds of regression line
-
+
2010-08-27 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (oo_prop_list_free): use go_slist_free_custom
@@ -486,7 +486,7 @@
(oo_chart_axis): call oo_prop_list_apply_to_axis instead of
(oo_prop_list_apply
* openoffice-write.c (odf_write_standard_axes_styles): don't switch
- axes (otherwise we switch them twice: when we write teh style and
+ axes (otherwise we switch them twice: when we write teh style and
when we write the axes proper).
2010-08-25 Andreas J. Guelzow <aguelzow pyrshep ca>
@@ -505,7 +505,7 @@
(odf_write_surface_axes_styles): ditto
(odf_write_plot): adjust switch board and use the gog_styles
(odf_fill_chart_props_hash): add GogAxis
-
+
2010-08-24 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (oo_chart_axis): radar plots have different types
@@ -526,7 +526,7 @@
* openoffice-read.c (oo_warning): assuming a new goffice, all
errors can be filed
-
+
2010-08-23 Andreas J. Guelzow <aguelzow pyrshep ca>
* openoffice-read.c (od_style_prop_chart): add attributes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]