gnumeric r16605 - in branches/gnumeric-1-8: . doc doc/C doc/de plugins/applix plugins/corba plugins/derivatives plugins/dif plugins/excel plugins/fn-complex plugins/fn-database plugins/fn-date plugins/fn-eng plugins/fn-erlang plugins/fn-financial plugins/fn-info plugins/fn-logical plugins/fn-lookup plugins/fn-math plugins/fn-r plugins/fn-random plugins/fn-stat plugins/fn-string plugins/fn-tsa plugins/gb plugins/gda plugins/gnome-db plugins/gnome-glossary plugins/guile plugins/html plugins/lotus-123 plugins/mps plugins/numtheory plugins/numtheory/doc plugins/oleo plugins/openoffice plugins/paradox plugins/perl-loader plugins/plan-perfect plugins/psiconv plugins/py-func plugins/python-loader plugins/qpro plugins/sample_datasource plugins/sc plugins/sylk plugins/uihello plugins/xbase po po-functions src/dialogs src/tools src/tools/solver src/tools/solver/glpk src/tools/solver/lp_solve src/widgets test tools



Author: mortenw
Date: Sat May 24 21:01:41 2008
New Revision: 16605
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16605&view=rev

Log:
1.8.3



Modified:
   branches/gnumeric-1-8/ChangeLog
   branches/gnumeric-1-8/doc/C/ChangeLog
   branches/gnumeric-1-8/doc/C/func.defs
   branches/gnumeric-1-8/doc/C/functions.xml
   branches/gnumeric-1-8/doc/ChangeLog
   branches/gnumeric-1-8/doc/de/ChangeLog
   branches/gnumeric-1-8/plugins/applix/ChangeLog
   branches/gnumeric-1-8/plugins/corba/ChangeLog
   branches/gnumeric-1-8/plugins/derivatives/ChangeLog
   branches/gnumeric-1-8/plugins/dif/ChangeLog
   branches/gnumeric-1-8/plugins/excel/ChangeLog
   branches/gnumeric-1-8/plugins/fn-complex/ChangeLog
   branches/gnumeric-1-8/plugins/fn-database/ChangeLog
   branches/gnumeric-1-8/plugins/fn-date/ChangeLog
   branches/gnumeric-1-8/plugins/fn-eng/ChangeLog
   branches/gnumeric-1-8/plugins/fn-erlang/ChangeLog
   branches/gnumeric-1-8/plugins/fn-financial/ChangeLog
   branches/gnumeric-1-8/plugins/fn-info/ChangeLog
   branches/gnumeric-1-8/plugins/fn-logical/ChangeLog
   branches/gnumeric-1-8/plugins/fn-lookup/ChangeLog
   branches/gnumeric-1-8/plugins/fn-math/ChangeLog
   branches/gnumeric-1-8/plugins/fn-r/ChangeLog
   branches/gnumeric-1-8/plugins/fn-random/ChangeLog
   branches/gnumeric-1-8/plugins/fn-stat/ChangeLog
   branches/gnumeric-1-8/plugins/fn-string/ChangeLog
   branches/gnumeric-1-8/plugins/fn-tsa/ChangeLog
   branches/gnumeric-1-8/plugins/gb/ChangeLog
   branches/gnumeric-1-8/plugins/gda/ChangeLog
   branches/gnumeric-1-8/plugins/gnome-db/ChangeLog
   branches/gnumeric-1-8/plugins/gnome-glossary/ChangeLog
   branches/gnumeric-1-8/plugins/guile/ChangeLog
   branches/gnumeric-1-8/plugins/html/ChangeLog
   branches/gnumeric-1-8/plugins/lotus-123/ChangeLog
   branches/gnumeric-1-8/plugins/mps/ChangeLog
   branches/gnumeric-1-8/plugins/numtheory/ChangeLog
   branches/gnumeric-1-8/plugins/numtheory/doc/ChangeLog
   branches/gnumeric-1-8/plugins/oleo/ChangeLog
   branches/gnumeric-1-8/plugins/openoffice/ChangeLog
   branches/gnumeric-1-8/plugins/paradox/ChangeLog
   branches/gnumeric-1-8/plugins/perl-loader/ChangeLog
   branches/gnumeric-1-8/plugins/plan-perfect/ChangeLog
   branches/gnumeric-1-8/plugins/psiconv/ChangeLog
   branches/gnumeric-1-8/plugins/py-func/ChangeLog
   branches/gnumeric-1-8/plugins/python-loader/ChangeLog
   branches/gnumeric-1-8/plugins/qpro/ChangeLog
   branches/gnumeric-1-8/plugins/sample_datasource/ChangeLog
   branches/gnumeric-1-8/plugins/sc/ChangeLog
   branches/gnumeric-1-8/plugins/sylk/ChangeLog
   branches/gnumeric-1-8/plugins/uihello/ChangeLog
   branches/gnumeric-1-8/plugins/xbase/ChangeLog
   branches/gnumeric-1-8/po-functions/ChangeLog
   branches/gnumeric-1-8/po/ChangeLog
   branches/gnumeric-1-8/src/dialogs/ChangeLog
   branches/gnumeric-1-8/src/tools/ChangeLog
   branches/gnumeric-1-8/src/tools/solver/ChangeLog
   branches/gnumeric-1-8/src/tools/solver/glpk/ChangeLog
   branches/gnumeric-1-8/src/tools/solver/lp_solve/ChangeLog
   branches/gnumeric-1-8/src/widgets/ChangeLog
   branches/gnumeric-1-8/test/ChangeLog
   branches/gnumeric-1-8/tools/ChangeLog

Modified: branches/gnumeric-1-8/doc/C/func.defs
==============================================================================
--- branches/gnumeric-1-8/doc/C/func.defs	(original)
+++ branches/gnumeric-1-8/doc/C/func.defs	Sat May 24 21:01:41 2008
@@ -3746,6 +3746,14 @@
 @SEEALSO=
 
 @CATEGORY=Logic
+ FUNCTION=IFERROR
+ SYNTAX=IFERROR(x,y)
+ DESCRIPTION=This function returns the first value, unless that is an error, in which case it returns the second.
+ {x}: value to test for error.
+ {y}: alternate value.
+ SEEALSO=IF,ISERROR
+
+ CATEGORY=Logic
 @FUNCTION=NOT
 @SYNTAX=NOT(number)
 @DESCRIPTION=NOT implements the logical NOT function: the result is TRUE if the @number is zero;  otherwise the result is FALSE.

Modified: branches/gnumeric-1-8/doc/C/functions.xml
==============================================================================
--- branches/gnumeric-1-8/doc/C/functions.xml	(original)
+++ branches/gnumeric-1-8/doc/C/functions.xml	Sat May 24 21:01:41 2008
@@ -9172,6 +9172,34 @@
       </para>
       </refsect1>
     </refentry>
+    <refentry id="gnumeric-IFERROR">
+      <refmeta>
+        <refentrytitle>
+          <function>IFERROR</function>
+        </refentrytitle>
+      </refmeta>
+      <refnamediv>
+        <refname>
+          <function>IFERROR</function>
+        </refname>
+        <refpurpose/>
+      </refnamediv>
+      <refsynopsisdiv>
+        <synopsis><function>IFERROR</function>(<parameter>x</parameter>,<parameter>y</parameter>)</synopsis>
+      </refsynopsisdiv>
+      <refsect1>
+        <title>Description</title>
+        <para>This function returns the first value, unless that is an error, in which case it returns the second.</para>
+        <para><parameter>x</parameter>: value to test for error.</para>
+        <para><parameter>y</parameter>: alternate value.</para>
+      </refsect1>
+      <refsect1>
+        <title>See also</title>
+        <para><link linkend="gnumeric-IF"><function>IF</function></link>,
+        <link linkend="gnumeric-ISERROR"><function>ISERROR</function></link>.
+      </para>
+      </refsect1>
+    </refentry>
     <refentry id="gnumeric-NOT">
       <refmeta>
         <refentrytitle>



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