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 2008 by Sun Microsystems, Inc.
7 '* OpenOffice.org - a multi-platform office productivity suite
9 '* $RCSfile: c_upd_helpmenu.inc,v $
13 '* last change: $Author: jsi $ $Date: 2008-06-16 08:06:07 $
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 : oliver.craemer@sun.com
36 '* short description : Resource Test - Help Menu
38 '************************************************************************
44 '\***********************************************************************
48 Printlog Chr(13) + "--------- Help Menu (c_upd_helpmenu.inc) ---------"
57 '-----------------------------------------------------------
59 testcase tHelpOfficeHelp
60 '///<u><b>Help – Star-/OpenOffice Help</b></u>
62 '/// Opening new spreadsheet document for getting defined starting environment
63 printlog " Opening new spreadsheet document for getting defined starting environment"
65 '/// Open the help application by 'Help – Star-/OpenOffice Help'
66 printlog " Open the help application by 'Help – Star-/OpenOffice Help'"
68 Kontext "StarOfficeHelp"
69 '/// Close help application
70 printlog " Close help application"
71 StarOfficeHelp.TypeKeys "<Mod1 F4>"
72 If StarOfficeHelp.Exists then
73 warnlog "StarOffice Help could not be closed?!"
75 '/// Close starting document
76 printlog " Close starting document"
81 '-----------------------------------------------------------
83 testcase tHelpWhatsThis
84 '///<u><b>Help – What's This?</b></u>
86 '/// Open new Spreadsheet document
87 printlog " Open new Spreadsheet document"
89 '/// Invoke the 'What's this help' by 'Help – What's This?'
90 printlog " Invoke the 'What's this help' by 'Help – What's This?'"
93 printlog " Close document"
98 '-----------------------------------------------------------
101 '///<u><b>Help – About</b></u>
103 '/// Open new Spreadsheet document
104 printlog " Open new Spreadsheet document"
106 '/// Open the 'About' window by 'Help – About Star-/OpenOffice'
107 printlog " Open the 'About' window by 'Help – About Star-/OpenOffice'"
109 Kontext "UeberStarWriter"
110 DialogTest ( UeberStarWriter )
111 '/// Show build-ID and members by STRG-SDT
112 printlog " Show build-ID and members by STRG-SDT"
113 UeberStarWriter.TypeKeys "<Mod1 S><Mod1 D><Mod1 T>"
114 '/// Close dialog with 'OK'
115 printlog " Close dialog with 'OK'"
118 printlog " Close document"
123 '-----------------------------------------------------------