From c5362832067f90023ca4a0e4affeb2b00fa99f0f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 8 Mar 2005 13:38:15 +0000 Subject: [PATCH] INTEGRATION: CWS hc680pb2 (1.2.32); FILE MERGED 2005/02/21 16:40:32 fpe 1.2.32.1: regular update --- .../source/text/scalc/01/04060199.xhp | 128 +++++++++--------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/04060199.xhp b/helpcontent2/source/text/scalc/01/04060199.xhp index ee76cf5d03..69a8ab3642 100755 --- a/helpcontent2/source/text/scalc/01/04060199.xhp +++ b/helpcontent2/source/text/scalc/01/04060199.xhp @@ -37,8 +37,8 @@ * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, - * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, - * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. @@ -62,7 +62,7 @@ Sun Microsystems, Inc. -converted from old format - fpe +converted from old format - fpe @@ -76,90 +76,90 @@ -Operator +Operator -Name +Name -Example +Example -+ (Plus) ++ (Plus) -Addition +Addition -1+1 +1+1 -- (Minus) +- (Minus) -Subtraction +Subtraction -2-1 +2-1 -- (Minus) +- (Minus) -Negation +Negation --5 +-5 -* (asterisk) +* (asterisk) -Multiplication +Multiplication -2*2 +2*2 -/ (Slash) +/ (Slash) -Division +Division -9/3 +9/3 -% (Percent) +% (Percent) -Percent +Percent -15% +15% -^ (Caret) +^ (Caret) -Exponentiation +Exponentiation -3^2 +3^2
@@ -169,79 +169,79 @@ -Operator +Operator -Name +Name -Example +Example -= (equal sign) += (equal sign) -Equal +Equal -A1=B1 +A1=B1 -> (Greater than) +> (Greater than) -Greater than +Greater than -A1>B1 +A1>B1 -< (Less than) +< (Less than) -Less than +Less than -A1<B1 +A1<B1 ->= (Greater than or equal to) +>= (Greater than or equal to) -Greater than or equal to +Greater than or equal to -A1>=B1 +A1>=B1 -<= (Less than or equal to) +<= (Less than or equal to) -Less than or equal to +Less than or equal to -A1<=B1 +A1<=B1 -<> (Inequality) +<> (Inequality) -Inequality +Inequality -A1<>B1 +A1<>B1
@@ -251,26 +251,26 @@ -Operator +Operator -Name +Name -Example +Example -& (And) +& (And) text concatenation AND -text concatenation AND +text concatenation AND -"Sun" & "day" is "Sunday" +"Sun" & "day" is "Sunday"
@@ -280,38 +280,38 @@ -Operator +Operator -Name +Name -Example +Example -: (Colon) +: (Colon) -Range +Range -A1:C108 +A1:C108 -! (Exclamation point) +! (Exclamation point) intersection operator -Intersection +Intersection -SUM(A1:B6!B5:C12) -Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6. +SUM(A1:B6!B5:C12) +Calculates the sum of all cells in the intersection; in this example, the result yields the sum of cells B5 and B6.