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: w_020_.inc,v $
13 '* last change: $Author: vg $ $Date: 2008-08-18 12:42:36 $
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 : helge.delfs@sun.com
36 '* short description: Testcases for Toolbars.
38 '\******************************************************************
42 printLog Chr(13) + "--------- Toolbars (w_020_.inc) ----------"
46 Call t_TB_InsertFields
47 Call t_TB_ShowDrawFunctions
49 Call t_TB_EditAutotext
51 Call t_TB_DirektCursor
57 Call tHtmlDoc_TB_Insert
58 Call tHtmlDoc_TB_InsertFields
61 gApplication = "WRITER"
65 '-----------------------------------------------------------
68 qaErrorLog "#158646# - Inserting Indexes causes crash."
71 printlog "- Toolbox ( normal ) : All within Insert"
73 printlog " Open new document"
75 printlog "- TearOff Insert-Toolbox"
77 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
79 if gApplication <> "HTML" then
82 printlog " Click 'Frame' and Insert a Frame"
84 Call gMouseMove(40, 40, 60, 60)
85 Call wTypeKeys ("<Delete>")
86 printlog " Hit 'Delete' to remove the frame"
91 if ( Insertbar.Exists ) then
94 Call hToolbarSelect("Insert", true)
98 printlog " Click 'Insert Graphics' in Toolbox"
99 if Grafik.IsEnabled then
101 Kontext "GrafikEinfuegenDlg"
102 if GrafikEinfuegenDlg.Exists then
103 printlog " Select graphic from file '..\writer\required\input\graphics\jolink.jpg'"
104 Dateiname.SetText ( ConvertPath ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) )
107 Warnlog "Dialog 'Insert Graphic' not up!"
111 if Active.Exists( 1 ) then
112 Warnlog Active.Gettext
114 Kontext "GrafikEinfuegenDlg"
115 GrafikEinfuegenDlg.Cancel
117 printlog " Hit 'Delete' to remove graphic"
118 Call wTypeKeys ("<Delete>")
120 Warnlog "Button 'Graphic' on Insertbar is not enabled!"
124 printlog " Click 'Insert Table' in Toolbox"
126 if ( Insertbar.Exists() ) then
129 Call hToolbarSelect("Insert", true)
132 if Tabelle.IsEnabled then
134 Kontext "TabelleEinfuegenWriter"
135 TabelleEinfuegenWriter.OK
136 printlog " Move cursor under table"
137 Call wTypeKeys ("<Down>",2)
139 Warnlog "Button 'Table' on Insertbar is not enabled!"
142 printlog " - Document"
144 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
146 if gApplication <> "HTML" then
147 printlog " - Footnote"
148 printlog " Click 'Insert Footnote Directly' in Toolbox"
150 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
151 if Fussnote.IsEnabled then
153 Call wTypeKeys ("<PageUp>")
155 Warnlog "Button 'Footnote' on Insertbar is not enabled!"
159 printlog " - Endnote"
160 printlog " Click 'Insert Endnote Directly' in Toolbox"
162 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
163 if Endnote.IsEnabled then
165 Call wTypeKeys ("<PageUp>")
167 Warnlog "Button 'Endnote' on Insertbar is not enabled!"
170 printlog " - Index Marker"
171 Call wTypeKeys ("Index Marker <Shift Home>")
172 printlog " Click 'Insert Index Marker' in Toolbox"
174 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
175 if Verzeichnis.IsEnabled then
177 printlog " Close upcoming 'Insert Index Entry' dialog"
178 Kontext "VerzeichniseintragEinfuegen"
179 VerzeichniseintragEinfuegen.Close
181 Warnlog "Button 'Index Marker' on Insertbar is not enabled!"
185 printlog " - Special Character"
186 printlog " Click 'Insert Special Character' in Toolbox"
188 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
189 if Sonderzeichen.IsEnabled then
191 printlog " Cancel upcoming 'Special Character' dialog"
192 Kontext "Sonderzeichen"
195 Warnlog "Button 'Special Character' on Insertbar is not enabled!"
198 printlog " - Insert Section"
199 printlog " Click 'Insert Section' in Toolbox"
201 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
202 if BereichEinfuegen.IsEnabled then
203 BereichEinfuegen.Click
204 printlog " Close upcoming 'Section' dialog"
206 Active.Setpage TabBereiche
207 Kontext "TabBereiche"
210 Warnlog "Button 'Insert Section' on Insertbar is not enabled!"
213 printlog " - Bookmark"
214 printlog " Click 'Insert Bookmark' in Toolbox"
216 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
217 if Textmarke.IsEnabled then
219 printlog " Enter a bookmark name and close dialog"
220 Kontext "TextmarkeEinfuegen"
221 Textmarken.SetText "Bookmark"
222 TextmarkeEinfuegen.OK
224 Warnlog "Button 'Bookmark' on Insertbar is not enabled!"
227 'Only with closing the toolbox the dialog is accessible for TT
228 printlog " Close toolbar"
230 if Insertbar.Exists then Insertbar.Close
232 printlog " Close active document"
236 '-----------------------------------------------------------
238 testcase t_TB_InsertFields
241 printlog "- Toolbox ( normal ) : Fields"
243 if gPlatgroup = "unx" then
244 QAErrorlog "Doesn't run on unix"
247 printlog " Open new document"
249 printlog "- TearOff Insert Toolbox"
250 printlog " Tear off toolbar and open insert toolbar"
251 printlog " Click 'Insert Fields' in insertbar"
253 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
257 if gApplication = "HTML" then
258 Call hMenuSelectNr(6)
260 Call hMenuSelectNr(8)
264 Active.SetPage TabDokumentFeldbefehle
265 Kontext "TabDokumentFeldbefehle"
266 printlog " Cancel upcoming 'Fields' dialog"
267 TabDokumentFeldbefehle.Cancel
269 QAErrorlog "Dialog for Fields is not up !"
271 printlog " Close active document"
275 '-----------------------------------------------------------
277 testcase t_TB_ShowDrawFunctions
278 printlog "- Toolbox ( normal ) : Draw Functions"
279 if gApplication = "HTML" then
280 printlog "Not in WriterWeb!"
284 printlog " Open new document"
291 printlog " Open 'Draw functions' toolbar"
293 if Not DrawBar.Exists then Call hToolbarSelect("Drawing", true)
296 printlog " - Draw Line"
298 printlog " Draw a Line"
301 Call gMouseMove(20, 20, 30, 30)
302 Call wTypeKeys ("<Escape>")
304 Warnlog " Line could not be created !"
307 printlog " - Draw Rectangle"
309 printlog " Draw a Rectangle"
311 Call gMouseMove(31, 20, 40, 40)
312 Call wTypeKeys ("<Escape>")
314 printlog " - Draw Ellipse"
316 printlog " Draw an Ellipse"
318 Call gMouseMove(31, 30, 60, 50)
319 Call wTypeKeys ("<Escape>")
321 printlog " - Draw Freeform"
324 printlog " Draw a Freeform"
325 Call gMouseMove ( 23, 20, 35, 31 )
326 Call gMouseMove ( 35, 31, 40, 90 )
327 Call gMouseMove ( 41, 91, 55 , 70 )
328 Call gMouseClick( 55, 70 )
329 Call wTypeKeys ("<Escape>")
331 printlog " - Draw Textobject"
333 printlog " Draw a Textobject"
335 Call gMouseMove ( 17, 17, 28, 25 )
336 Call wTypeKeys ("Textobject")
337 Call gMouseClick ( 50, 99 )
338 Call wTypeKeys ("<Escape>")
340 printlog " - Draw Callouts"
342 printlog " Draw a Callout"
344 Call gMouseMove (15, 20, 50, 60)
345 Call gMouseClick( 50, 60 )
346 Call wTypeKeys ("<Escape>")
348 printlog " Close toolbar 'Draw Functions'"
353 Vergroesserung100.Check
356 printlog " Close active document"
360 '-----------------------------------------------------------
363 printlog "- Toolbox ( normal ) : Formular"
365 printlog " Open new document"
368 Kontext "FormControls"
369 if ( FormControls.Exists( 1 ) ) then
372 Call hToolbarSelect("Controls", true)
376 printlog " Tear off 'Form' Toolbox"
377 Kontext "FormControls"
378 if Not FormControls.Exists then
379 Warnlog "Toolbar 'FormControls' is not opened!"
385 printlog " Insert a pushbutton from toolbox"
386 Call hMalZeichnenMitSelektion ( 35, 20, 30, 25 )
388 Kontext "FormControls"
389 if NOT ControlProperties.IsEnabled then
390 if gPlatform = "osx" then
391 warnlog "#i82427#-Mac OS X (Aqua): Drawing function does not draw anything"
393 warnlog "Control properties button disabled!"
396 ControlProperties.Click
399 printlog "+ Open Control Properties"
400 printlog " - Control Properties"
401 Call sMenufunktionen("-Pushbutton-")
403 Kontext "FormControls"
406 printlog " Insert a Radiobutton from toolbox"
407 Call hMalZeichnenMitSelektion ( 32, 20, 42, 25 )
408 printlog "+ Open Control Properties"
409 Call sMenufunktionen("-Radiobutton-")
411 Kontext "FormControls"
414 printlog " Insert a Checkbox from toolbox"
415 Call hMalZeichnenMitSelektion ( 45, 20, 55, 25 )
416 printlog "+ Open Control Properties"
417 Call sMenufunktionen("-Checkbox-")
419 Kontext "FormControls"
420 if Ucase(gApplication) <> "HTML" then
423 printlog " Insert a textbox from toolbox"
424 Call hMalZeichnenMitSelektion ( 57, 20, 68, 25 )
425 printlog "+ Open Control Properties"
426 Call sMenufunktionen("-Textbox-")
430 Kontext "FormControls"
431 printlog " Insert an Edit Field from toolbox"
434 Call hMalZeichnenMitSelektion ( 32, 30, 42, 35 )
435 printlog "+ Open Control Properties"
436 Call sMenufunktionen("-Edit-")
438 Kontext "FormControls"
441 printlog " Insert a listbox"
442 Call hMalZeichnenMitSelektion ( 45, 30, 55, 35 )
443 printlog "+ Step through pages of upcoming Autopilot"
444 Call sAutopilot_ListboxCombobox("Listbox")
445 printlog "+ Open Control Properties"
446 Call sMenufunktionen("-Listbox-")
448 Kontext "FormControls"
449 if ( gApplication <> "HTML" ) then
451 printlog " Insert a Combobox from toolbox"
453 Call hMalZeichnenMitSelektion ( 57, 30, 68, 35 )
454 printlog "+ Step through pages of upcoming Autopilot"
455 Call sAutopilot_ListboxCombobox("Combo")
456 printlog "+ Open Control Properties"
457 Call sMenufunktionen("-Combobox-")
460 printlog " Insert a Formatted Field from toolbox"
461 Kontext "FormControls"
462 if ( gApplication <> "HTML" ) then
465 Call hMalZeichnenMitSelektion ( 45, 50, 55, 55 )
466 printlog "+ Open Control Properties"
467 Call sMenufunktionen("-Formatted Field-")
470 Call gMouseClick ( 40, 80 )
471 Kontext "FormControls"
472 printlog " Click 'Design Mode' in Toolbox"
474 SwitchControlDesignMode.Click
476 printlog " Click 'Design Mode' in Toolbox"
477 SwitchControlDesignMode.Click
478 printlog " - Design mode"
479 Kontext "FormControls"
486 printlog " Close active document"
489 '-----------------------------------------------------------
491 testcase t_TB_EditAutotext
492 printlog "- Toolbox ( normal ) : Autotext"
494 printlog " Open new document"
497 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
500 printlog " Click 'Autotext' in Toolbar"
503 if ( Active.Exists( 1 ) ) then
509 if ( Autotext.exists( 4 ) ) then
510 printlog " Close upcoming 'Autotext' dialog"
513 warnlog( "Dialog <Autotext> is not available" )
515 printlog " Close active document"
519 '-----------------------------------------------------------
522 printlog "- Toolbox ( normal ) : Find & Replace"
523 printlog " Open new document"
525 Kontext "Standardbar"
526 if Not Standardbar.Exists then Call hToolbarSelect("Standard", true)
527 printlog " Click 'Find' in Toolbar"
529 Kontext "FindAndReplace"
530 printlog " Close 'Find&Replace' dialog"
532 printlog " Close active document"
536 '-----------------------------------------------------------
538 testcase t_TB_Graphics
539 printlog "- Toolbox ( normal ) : Graphic"
541 printlog " Open new document"
543 printlog " Insert graphic from file ..\writer\required\input\graphics\jolink.jpg"
544 Call hGrafikEinfuegen ( gTesttoolpath + "writer\required\input\graphics\jolink.jpg" )
547 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
549 printlog " Click 'Graphic' in Toolbar"
552 Warnlog "Error on switching Graphic off!"
556 printlog " Click 'Graphic' in Toolbar"
559 Warnlog "Error on switching Graphic on!"
563 printlog " Close active document"
567 '-----------------------------------------------------------
569 testcase t_TB_DirektCursor
570 printlog "- Toolbox ( normal ) : Direct Cursor"
571 if gApplication = "HTML" then
572 printlog "Not in WriterWeb!"
576 printlog " Open new document"
578 printlog " Click 'Direct Cursor' in Toolbar"
580 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
583 printlog " Point cursor somewhere in document"
584 Call gMouseDoubleClick(50, 70)
585 printlog " Insert some words in document"
586 Call wTypeKeys ("Direct Cursor On")
588 printlog " Click 'Direct Cursor' in Toolbar"
590 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
592 printlog " Insert some text in document"
593 Call gMouseDoubleClick (80, 20)
594 Call wTypeKeys ("Direct Cursor Off")
596 printlog " Close active document"
600 '-----------------------------------------------------------
603 printlog "- Toolbox ( normal ) : Rest"
605 printlog " Open new document"
607 printlog " - Hyperlink"
609 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
611 printlog " Click 'Hyperlink' in Toolbar"
614 printlog " Click 'Hyperlink' in Toolbar"
616 Warnlog "Button 'Hyperlink' should have been removed!"
620 printlog " - OnlineLayout"
621 if gApplication <> "HTML" then
623 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
625 printlog " Click 'Online Layout' in Toolbar"
628 printlog " Click 'Online Layout' in Toolbar"
631 Warnlog "Button 'OnlineLayout' is missing or disabled!"
635 printlog " - Nonprinting Characters"
637 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
639 printlog " Click 'Nonprinting Characters' in Toolbar"
640 SteuerzeichenEinAus.Click
642 printlog " Click 'Nonprinting Characters' in Toolbar"
643 SteuerzeichenEinAus.Click
645 Warnlog "Button 'Nonprinting Characters' is missing or disabled!"
648 printlog " - Graphics on/off"
650 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
652 printlog " Click 'Graphics' in Toolbar "
655 printlog " Click 'Graphics' in Toolbar "
658 Warnlog "Button 'Graphics' is missing or disabled!"
660 printlog " Close active document"
664 '-----------------------------------------------------------
666 testcase tHtmlDoc_TB_Insert
667 qaErrorLog "#158646# - Inserting Indexes causes crash."
670 printlog "- Toolbox ( normal ) : All within Insert"
671 gApplication = "HTML"
673 printlog " Open new document"
675 printlog "- TearOff Insert-Toolbox"
677 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
679 printlog " - Graphic"
680 printlog " Click 'Insert Graphics' in Toolbox"
682 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
685 if Grafik.IsEnabled then
687 Kontext "GrafikEinfuegenDlg"
688 if ( GrafikEinfuegenDlg.Exists( 1 ) ) then
689 printlog " Select graphic from file '..\writer\required\input\graphics\jolink.jpg'"
690 Dateiname.SetText ( ConvertPath ( gTesttoolPath + "writer\required\input\graphics\jolink.jpg" ) )
693 Warnlog "Dialog 'Insert Graphic' not up!"
697 if ( Active.Exists( 1 ) ) then
698 Warnlog Active.Gettext
700 Kontext "GrafikEinfuegenDlg"
701 GrafikEinfuegenDlg.Cancel
703 printlog " Hit 'Delete' to remove graphic"
704 Call wTypeKeys ("<Delete>")
706 Warnlog "Button 'Graphic' on Insertbar is not enabled!"
711 printlog " Click 'Insert Table' in Toolbox"
713 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
714 if Tabelle.IsEnabled then
716 Kontext "TabelleEinfuegenWriter"
717 TabelleEinfuegenWriter.OK
718 printlog " Move cursor under table"
719 Call wTypeKeys ("<Down>",2)
721 Warnlog "Button 'Table' on Insertbar is not enabled!"
724 printlog " - Document"
726 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
728 printlog " - Special Character"
730 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
731 if Sonderzeichen.IsEnabled then
733 Kontext "Sonderzeichen"
734 printlog " Click 'Insert Special Character' in Toolbox"
736 printlog " Cancel upcoming 'Special Character' dialog"
738 Warnlog "Button 'Special Character' on Insertbar is not enabled!"
741 printlog " - Insert Section"
742 printlog " Click 'Insert Section' in Toolbox"
744 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
745 if BereichEinfuegen.IsEnabled then
746 BereichEinfuegen.Click
747 printlog " Close upcoming 'Section' dialog"
749 Active.Setpage TabBereiche
750 Kontext "TabBereiche"
753 Warnlog "Button 'Insert Section' on Insertbar is not enabled!"
756 printlog " - Bookmark"
757 printlog " Click 'Insert Bookmark' in Toolbox"
759 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
760 if Textmarke.IsEnabled then
762 printlog " Enter a bookmark name and close dialog"
763 Kontext "TextmarkeEinfuegen"
764 Textmarken.SetText "Bookmark"
765 TextmarkeEinfuegen.OK
767 Warnlog "Button 'Bookmark' on Insertbar is not enabled!"
770 'Only with closing the toolbox the dialog is accessible for TT
771 printlog " Close toolbar"
773 if Insertbar.Exists then Insertbar.Close
775 printlog " Close active document"
777 gApplication = "WRITER"
780 '-----------------------------------------------------------
782 testcase tHtmlDoc_TB_InsertFields
785 printlog "- Toolbox ( normal ) : Fields"
786 gApplication = "HTML"
788 if gPlatgroup = "unx" then
789 QAErrorlog "Doesn't run on unix"
793 printlog " Open new document"
795 printlog "- TearOff Insert Toolbox"
796 printlog " Tear off toolbar and open insert toolbar"
798 if Not Insertbar.Exists then Call hToolbarSelect("Insert", true)
799 printlog " Click 'Insert Fields' in insertbar"
803 Call hMenuSelectNr(6)
806 Active.SetPage TabDokumentFeldbefehle
807 Kontext "TabDokumentFeldbefehle"
808 printlog " Cancel upcoming 'Fields' dialog"
809 TabDokumentFeldbefehle.Cancel
811 QAErrorlog "Dialog for Fields is not up !"
814 printlog " Close active document"
816 gApplication = "WRITER"
819 '-----------------------------------------------------------
820 testcase tHtmlDoc_TB_Form
821 printlog "- Toolbox ( normal ) : Formular"
822 gApplication = "HTML"
824 printlog " Open new document"
827 Kontext "FormControls"
828 if ( FormControls.Exists( 1 ) ) then
831 Call hToolbarSelect("Controls", true)
835 printlog " Tear off 'Form' Toolbox"
836 Kontext "FormControls"
837 if Not FormControls.Exists then
838 Warnlog "Toolbar 'FormControls' is not opened!"
844 printlog " Insert a pushbutton from toolbox"
845 Call hMalZeichnenMitSelektion ( 35, 20, 30, 25 )
847 Kontext "FormControls"
848 if NOT ControlProperties.IsEnabled then
849 if gPlatform = "osx" then
850 warnlog "#i82427#-Mac OS X (Aqua): Drawing function does not draw anything"
852 warnlog "Control properties button disabled!"
855 ControlProperties.Click
858 printlog "+ Open Control Properties"
859 printlog " - Control Properties"
860 Call sMenufunktionen("-Pushbutton-")
862 Kontext "FormControls"
865 printlog " Insert a Radiobutton from toolbox"
866 Call hMalZeichnenMitSelektion ( 32, 20, 42, 25 )
867 printlog "+ Open Control Properties"
868 Call sMenufunktionen("-Radiobutton-")
870 Kontext "FormControls"
873 printlog " Insert a Checkbox from toolbox"
874 Call hMalZeichnenMitSelektion ( 45, 20, 55, 25 )
875 printlog "+ Open Control Properties"
876 Call sMenufunktionen("-Checkbox-")
878 Kontext "FormControls"
879 printlog " Insert an Edit Field from toolbox"
882 Call hMalZeichnenMitSelektion ( 32, 30, 42, 35 )
883 printlog "+ Open Control Properties"
884 Call sMenufunktionen("-Edit-")
886 Kontext "FormControls"
889 printlog " Insert a listbox"
890 Call hMalZeichnenMitSelektion ( 45, 30, 55, 35 )
891 printlog "+ Step through pages of upcoming Autopilot"
892 Call sAutopilot_ListboxCombobox("Listbox")
893 printlog "+ Open Control Properties"
894 Call sMenufunktionen("-Listbox-")
896 printlog " Insert a Formatted Field from toolbox"
897 Kontext "FormControls"
899 Call gMouseClick ( 40, 80 )
900 Kontext "FormControls"
901 printlog " Click 'Design Mode' in Toolbox"
903 SwitchControlDesignMode.Click
905 printlog " Click 'Design Mode' in Toolbox"
906 SwitchControlDesignMode.Click
907 printlog " - Design mode"
908 Kontext "FormControls"
914 printlog " Close active document"
916 gApplication = "WRITER"
919 '-----------------------------------------------------------
921 testcase tHtmlDoc_TB_Rest
922 printlog "- Toolbox ( normal ) : Rest"
924 printlog " Open new document"
926 printlog " - Hyperlink"
928 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
930 printlog " Click 'Hyperlink' in Toolbar"
933 printlog " Click 'Hyperlink' in Toolbar"
935 Warnlog "Button 'Hyperlink' should have been removed!"
939 printlog " - OnlineLayout"
940 printlog " - Nonprinting Characters"
942 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
944 printlog " Click 'Nonprinting Characters' in Toolbar"
945 SteuerzeichenEinAus.Click
947 printlog " Click 'Nonprinting Characters' in Toolbar"
948 SteuerzeichenEinAus.Click
950 Warnlog "Button 'Nonprinting Characters' is missing or disabled!"
953 printlog " - Graphics on/off"
955 if Not Toolbar.Exists then Call hToolbarSelect("Tools", true)
957 printlog " Click 'Graphics' in Toolbar "
960 printlog " Click 'Graphics' in Toolbar "
963 Warnlog "Button 'Graphics' is missing or disabled!"
965 printlog " Close active document"
967 gApplication = "WRITER"
970 '-----------------------------------------------------------