- 18 Aug, 1999 2 commits
-
-
Arturo Espinosa authored
-
Michael Meeks authored
Implemented R1C1 style references in INDIRECT, Implemented non-relative R1C1 references in expressions.
-
- 17 Aug, 1999 5 commits
-
-
Miguel de Icaza authored
1999-08-17 Miguel de Icaza <miguel@nuclecu.unam.mx> * src/workbook.c (workbook_class_init): Added cell_content_changed signal. (workbook_do_destroy): Do not enable widgets to be focused. * src/cell.c (cell_content_changed): Calls workbook_cell_changed. This is for Paolo and his speech system for GNOME. * configure.in: New bonobo detection code and support for not compiling Bonobo support even if it is present on the system
-
Jukka-Pekka Iivonen authored
1999-08-17 Jukka-Pekka Iivonen <iivonen@iki.fi> * samples/statfuns.xls: Updated the tests of LINEST and TREND to cover more possible cases.
-
Michael Meeks authored
-
Jody Goldberg authored
-
Jody Goldberg authored
Fix Bug 1732, 1638. Add more Biff record types in excel.
-
- 16 Aug, 1999 7 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
-
Michael Meeks authored
-
Jody Goldberg authored
-
Jukka-Pekka Iivonen authored
1999-08-15 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-stat.c: Implemented TREND (mostly). Made the second argument of LINEST optional.
-
Jody Goldberg authored
- Add boundary checking for copy/autofill - Correct handling of cut/paste relative references. There are still problems with insert/del row/col and references to the moved region.
-
Kjartan Maraas authored
1999-08-16 Kjartan Maraas <kmaraas@online.no> * *.po: Updated (merged) translations.
-
- 15 Aug, 1999 2 commits
-
-
Michael Meeks authored
-
Morten Welinder authored
TREND, and friends. 1999-08-15 Morten Welinder <terra@diku.dk> * src/fn-stat.c (gnumeric_frequency): Fix leak (bin_array). Fix leak (data_cl.entries). Fix leak (bin_cl.entries). Fix leak (floats for data). Fix leak (floats for bins). Fix leak (count). (gnumeric_linest): Simplify. (gnumeric_intercept): Simplify. (gnumeric_slope): Simplify. (gnumeric_forecast): Simplify. * src/collect.c (collect_floats_value): Make non-static. (float_range_function2): Plug leak. * src/Makefile.am (GNUMERIC_BASE_SOURCES): Add regressions.[ch]. * src/style.c (style_font_unref): Fix obsolete warning.
-
- 14 Aug, 1999 2 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
Initial attempt at Bonobo OLE storage implementation.
-
- 13 Aug, 1999 1 commit
-
-
Vincent Renardias authored
* Updated fr.po * fixed a few typo
-
- 12 Aug, 1999 7 commits
-
-
Kjartan Maraas authored
1999-08-12 Kjartan Maraas <kmaraas@online.no> * src/fn-math.c: Typo fixes.
-
Kjartan Maraas authored
1999-08-12 Kjartan Maraas <kmaraas@online.no> * no.po: Updated translation.
-
Jukka-Pekka Iivonen authored
1999-08-12 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-stat.c: Implemented the simplest case of LINEST() function.
-
Jody Goldberg authored
-
Jody Goldberg authored
-
Jody Goldberg authored
Fix some typos in the default formats.
-
Jody Goldberg authored
-
- 11 Aug, 1999 6 commits
-
-
Jukka-Pekka Iivonen authored
1999-08-11 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-string.c: Fixed the rounding of DOLLAR() function. * src/fn-financial.c: Some minor cleaning. * src/func.h: Added prototypes for callback_function_make_list. * src/fn-stat.c: Fixed PROB() function.
-
Michael Meeks authored
-
Michael Meeks authored
-
Jukka-Pekka Iivonen authored
1999-08-11 Jukka-Pekka Iivonen <iivonen@iki.fi> * TODO: Updated the remaining work of build-in functions.
-
Jukka-Pekka Iivonen authored
1999-08-11 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-stat.c: Implemented FREQUENCY().
-
Miguel de Icaza authored
1999-08-09 Miguel de Icaza <miguel@gnu.org> * src/xml-io.c (xml_workbook_write): Handle locale switching here. (xml_workbook_read): Handle locale switching here. * src/file.c: Removed all references to saving and re-setting the locale. This should be handled in the xml-io code. 1999-08-10 Miguel de Icaza <miguel@gnu.org> * src/workbook.c (workbook_do_destroy): remove g_free from the workbook. We are now a GtkObject. 1999-08-09 Miguel de Icaza <miguel@gnu.org> * src/xml-io.c (xml_workbook_write): Move the locale setting/resetting here, instead of putting it all over the place. 1999-08-09 <miguel@gnu.org> * src/xml-io.c (xml_workbook_read): Adjusted to use the new file open convention. * src/file.h: File open methods now take a workbook as an argument instead of creating it themselves. Required for the GNOME::Persist bonobo interfaces. * src/file.c (workbook_read): Fix the workbook creation order to keep the locale correct if the file did not exist.
-
- 10 Aug, 1999 5 commits
-
-
Morten Welinder authored
-
Jukka-Pekka Iivonen authored
999-08-10 Jukka-Pekka Iivonen <iivonen@iki.fi> * samples/statfuns.xls: Updated the tests of functions returning array values. * samples/dbfuns.xls: Added a test for GETPIVOTDATA function. Also added a very simple pivot table. Happy hacking if you want to make it work.
-
Michael Meeks authored
-
Jukka-Pekka Iivonen authored
1999-08-10 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-math.c: Finished ROMAN(). Gnumeric now supports all the 60 mathematical functions of Excel 2000.
-
Jukka-Pekka Iivonen authored
1999-08-10 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/fn-math.c: Added MDETERM().
-
- 09 Aug, 1999 3 commits
-
-
Arturo Espinosa authored
-
Michael Meeks authored
-
Michael Meeks authored
-