merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / source / text / sbasic / shared / 03060000.xhp
blob7ea04278fd214f5cd45a019ff13a873596cc8cfa
1 <?xml version="1.0" encoding="UTF-8"?>
4 <!--***********************************************************************
6 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7 *
8 * Copyright 2008 by Sun Microsystems, Inc.
10 * OpenOffice.org - a multi-platform office productivity suite
12 * $RCSfile: 03060000.xhp,v $
13 * $Revision: 1.4 $
15 * This file is part of OpenOffice.org.
17 * OpenOffice.org is free software: you can redistribute it and/or modify
18 * it under the terms of the GNU Lesser General Public License version 3
19 * only, as published by the Free Software Foundation.
21 * OpenOffice.org is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU Lesser General Public License version 3 for more details
25 * (a copy is included in the LICENSE file that accompanied this code).
27 * You should have received a copy of the GNU Lesser General Public License
28 * version 3 along with OpenOffice.org. If not, see
29 * <http://www.openoffice.org/license.html>
30 * for a copy of the LGPLv3 License.
32 ************************************************************************--><helpdocument version="1.0">
33 <meta>
34 <topic id="textsbasicshared03060000xml" indexer="include" status="PUBLISH">
35 <title xml-lang="en-US" id="tit">Logical Operators</title>
36 <filename>/text/sbasic/shared/03060000.xhp</filename>
37 </topic>
38 <history>
39 <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
40 <lastedited date="2003-10-31T00:00:00">converted from old format - fpe</lastedited>
41 </history>
42 </meta>
43 <body>
46 <section id="logi">
47 <paragraph id="hd_id3147559" role="heading" level="1" oldref="1" l10n="U" xml-lang="en-US"><link href="text/sbasic/shared/03060000.xhp" name="Logical Operators">Logical Operators</link></paragraph>
48 <paragraph role="paragraph" id="par_id3153379" l10n="U" xml-lang="en-US" oldref="2">The following logical operators are supported by $[officename] Basic.</paragraph>
49 </section>
50 <paragraph role="paragraph" id="par_id3154138" l10n="U" xml-lang="en-US" oldref="3">Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not.</paragraph>
51 <embed href="text/sbasic/shared/03060100.xhp#and"/>
52 <embed href="text/sbasic/shared/03060200.xhp#eqv"/>
53 <embed href="text/sbasic/shared/03060300.xhp#imp"/>
54 <embed href="text/sbasic/shared/03060400.xhp#not"/>
55 <embed href="text/sbasic/shared/03060500.xhp#or"/>
56 <embed href="text/sbasic/shared/03060600.xhp#xor"/>
57 </body>
58 </helpdocument>