_Main.xba (1ecadb57) _Main.xba (841807c9)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
3<script:module xmlns:script="http://openoffice.org/2000/script" script:name="_Main" script:language="StarBasic">&apos; Set of Macros used for Help Authoring
4&apos; =====================================
5&apos; Version
6&apos; -------------------------------------
7&apos;
8
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
3<script:module xmlns:script="http://openoffice.org/2000/script" script:name="_Main" script:language="StarBasic">&apos; Set of Macros used for Help Authoring
4&apos; =====================================
5&apos; Version
6&apos; -------------------------------------
7&apos;
8
9&apos; ***********************************************************************
10&apos; *
11&apos; * The Contents of this file are made available subject to the terms of
12&apos; * either of the following licenses
13&apos; *
14&apos; * - GNU Lesser General Public License Version 2.1
15&apos; * - Sun Industry Standards Source License Version 1.1
16&apos; *
17&apos; * Sun Microsystems Inc., October, 2000
18&apos; *
19&apos; * GNU Lesser General Public License Version 2.1
20&apos; * =============================================
21&apos; * Copyright 2000 by Sun Microsystems, Inc.
22&apos; * 901 San Antonio Road, Palo Alto, CA 94303, USA
23&apos; *
24&apos; * This library is free software; you can redistribute it and/or
25&apos; * modify it under the terms of the GNU Lesser General Public
26&apos; * License version 2.1, as published by the Free Software Foundation.
27&apos; *
28&apos; * This library is distributed in the hope that it will be useful,
29&apos; * but WITHOUT ANY WARRANTY; without even the implied warranty of
30&apos; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
31&apos; * Lesser General Public License for more details.
32&apos; *
33&apos; * You should have received a copy of the GNU Lesser General Public
34&apos; * License along with this library; if not, write to the Free Software
35&apos; * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
36&apos; * MA 02111-1307 USA
37&apos; *
38&apos; *
39&apos; * Sun Industry Standards Source License Version 1.1
40&apos; * =================================================
41&apos; * The contents of this file are subject to the Sun Industry Standards
42&apos; * Source License Version 1.1 (the &quot;License&quot;); You may not use this file
43&apos; * except in compliance with the License. You may obtain a copy of the
44&apos; * License at http://www.openoffice.org/license.html.
45&apos; *
46&apos; * Software provided under this License is provided on an &quot;AS IS&quot; basis,
47&apos; * WITHOUT WARRUNTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING,
48&apos; * WITHOUT LIMITATION, WARRUNTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
49&apos; * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
50&apos; * See the License for the specific provisions governing your rights and
51&apos; * obligations concerning the Software.
52&apos; *
53&apos; * The Initial Developer of the Original Code is: Sun Microsystems, Inc..
54&apos; *
55&apos; * Copyright: 2000 by Sun Microsystems, Inc.
56&apos; *
57&apos; * All Rights Reserved.
58&apos; *
59&apos; * Contributor(s): _______________________________________
60&apos; *
61&apos; *
62&apos; ************************************************************************
9&apos; #**************************************************************
10&apos; #
11&apos; # Licensed to the Apache Software Foundation (ASF) under one
12&apos; # or more contributor license agreements. See the NOTICE file
13&apos; # distributed with this work for additional information
14&apos; # regarding copyright ownership. The ASF licenses this file
15&apos; # to you under the Apache License, Version 2.0 (the
16&apos; # "License"); you may not use this file except in compliance
17&apos; # with the License. You may obtain a copy of the License at
18&apos; #
19&apos; # http://www.apache.org/licenses/LICENSE-2.0
20&apos; #
21&apos; # Unless required by applicable law or agreed to in writing,
22&apos; # software distributed under the License is distributed on an
23&apos; # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
24&apos; # KIND, either express or implied. See the License for the
25&apos; # specific language governing permissions and limitations
26&apos; # under the License.
27&apos; #
28&apos; #**************************************************************
63
64Global Const Version = &quot;v3.20100805&quot;
65
66Global Const strErr_NoHelpFile = &quot;Not a Help File&quot;
67
68&apos;=======================================================
69&apos; Main
70&apos;-------------------------------------------------------

--- 153 unchanged lines hidden ---
29
30Global Const Version = &quot;v3.20100805&quot;
31
32Global Const strErr_NoHelpFile = &quot;Not a Help File&quot;
33
34&apos;=======================================================
35&apos; Main
36&apos;-------------------------------------------------------

--- 153 unchanged lines hidden ---