From a273433b1c6b4982b8815d3fbdff3e7121bdf098 Mon Sep 17 00:00:00 2001 From: Jean Brefort Date: Sat, 16 Feb 2013 18:35:34 +0100 Subject: [PATCH] Use GtkGrid in stf dialog. --- ChangeLog | 7 + .../org.gnome.gnumeric.dialogs.gschema.xml.in.in | 2 +- src/dependent.c | 8 + src/dialogs/ChangeLog | 7 + src/dialogs/dialog-stf-format-page.c | 6 +- src/dialogs/dialog-stf-main-page.c | 8 +- src/dialogs/dialog-stf.ui | 2527 ++++++++++---------- src/sheet-style.c | 60 +- 8 files changed, 1368 insertions(+), 1257 deletions(-) rewrite src/dialogs/dialog-stf.ui (63%) diff --git a/ChangeLog b/ChangeLog index 7600a09b0..a59a8e10c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2013-02-16 Jean Brefort + + * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: fixed default value + for stf export format. + * src/dependent.c: fix introspection warnings. + * src/sheet-style.c: ditto. + 2013-02-15 Morten Welinder * configure.ac (libspreadsheet_gtk_reqs): Explicitly require gtk diff --git a/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in b/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in index 298d4385f..bb459a502 100644 --- a/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in +++ b/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in @@ -298,7 +298,7 @@ <_description>Please use the Text Export dialog to edit this value. - 'auto' + 'automatic' <_summary>Text Export Formating Rule <_description>Please use the Text Export dialog to edit this value. diff --git a/src/dependent.c b/src/dependent.c index 89ee69415..45992c132 100644 --- a/src/dependent.c +++ b/src/dependent.c @@ -1169,6 +1169,14 @@ workbook_unlink_3d_dep (GnmDependent *dep) g_hash_table_remove (wb->sheet_order_dependents, dep); } +/** + * gnm_dep_style_dependency: + * @sheet: + * @texpr: + * @r: + * + * Returns: (element-type GnmDependent): + **/ GSList * gnm_dep_style_dependency (Sheet *sheet, GnmExprTop const *texpr, diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog index 80a2846e2..b79885223 100644 --- a/src/dialogs/ChangeLog +++ b/src/dialogs/ChangeLog @@ -1,3 +1,10 @@ +2013-02-16 Jean Brefort + + * dialog-stf-format-page.c (stf_dialog_format_page_init): replaced GtkTable + with GtkGrid. + * dialog-stf-main-page.c (stf_dialog_main_page_init): ditto. + * dialog-stf.ui: ditto. + 2013-02-14 Jean Brefort * cell-format.ui: fixed borders. [#693733] diff --git a/src/dialogs/dialog-stf-format-page.c b/src/dialogs/dialog-stf-format-page.c index e08f904d7..7ea69da29 100644 --- a/src/dialogs/dialog-stf-format-page.c +++ b/src/dialogs/dialog-stf-format-page.c @@ -766,10 +766,10 @@ stf_dialog_format_page_init (GtkBuilder *gui, StfDialogData *pagedata) g_free (pagedata->locale); pagedata->locale = go_locale_sel_get_locale (pagedata->format.locale_selector); } - gtk_table_attach ( - GTK_TABLE (go_gtk_builder_get_widget (gui, "locale_table")), + gtk_grid_attach ( + GTK_GRID (go_gtk_builder_get_widget (gui, "locale-grid")), GTK_WIDGET (pagedata->format.locale_selector), - 3, 4, 0, 1, GTK_EXPAND | GTK_FILL, 0, 0, 0); + 3, 0, 1, 1); gtk_widget_show_all (GTK_WIDGET (pagedata->format.locale_selector)); gtk_widget_set_sensitive (GTK_WIDGET (pagedata->format.locale_selector), diff --git a/src/dialogs/dialog-stf-main-page.c b/src/dialogs/dialog-stf-main-page.c index 3b582142e..974d92b88 100644 --- a/src/dialogs/dialog-stf-main-page.c +++ b/src/dialogs/dialog-stf-main-page.c @@ -363,8 +363,8 @@ stf_dialog_main_page_init (GtkBuilder *gui, StfDialogData *pagedata) pagedata->raw_data_len = 0; main_page_set_encoding (pagedata, "ASCII"); } - gtk_container_add (GTK_CONTAINER (go_gtk_builder_get_widget (gui, "encoding_hbox")), - GTK_WIDGET (pagedata->main.charmap_selector)); + gtk_grid_attach (GTK_GRID (go_gtk_builder_get_widget (gui, "format-grid")), + GTK_WIDGET (pagedata->main.charmap_selector), 1, 0, 1, 1); gtk_widget_show_all (GTK_WIDGET (pagedata->main.charmap_selector)); gtk_widget_set_sensitive (GTK_WIDGET (pagedata->main.charmap_selector), !pagedata->fixed_encoding); @@ -407,9 +407,9 @@ stf_dialog_main_page_init (GtkBuilder *gui, StfDialogData *pagedata) gtk_spin_button_set_value (pagedata->main.main_stoprow, renderdata->lines->len); { - GtkFrame *main_frame = GTK_FRAME (go_gtk_builder_get_widget (gui, "main_frame")); + GtkLabel *data_label = GTK_LABEL (gtk_builder_get_object (gui, "data-lbl")); char *label = g_strdup_printf (_("Data (from %s)"), pagedata->source); - gtk_frame_set_label (main_frame, label); + gtk_label_set_label (data_label, label); g_free (label); } diff --git a/src/dialogs/dialog-stf.ui b/src/dialogs/dialog-stf.ui dissimilarity index 63% index 33f2d58ff..9c9a9115e 100644 --- a/src/dialogs/dialog-stf.ui +++ b/src/dialogs/dialog-stf.ui @@ -1,1219 +1,1308 @@ - - - - - 1 - 100 - 1 - 1 - 10 - - - 1 - 100 - 1 - 1 - 10 - - - - - - - - - " - - - ' - - - ` - - - - - - - - - - - Both sides - - - Neither side - - - On left side only - - - On right side only - - - - - False - Text Import Configuration - dialog - - - True - False - vertical - - - True - False - end - - - gtk-help - True - True - False - False - True - - - False - False - 0 - - - - - gtk-cancel - True - True - False - False - True - - - False - False - 1 - - - - - gtk-go-back - True - True - False - False - True - - - False - False - 2 - - - - - gtk-go-forward - True - True - True - True - False - False - True - - - False - False - 3 - - - - - True - True - True - False - False - - - True - False - 0 - 0 - - - True - False - 2 - - - True - False - gtk-apply - - - False - False - 0 - - - - - True - False - F_inish - True - - - False - False - 1 - - - - - - - - - False - False - 4 - - - - - False - True - end - 0 - - - - - True - False - False - - - True - False - vertical - - - True - False - 0 - - - True - False - 6 - 5 - 2 - 4 - 4 - - - True - False - - - 2 - 1 - 2 - GTK_FILL - - - - - True - False - 0 - Encoding: - - - GTK_FILL - - - - - - True - False - - - - - - 1 - 2 - GTK_FILL - GTK_FILL - - - - - True - False - - - 2 - 3 - 4 - GTK_FILL - - - - - True - False - 0 - Line breaks: - - - 2 - 3 - GTK_FILL - - - - - - True - False - - - _Unix (LF) - True - True - False - The line feed character (ASCII code 10) breaks lines - False - True - True - True - - - True - True - 0 - - - - - _Windows (CR+LF) - True - True - False - The sequence of carriage return and line feed (ASCII codes 13 and 10) breaks lines - False - True - True - True - - - True - True - 1 - - - - - _Macintosh (CR) - True - True - False - The carriage return character (ASCII code 13) breaks lines - False - True - True - True - - - True - True - 2 - - - - - 1 - 2 - 2 - 3 - GTK_FILL - - - - - True - False - 0 - Original data type: - center - - - 4 - 5 - GTK_FILL - - - - - - True - False - - - _Separated - True - True - False - Each column in the text is separated by a 'separation' character, e.g. a semicolon. - False - True - True - True - - - True - True - 0 - - - - - Fi_xed width - True - True - False - Define the width of each column manually. - False - True - True - main_separated - - - True - True - 1 - - - - - 1 - 2 - 4 - 5 - GTK_FILL - - - - - - - True - False - Source Format - - - - - False - True - 0 - - - - - True - False - 0 - - - True - False - 4 - 4 - - - True - False - Fr_om line: - True - main_startrow - - - False - False - 0 - - - - - True - True - Actual processing will start at this line, any previous lines will be ignored. - adjustment1 - 1 - True - - - False - True - 1 - - - - - True - False - _To line: - True - center - main_stoprow - - - False - False - 2 - - - - - True - True - Processing ends at this line, any subsequent lines will be ignored. - adjustment2 - 1 - - - False - False - 3 - - - - - True - False - 0.98000001907348633 - Number of lines to import - right - - - False - False - end - 4 - - - - - - - True - False - Lines to import - - - - - False - True - 1 - - - - - True - False - 0 - - - True - False - 4 - - - - - - - - True - False - Data - - - - - True - True - 2 - - - - - - - True - False - Main - - - False - - - - - True - False - vertical - - - True - False - 10 - - - True - False - 0 - - - True - False - 4 - 6 - 3 - 4 - 5 - - - C_ustom - True - True - False - False - True - True - - - 2 - 3 - - - - - - _Hyphen (-) - True - True - False - False - True - True - - - 2 - 3 - 1 - 2 - - - - - - _Space - True - True - False - False - True - True - - - - - - - - _Tab - True - True - False - False - True - True - - - 1 - 2 - - - - - - C_olon (:) - True - True - False - False - True - True - - - 1 - 2 - - - - - - True - True - Custom separator, this can be any character. - - - 1 - 3 - 2 - 3 - - - - - - S_ee two separators as one - True - True - False - See two successive separators as one. - False - True - True - - - 3 - 4 - 5 - GTK_FILL - - - - - - True - False - - - 3 - 3 - 4 - GTK_FILL - GTK_FILL - - - - - _Comma (,) - True - True - False - False - True - True - - - 2 - 3 - GTK_FILL - - - - - - Semicolo_n (;) - True - True - False - False - True - True - - - 1 - 2 - 1 - 2 - GTK_FILL - - - - - - _Ignore initial separators - True - True - False - Ignore any separators at the beginning of lines - False - True - True - - - 3 - 5 - 6 - GTK_FILL - - - - - - - - True - False - Separators - - - - - False - True - 0 - - - - - True - False - 0 - - - True - False - 4 - vertical - 4 - - - True - False - - - True - False - 0 - Te_xt indicator: - True - center - - - False - False - 0 - - - - - True - True - csv-textindicator-list - True - 0 - 0 - - - True - True - - - - - False - True - 1 - - - - - False - False - 0 - - - - - _Adjacent text indicators escaped - True - True - False - See two successive text indicators as one that does not terminate the cell. - False - True - True - True - - - False - False - 1 - - - - - - - True - False - Text indicator - - - - - False - True - 1 - - - - - False - True - 0 - - - - - True - False - 0 - - - True - True - - - - - - - - True - False - Data - - - - - True - True - 1 - - - - - 1 - - - - - True - False - CSV - - - 1 - False - - - - - True - False - vertical - - - True - False - 0 - - - True - False - 4 - 4 - - - True - False - spread - - - _Auto Column Discovery - True - True - False - Attempt to recognize columns in the text automatically. - False - True - - - False - False - 0 - - - - - _Clear - True - True - False - Clear list of columns - False - True - - - False - False - 1 - - - - - True - True - 0 - - - - - - - - - - True - False - Columns - - - - - False - True - 0 - - - - - True - False - 0 - - - True - True - - - - - - - - True - False - Data - - - - - True - True - 1 - - - - - 2 - - - - - True - False - Fixed - - - 2 - False - - - - - True - False - vertical - - - True - False - - - True - False - 4 - - - True - False - 0 - Source Locale: - - - 2 - 3 - GTK_FILL - - 6 - 8 - - - - - True - False - model1 - - - - 0 - - - - - 1 - 2 - GTK_FILL - - 6 - - - - - True - False - 0 - Trim: - center - - - GTK_FILL - - 6 - 6 - - - - - - - - True - True - 0 - - - - - False - True - 5 - 0 - - - - - True - False - 5 - 0 - - - True - True - - - - - - - - True - False - Data - True - - - - - True - True - 5 - 1 - - - - - True - False - 0 - 5 - - - False - True - 5 - 2 - - - - - 3 - - - - - True - False - Format - - - 3 - False - - - - - False - True - 2 - - - - - - help_button - cancel_button - back_button - forward_button - finish_button - - - + + + + + 1 + 100 + 1 + 1 + 10 + + + 1 + 100 + 1 + 1 + 10 + + + + + + + + + " + + + ' + + + ` + + + + + + + + + + + Both sides + + + Neither side + + + On left side only + + + On right side only + + + + + False + Text Import Configuration + dialog + + + True + False + vertical + + + True + False + end + + + gtk-help + False + True + True + False + False + True + + + False + False + 0 + + + + + gtk-cancel + False + True + True + False + False + True + + + False + False + 1 + + + + + gtk-go-back + False + True + True + False + False + True + + + False + False + 2 + + + + + gtk-go-forward + False + True + True + True + True + False + False + True + + + False + False + 3 + + + + + False + True + True + True + False + False + + + True + False + 0 + 0 + + + True + False + 2 + + + True + False + gtk-apply + + + False + False + 0 + + + + + True + False + F_inish + True + + + False + False + 1 + + + + + + + + + False + False + 4 + + + + + False + True + end + 0 + + + + + True + False + False + + + True + False + 12 + 6 + 12 + + + True + False + 0 + Source Format + + + + + + 0 + 0 + 1 + 1 + + + + + True + False + 12 + 6 + 12 + True + + + True + False + 0 + Encoding: + + + 0 + 0 + 1 + 1 + + + + + True + False + 0 + Line breaks: + + + 0 + 2 + 1 + 1 + + + + + True + False + 0 + Original data type: + center + + + 0 + 4 + 1 + 1 + + + + + True + False + + + 0 + 1 + 4 + 1 + + + + + True + False + + + 0 + 3 + 4 + 1 + + + + + _Unix (LF) + False + True + True + False + True + The line feed character (ASCII code 10) breaks lines + The line feed character (ASCII code 10) breaks lines + False + True + 0 + True + True + + + 1 + 2 + 1 + 1 + + + + + _Windows (CR+LF) + False + True + True + False + True + The sequence of carriage return and line feed (ASCII codes 13 and 10) breaks lines + The sequence of carriage return and line feed (ASCII codes 13 and 10) breaks lines + False + True + 0 + True + True + + + 2 + 2 + 1 + 1 + + + + + _Macintosh (CR) + False + True + True + False + True + The carriage return character (ASCII code 13) breaks lines + The carriage return character (ASCII code 13) breaks lines + False + True + 0 + True + True + + + 3 + 2 + 1 + 1 + + + + + _Separated + False + True + True + False + True + Each column in the text is separated by a &apos;separation&apos; character, e.g. a semicolon. + Each column in the text is separated by a 'separation' character, e.g. a semicolon. + False + True + 0 + True + True + + + 1 + 4 + 1 + 1 + + + + + Fi_xed width + False + True + True + False + True + Define the width of each column manually. + Define the width of each column manually. + False + True + 0 + True + main_separated + + + 2 + 4 + 1 + 1 + + + + + + + + + + + + + + + + + 0 + 1 + 1 + 1 + + + + + True + False + 0 + Lines to import + + + + + + 0 + 2 + 1 + 1 + + + + + True + False + 12 + 6 + 12 + + + True + False + 0 + Fr_om line: + True + main_startrow + + + 0 + 0 + 1 + 1 + + + + + True + False + _To line: + True + center + main_stoprow + + + 2 + 0 + 1 + 1 + + + + + True + False + 0.98000001907348633 + Number of lines to import + right + + + 4 + 0 + 1 + 1 + + + + + True + True + True + Actual processing will start at this line, any previous lines will be ignored. + Actual processing will start at this line, any previous lines will be ignored. + + True + adjustment1 + 1 + True + + + 1 + 0 + 1 + 1 + + + + + True + True + True + Processing ends at this line, any subsequent lines will be ignored. + Processing ends at this line, any subsequent lines will be ignored. + + True + adjustment2 + 1 + + + 3 + 0 + 1 + 1 + + + + + 0 + 3 + 1 + 1 + + + + + True + False + 0 + Data + + + + + + 0 + 4 + 1 + 1 + + + + + True + True + 12 + True + True + 4 + + + + + + 0 + 5 + 1 + 1 + + + + + + + True + False + Main + + + False + + + + + True + False + 12 + 6 + 12 + + + True + False + 0 + Separators + + + + + + 0 + 0 + 1 + 1 + + + + + True + False + 0 + Text indicator + + + + + + 1 + 0 + 1 + 1 + + + + + True + False + 12 + 6 + 12 + + + _Space + False + True + True + False + False + True + 0 + True + + + 0 + 0 + 1 + 1 + + + + + _Tab + False + True + True + False + False + True + 0 + True + + + 1 + 0 + 1 + 1 + + + + + _Comma (,) + False + True + True + False + False + True + 0 + True + + + 2 + 0 + 1 + 1 + + + + + C_olon (:) + False + True + True + False + False + True + 0 + True + + + 0 + 1 + 1 + 1 + + + + + Semicolo_n (;) + False + True + True + False + False + True + 0 + True + + + 1 + 1 + 1 + 1 + + + + + _Hyphen (-) + False + True + True + False + False + True + 0 + True + + + 2 + 1 + 1 + 1 + + + + + C_ustom + False + True + True + False + False + True + 0 + True + + + 0 + 2 + 1 + 1 + + + + + True + True + True + Custom separator, this can be any character. + Custom separator, this can be any character. + + True + + + 1 + 2 + 2 + 1 + + + + + True + False + + + 0 + 3 + 3 + 1 + + + + + S_ee two separators as one + False + True + True + False + True + See two successive separators as one. + See two successive separators as one. + False + True + 0 + True + + + 0 + 4 + 3 + 1 + + + + + _Ignore initial separators + False + True + True + False + True + Ignore any separators at the beginning of lines + Ignore any separators at the beginning of lines + False + True + 0 + True + + + 0 + 5 + 3 + 1 + + + + + 0 + 1 + 1 + 1 + + + + + True + False + 12 + 6 + 12 + + + True + False + 0 + Te_xt indicator: + True + center + + + 0 + 0 + 1 + 1 + + + + + True + True + csv-textindicator-list + True + 0 + 0 + + + False + + + + + + 1 + 0 + 1 + 1 + + + + + _Adjacent text indicators escaped + False + True + True + False + True + See two successive text indicators as one that does not terminate the cell. + See two successive text indicators as one that does not terminate the cell. + False + True + 0 + True + True + + + 0 + 1 + 2 + 1 + + + + + + + + + + + + + + + + + + + + 1 + 1 + 1 + 1 + + + + + True + False + 0 + Data + + + + + + 0 + 2 + 1 + 1 + + + + + True + True + True + + + + + + 0 + 3 + 3 + 1 + + + + + + + + + + + + + + + + + 1 + + + + + True + False + CSV + + + 1 + False + + + + + True + False + vertical + + + True + False + 0 + + + True + False + 4 + 4 + + + True + False + spread + + + _Auto Column Discovery + False + True + True + False + Attempt to recognize columns in the text automatically. + False + True + + + False + False + 0 + + + + + _Clear + False + True + True + False + Clear list of columns + False + True + + + False + False + 1 + + + + + True + True + 0 + + + + + + + + + + True + False + Columns + + + + + False + True + 0 + + + + + True + False + 0 + + + True + True + + + + + + + + True + False + Data + + + + + True + True + 1 + + + + + 2 + + + + + True + False + Fixed + + + 2 + False + + + + + True + False + 12 + 6 + 12 + + + True + False + 0 + Trim: + center + + + 0 + 0 + 1 + 1 + + + + + True + False + model1 + + + + 0 + + + + + 1 + 0 + 1 + 1 + + + + + True + False + 24 + 0 + Source Locale: + + + 2 + 0 + 1 + 1 + + + + + True + False + 0 + Data + + + + + + 0 + 1 + 1 + 1 + + + + + True + True + 12 + True + True + + + + + + 0 + 2 + 5 + 1 + + + + + True + False + 0 + 5 + + + 0 + 3 + 5 + 1 + + + + + + + + + + + + + + + + + + + + True + False + True + + + 4 + 0 + 1 + 1 + + + + + 3 + + + + + True + False + Format + + + 3 + False + + + + + False + True + 2 + + + + + + help_button + cancel_button + back_button + forward_button + finish_button + + + diff --git a/src/sheet-style.c b/src/sheet-style.c index 8c71571dc..49a7ad7b2 100644 --- a/src/sheet-style.c +++ b/src/sheet-style.c @@ -184,7 +184,7 @@ sheet_style_unlink (Sheet *sheet, GnmStyle *st) /** * sheet_style_find: * @sheet: (transfer full): the sheet - * @s: a style + * @st: a style * * Looks up a style from the sheets collection. Linking if necessary. * ABSORBS the reference and adds a link. @@ -823,7 +823,7 @@ sheet_style_shutdown (Sheet *sheet) /** * sheet_style_set_auto_pattern_color: * @sheet: The sheet - * @pattern_color: The color + * @grid_color: The color * * Set the color for rendering auto colored patterns in this sheet. * Absorbs a reference to @pattern_color; @@ -1408,10 +1408,10 @@ sheet_style_apply_row (Sheet *sheet, int row, GnmStyle *pstyle) /** * sheet_style_apply_pos: - * @sheet : - * @col : - * @row : - * @pstyle : #GnmStyle + * @sheet: + * @col: + * @row: + * @style: #GnmStyle * * Apply a partial style to a single cell * This function absorbs a reference to the new @style. @@ -1432,10 +1432,10 @@ sheet_style_apply_pos (Sheet *sheet, int col, int row, } /** * sheet_style_set_pos: - * @sheet : - * @col : - * @row : - * @style : + * @sheet: + * @col: + * @row: + * @style: * * Change the complete style for a single cell. * This function absorbs a reference to the new @style. @@ -1457,7 +1457,7 @@ sheet_style_set_pos (Sheet *sheet, int col, int row, /** * sheet_style_default: - * @sheet : + * @sheet: * * Returns a reference to default style for a sheet. **/ @@ -1473,9 +1473,9 @@ sheet_style_default (Sheet const *sheet) /** * sheet_style_get: - * @sheet : #Sheet - * @col : - * @row : + * @sheet: #Sheet + * @col: + * @row: * * Find the fully qualified style applicable to the specified cellpos. * Does _not_ add a reference. @@ -1634,8 +1634,8 @@ get_style_row (CellTile const *tile, int level, /** * sheet_style_get_row: - * @sheet : #Sheet - * @sr : #GnmStyleRow + * @sheet: #Sheet + * @sr: #GnmStyleRow * * A utility routine which efficiently retrieves a range of styles within a row. * It also merges adjacent borders as necessary. @@ -1732,8 +1732,8 @@ style_row_init (GnmBorder const * * *prev_vert, /** * sheet_style_apply_range: - * @sheet : - * @range : + * @sheet: + * @range: * @pstyle: * * Apply a partial style to a region. @@ -1766,9 +1766,9 @@ apply_border (Sheet *sheet, GnmRange const *r, /** * sheet_style_apply_border: - * @sheet : - * @range : - * @borders : + * @sheet: + * @range: + * @borders: * * When a user applies a border to a region we attempt to remove the border * from the opposing side to avoid overlapping border specifications. @@ -1966,9 +1966,9 @@ border_mask_vec (gboolean *known, GnmBorder **borders, /** * sheet_style_get_uniform: - * @sheet : - * @range : - * @borders : + * @sheet: + * @range: + * @borders: * * Find out what style elements are common to every cell in a range * Returns a flag of TRUE if there was a conflict a given style element @@ -2091,7 +2091,7 @@ sheet_style_find_conflicts (Sheet const *sheet, GnmRange const *r, /** * sheet_style_relocate: - * @rinfo : + * @rinfo: * * Slide the styles from the origin region to the new position. */ @@ -2115,7 +2115,7 @@ sheet_style_relocate (GnmExprRelocateInfo const *rinfo) /** * sheet_style_insert_colrow: - * @rinfo : + * @rinfo: * * A utility routine to give the effect of stretching the styles when a col/row * is inserted. This is done by applying the styles from the left/top col/row @@ -3010,7 +3010,7 @@ sheet_style_set_list (Sheet *sheet, GnmCellPos const *corner, /** * style_list_free: - * @list : the list to free + * @l: the list to free * * Free up the ressources in the style list. Including unreferencing the * styles. @@ -3023,9 +3023,9 @@ style_list_free (GnmStyleList *list) /** * style_list_get_style: - * @list : A style list. - * @col : - * @row : + * @l: A style list. + * @col: + * @row: * * Attempts to find the style associated with the @pos offset within the 0,0 * based style list. -- 2.11.4.GIT