1 'encoding UTF-8 Do not remove or change this line!
2 '**************************************************************************
3 ' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 ' Copyright 2000, 2010 Oracle and/or its affiliates.
7 ' OpenOffice.org - a multi-platform office productivity suite
9 ' This file is part of OpenOffice.org.
11 ' OpenOffice.org is free software: you can redistribute it and/or modify
12 ' it under the terms of the GNU Lesser General Public License version 3
13 ' only, as published by the Free Software Foundation.
15 ' OpenOffice.org is distributed in the hope that it will be useful,
16 ' but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ' GNU Lesser General Public License version 3 for more details
19 ' (a copy is included in the LICENSE file that accompanied this code).
21 ' You should have received a copy of the GNU Lesser General Public License
22 ' version 3 along with OpenOffice.org. If not, see
23 ' <http://www.openoffice.org/license.html>
24 ' for a copy of the LGPLv3 License.
26 '/************************************************************************
28 '* owner : thorsten.bosbach@oracle.com
30 '* short description : Export test for the Math XML 6.0/7/OOo 1.x format
32 '\***********************************************************************************
33 Global Isliste(250) as string
34 Global OutputPath
as string
36 printlog
"---------------------------------------------------------------------"
37 printlog
"----- X M L - M A T H - U P D A T E T E S T -----"
38 printlog
"---------------------------------------------------------------------"
40 use
"xml\optional\includes\sxm7_01.inc"
41 use
"xml\tools\includes\xmltool1.inc"
43 'Disabling PrettyPriting if it has been set.
44 call hEnablePrettyPrinting(1)
45 call CreateWorkXMLExportDir ( "user\work\xml\math\level1\" )
47 call hStatusIn ("XML","math_xml_7_export.bas")
48 printlog
"------------------- sxm_01.inc ---------------------"
59 call tall_commands_star_math_3
64 call tdefinitionstraightline
65 call teffectiveannualinterestrate
66 call thamiltonoperator
67 call tinvestmentreturns
68 call tlawoferrorpropagation
70 call tlinearregression
75 call tstandarddeviation
80 '-------------------------------------------------------------------------------
83 use
"global\system\includes\master.inc"
84 use
"global\system\includes\gvariabl.inc"
87 use
"global\tools\includes\optional\t_xml2.inc"