summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/scalc/01/04060105.xhp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 15:49:59 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 15:49:59 +0000
commit29e3e0716a538cadcb3a73e5ce39279a9bb73ddb (patch)
tree48192485558e9ddd679da9598a4e4e293d3e2393 /helpcontent2/source/text/scalc/01/04060105.xhp
parent32204a5c2ee6cc1275c7e985c47faa32c38510d8 (diff)
INTEGRATION: CWS hcshared06 (1.4.162); FILE MERGED
2006/11/07 12:17:07 ufi 1.4.162.1: calc enhancements
Diffstat (limited to 'helpcontent2/source/text/scalc/01/04060105.xhp')
-rw-r--r--helpcontent2/source/text/scalc/01/04060105.xhp19
1 files changed, 10 insertions, 9 deletions
diff --git a/helpcontent2/source/text/scalc/01/04060105.xhp b/helpcontent2/source/text/scalc/01/04060105.xhp
index 0ac8e99f51..3cf636570f 100644
--- a/helpcontent2/source/text/scalc/01/04060105.xhp
+++ b/helpcontent2/source/text/scalc/01/04060105.xhp
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--***********************************************************************
+<!--
+ ***********************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: 04060105.xhp,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 17:27:38 $
+ * last change: $Author: rt $ $Date: 2006-12-01 16:49:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,7 +33,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
- ************************************************************************-->
+ ************************************************************************
+ -->
<helpdocument version="1.0">
<meta>
@@ -42,13 +44,13 @@
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2005-02-21T14:24:59">UFI: must rewrite all examples to become meaningful and helpful</lastedited>
+<lastedited date="2006-11-07T11:44:24">UFI: must rewrite all examples to become meaningful and helpful</lastedited>
</history>
</meta>
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3153484"><bookmark_value>logical functions</bookmark_value>
<bookmark_value>Function Wizard; logical</bookmark_value>
-<bookmark_value>functions; logical</bookmark_value>
+<bookmark_value>functions; logical functions</bookmark_value>
</bookmark>
<paragraph role="heading" id="hd_id3153484" xml-lang="en-US" level="1" l10n="U" oldref="1">Logical Functions</paragraph>
<paragraph role="paragraph" id="par_id3149312" xml-lang="en-US" l10n="U" oldref="2"><variable id="logischtext">This category contains the <emph>Logical</emph> functions.
@@ -82,9 +84,8 @@
<paragraph role="heading" id="hd_id3146939" xml-lang="en-US" level="3" l10n="U" oldref="5">Syntax</paragraph>
<paragraph role="code" id="par_id3150030" xml-lang="en-US" l10n="U" oldref="6">FALSE()</paragraph>
<paragraph role="heading" id="hd_id3150697" xml-lang="en-US" level="3" l10n="U" oldref="7">Example</paragraph>
-<paragraph role="paragraph" id="par_id3154842" xml-lang="en-US" l10n="U" oldref="8">If A=TRUE and B=FALSE the following examples appear:</paragraph>
-<paragraph role="paragraph" id="par_id3147468" xml-lang="en-US" l10n="U" oldref="9">=AND(A;B) returns FALSE</paragraph>
-<paragraph role="paragraph" id="par_id3153038" xml-lang="en-US" l10n="U" oldref="10">=OR(A;B) returns TRUE</paragraph>
+<paragraph role="paragraph" id="par_id3154842" xml-lang="en-US" l10n="CHG" oldref="8">FALSE() returns FALSE</paragraph>
+<paragraph role="paragraph" id="par_id3147468" xml-lang="en-US" l10n="CHG" oldref="9">NOT(FALSE()) returns TRUE</paragraph>
</section>
<section id="Section4">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150141"><bookmark_value>IF function</bookmark_value>