gnumeric r15531 - in trunk: . plugins/applix plugins/excel plugins/fn-info plugins/fn-lookup plugins/fn-random plugins/lotus-123 plugins/oleo plugins/openoffice plugins/plan-perfect plugins/qpro plugins/sc plugins/sylk src src/dialogs src/pixmaps src/widgets



Author: jody
Date: 2007-04-30 02:41:29 +0100 (Mon, 30 Apr 2007)
New Revision: 15531
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=15531&view=rev

Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/plugins/applix/applix-read.c
   trunk/plugins/excel/excel-xml-read.c
   trunk/plugins/excel/ms-excel-read.c
   trunk/plugins/excel/ms-excel-write.c
   trunk/plugins/excel/ms-formula-read.c
   trunk/plugins/excel/ms-pivot.c
   trunk/plugins/excel/xlsx-read.c
   trunk/plugins/excel/xlsx-utils.c
   trunk/plugins/excel/xlsx-utils.h
   trunk/plugins/excel/xlsx-write.c
   trunk/plugins/fn-info/functions.c
   trunk/plugins/fn-lookup/functions.c
   trunk/plugins/fn-random/functions.c
   trunk/plugins/lotus-123/lotus-formula.c
   trunk/plugins/oleo/oleo.c
   trunk/plugins/openoffice/openoffice-read.c
   trunk/plugins/openoffice/openoffice-write.c
   trunk/plugins/plan-perfect/pln.c
   trunk/plugins/qpro/qpro-read.c
   trunk/plugins/sc/sc.c
   trunk/plugins/sylk/sylk.c
   trunk/src/auto-format.c
   trunk/src/cell.c
   trunk/src/commands.c
   trunk/src/dependent.c
   trunk/src/dialogs/dialog-define-names.c
   trunk/src/dialogs/dialog-formula-guru.c
   trunk/src/dialogs/dialog-goto-cell.c
   trunk/src/expr-name.c
   trunk/src/expr-name.h
   trunk/src/expr.c
   trunk/src/expr.h
   trunk/src/gnumeric.h
   trunk/src/graph.c
   trunk/src/parse-util.c
   trunk/src/parse-util.h
   trunk/src/parser.y
   trunk/src/pixmaps/Makefile.am
   trunk/src/print-info.c
   trunk/src/rendered-value.c
   trunk/src/sheet-autofill.c
   trunk/src/sheet-object-widget.c
   trunk/src/sheet.c
   trunk/src/sheet.h
   trunk/src/ssconvert.c
   trunk/src/style-conditions.c
   trunk/src/validation.c
   trunk/src/value.c
   trunk/src/value.h
   trunk/src/wbcg-actions.c
   trunk/src/widgets/gnumeric-expr-entry.c
   trunk/src/xml-io.c
   trunk/src/xml-io.h
   trunk/src/xml-sax-read.c
   trunk/src/xml-sax-write.c
Log:
2007-04-29  Jody Goldberg <jody gnome org>

	Begin generalizing the conventions to properly support ODF-1.2 output.
	s/GnmExprConventions/GnmConventions/
	s/gnm_expr_conventions_new_full/gnm_conventions_new_full/
	s/gnm_expr_conventions_new/gnm_conventions_new/
	s/gnm_expr_conventions_free/gnm_conventions_free/
	s/gnm_expr_conventions_default/gnm_conventions_default/
	s/gnm_expr_conventions_r1c1/gnm_conventions_xls_r1c1/

	* src/parse-util.c (cellref_as_string) : Take the new
	  'GnmConventionsOut' to combine the various args.
	(rangeref_as_string) : ditto.
	(gnm_1_0_rangeref_as_string) : ditto.
	(std_expr_name_handler) : ditto.





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