jl165 merging heads
[LibreOffice.git] / testautomation / xml / optional / math_xml_7_export.bas
blobb50f82c2bbe8879320ab613e69029c2d1a6b8ad4
1 'encoding UTF-8 Do not remove or change this line!
2 '**************************************************************************
3 ' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 '
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
35 sub main
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 ---------------------"
49 call tunary_binary
50 call trelations
51 call tset_operations
52 call tfunctions
53 call toperators
54 call tattributes
55 call tothers
56 call tbrackets
57 call tformats
58 call tall_commands
59 call tall_commands_star_math_3
60 call tall_selections
61 call tannuities
62 call tcauchy
63 call tchemicalelement
64 call tdefinitionstraightline
65 call teffectiveannualinterestrate
66 call thamiltonoperator
67 call tinvestmentreturns
68 call tlawoferrorpropagation
69 call tlimes
70 call tlinearregression
71 call tmaxwell
72 call tscalarproduct
73 call tsinus
74 call tsquareroot
75 call tstandarddeviation
76 call tvectorproduct
77 call hStatusOut
78 end sub
80 '-------------------------------------------------------------------------------
82 sub LoadIncludeFiles
83 use "global\system\includes\master.inc"
84 use "global\system\includes\gvariabl.inc"
87 use "global\tools\includes\optional\t_xml2.inc"
88 gApplication = "MATH"
89 Call GetUseFiles
90 end sub