merge the formfield patch from ooo-build
[ooovba.git] / testautomation / math / required / m_updt.bas
blob7472d02e2dfaaa21bda2825edb258522e6e74d18
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 2008 by Sun Microsystems, Inc.
6 '*
7 '* OpenOffice.org - a multi-platform office productivity suite
8 '*
9 '* $RCSfile: m_updt.bas,v $
11 '* $Revision: 1.1 $
13 '* last change: $Author: jsi $ $Date: 2008-06-16 11:51:23 $
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 '/************************************************************************
34 '* Owner : thorsten.bosbach@sun.com
36 '* short description : Math Update Test
38 '\*****************************************************************
40 sub main
41 use "math\required\includes\m_001_.inc"
42 use "math\required\includes\m_002_.inc"
43 use "math\required\includes\m_003_.inc"
44 use "math\required\includes\m_004_.inc"
45 use "math\required\includes\m_005_.inc"
46 use "math\required\includes\m_006_.inc"
47 use "math\required\includes\m_007_.inc" ' help
48 use "math\required\includes\m_010_.inc"
49 use "math\required\includes\m_020_.inc" ' toolbars
51 Call hStatusIn ( "Math","m_updt.bas" )
53 PrintLog Chr(13) + " Math_Update Test "
55 '/// Duration ca. 30 minutes ///'
56 Call M_002_ ' EditMenu
57 Call M_003_ ' View-Menu
58 Call M_004_ ' Format-Menu
59 Call M_005_ ' Tools Menu
60 Call M_006_ ' Window-Menu
61 Call M_007_ ' Help-Menu
62 Call tHelpCheckForUpdates
63 Call m_020_ ' toolbars
64 Call M_010_ ' Operators
65 Call M_001_ ' File Menu
66 Call tFileExportAsPDF
68 Call hStatusOut
69 end sub
71 '----------------------------------------------
72 sub LoadIncludeFiles
73 use "global\system\includes\master.inc"
74 use "global\system\includes\gvariabl.inc"
75 use "global\required\includes\g_option.inc"
76 use "global\required\includes\g_customize.inc"
77 use "global\required\includes\g_001.inc"
78 use "global\required\includes\g_009.inc"
79 use "global\tools\includes\optional\t_ui_filters.inc" ' for gMathFilter in m_001_.inc
80 gApplication = "MATH"
81 Call GetUseFiles
82 end sub