merge the formfield patch from ooo-build
[ooovba.git] / testautomation / graphics / required / d_updt.bas
blob66ca92a6b190878cb668d57f4d2ff6c8fd25530c
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: d_updt.bas,v $
11 '* $Revision: 1.1 $
13 '* last change: $Author: jsi $ $Date: 2008-06-16 10:42:59 $
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 : wolfram.garten@sun.com
36 '* short description : Draw Required Test
38 '\*****************************************************************
40 public glLocale (15*20) as string
41 global ExtensionString as String
43 sub main
44 Printlog "--------------------- Draw Required Test ------------------- "
45 Call hStatusIn ( "Graphics","d_updt.bas")
47 use "graphics\tools\id_tools.inc"
48 use "graphics\tools\id_tools_2.inc"
49 use "graphics\required\includes\global\id_001.inc" 'File
50 use "graphics\required\includes\global\id_002.inc" 'Edit
51 use "graphics\required\includes\global\id_003.inc" 'View
52 use "graphics\required\includes\global\id_004.inc" 'Insert
53 use "graphics\required\includes\global\id_005.inc" 'Format
54 use "graphics\required\includes\global\id_006.inc" 'Tools
55 use "graphics\required\includes\global\id_007.inc" 'Modify
56 use "graphics\required\includes\global\id_008.inc" 'Window
57 use "graphics\required\includes\global\id_009.inc" 'Help
58 use "graphics\required\includes\global\id_011.inc" 'Toolbars
59 use "graphics\required\includes\draw\d_002_.inc"
60 use "graphics\required\includes\draw\d_003_.inc"
61 use "graphics\required\includes\draw\d_005_.inc"
62 use "graphics\required\includes\draw\d_007.inc"
64 Call D_003_
65 call id_002
66 call id_011
67 Call D_002_
68 call id_003
69 call id_004
70 Call D_005_
71 call id_005
72 call id_006
73 call d_007
74 call id_007
75 call id_008
76 call id_009
77 call id_001
78 Call tFileExportAsPDF
79 Call tExportAsPDFButton
81 Call hStatusOut
82 end sub
83 '----------------------------------------------
85 sub LoadIncludeFiles
86 use "global\system\includes\master.inc"
87 use "global\system\includes\gvariabl.inc"
88 use "global\required\includes\g_option.inc"
89 use "global\required\includes\g_customize.inc"
90 use "global\required\includes\g_001.inc"
91 Call GetUseFiles
92 gApplication = "DRAW"
93 end sub