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: options_asia.inc,v $
13 '* last change: $Author: jsi $ $Date: 2008-06-16 12:18:15 $
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 : functionality test for language/settings
38 '\*****************************************************************
40 testcase func_LanguageSettings_Language
42 '///func_LanguageSettings_Language : functionality test for asian settings ( activated Asian-Support )
44 '///Open tools / options / Language Settings / Language
46 hToolsOptions ( "LanguageSettings", "Languages" )
47 '///+save the setting for 'activated' Asian Support
48 bSave = Aktivieren.IsChecked
49 '///+check 'activated' Asian support and press OK
50 Printlog "asian support = TRUE"
51 if Aktivieren.isEnabled then
54 qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'")
55 printlog Aktivieren.isEnabled
58 Kontext "ExtrasOptionenDlg"
62 '///+check Asian-Support in Writer ( see hTestAsianForWriter )
63 hTestAsianForWriter ( TRUE )
64 '///+check Asian-Support in Calc ( see hTestAsianForCalc )
65 hTestAsianForCalc ( TRUE )
66 '///+check Asian-Support in Impress ( see hTestAsianForImpress )
67 hTestAsianForImpress ( TRUE )
68 '///+check Asian-Support in Draw ( see hTestAsianForDraw )
69 hTestAsianForDraw ( TRUE )
71 '///Open tools / options / Language Settings / Language
73 hToolsOptions ( "LanguageSettings", "Languages" )
74 Printlog Chr(13) + "asian support = FALSE"
75 '///+uncheck 'activated' Asian support and press OK
78 Kontext "ExtrasOptionenDlg"
82 '///+check the unabled Asian-Support in Writer ( see hTestAsianForWriter )
83 hTestAsianForWriter ( FALSE )
84 '///+check the unabled Asian-Support in Calc ( see hTestAsianForCalc )
85 hTestAsianForCalc ( FALSE )
86 '///+check the unabled Asian-Support in Impress ( see hTestAsianForImpress )
87 hTestAsianForImpress ( FALSE )
88 '///+check the unabled Asian-Support in Draw ( see hTestAsianForDraw )
89 hTestAsianForDraw ( FALSE )
91 '///Open tools / options / Language Settings / Language
93 hToolsOptions ( "LanguageSettings", "Languages" )
94 Printlog Chr(13) + "asian support = TRUE"
95 '///+check 'activated' Asian support and press OK
96 if Aktivieren.isEnabled then
99 qaErrorLog("Asian locale setting is selected: '"+Gebietsschema.getSelText()+"'")
100 printlog Aktivieren.isEnabled
103 Kontext "ExtrasOptionenDlg"
107 '///+check Asian-Support in Writer ( see hTestAsianForWriter )
108 hTestAsianForWriter ( TRUE )
109 '///+check Asian-Support in Calc ( see hTestAsianForCalc )
110 hTestAsianForCalc ( TRUE )
111 '///+check Asian-Support in Impress ( see hTestAsianForImpress )
112 hTestAsianForImpress ( TRUE )
113 '///+check Asian-Support in Draw ( see hTestAsianForDraw )
114 hTestAsianForDraw ( TRUE )
116 '///Open tools / options / Language Settings / Language
118 hToolsOptions ( "LanguageSettings", "Languages" )
119 '///+set 'activated' Asian Support to the saved state and press OK
120 if bSave = TRUE then Aktivieren.Check else Aktivieren.UnCheck
121 Kontext "ExtrasOptionenDlg"
126 ' *********************************************
129 sub hTestAsianForWriter ( bAsianTrue as Boolean )
130 Dim iTabCounter as Integer
131 '///check if all changes are made when Asian support is activated or not ( in Writer )
133 gApplication = "WRITER"
134 '///open a new writer doc
136 Printlog "- test in writer"
138 '///open Format / Character
141 '///+- if Asian Support is activated => 6 Tabpages
142 '///+- if Asian Support is not activated => 5 Tabpages
143 if bAsianTrue = TRUE then
145 iTabCounter = active.GetPageCount
146 if iTabCounter <> 6 then Warnlog "There are not 6 pages on the dialog, there are " + iTabCounter + "!"
149 iTabCounter = active.GetPageCount
150 if iTabCounter <> 5 then Warnlog "There are not 5 pages on the dialog, there are " + iTabCounter + "!"
153 '///select Font-Tabpage
154 printlog " - check tab-dialog for FormatCharacter"
156 active.SetPage TabFont
158 '///+- if Asian Support is activated
159 if bAsianTrue = TRUE then
160 '///+-- Font west => exists and is visible
161 if FontWest.Exists then
162 if FontWest.IsVisible = FALSE then Warnlog "'Western Font' is not visible!"
164 Warnlog "'Western Font' does not exists!"
166 '///+-- Style west => exists and is visible
167 if StyleWest.Exists then
168 if StyleWest.IsVisible = FALSE then Warnlog "'Western Style' is not visible!"
170 Warnlog "'Western Style' does not exists!"
172 '///+-- Size west => exists and is visible
173 if SizeWest.Exists then
174 if SizeWest.IsVisible = FALSE then Warnlog "'Western Size' is not visible!"
176 Warnlog "'Western Size' does not exists!"
178 '///+-- Language west => exists and is visible
179 if LanguageWest.Exists then
180 if LanguageWest.IsVisible = FALSE then Warnlog "'Western Language' is not visible!"
182 Warnlog "'Western Language' does not exists=> Bug!"
184 '///+-- Font east => exists and is visible
185 if FontEast.Exists then
186 if FontEast.IsVisible = FALSE then Warnlog "'Eastern Font' is not visible!"
188 Warnlog "'Eastern Font' does not exists!"
190 '///+-- Style east => exists and is visible
191 if StyleEast.Exists then
192 if StyleEast.IsVisible = FALSE then Warnlog "'Eastern Style' is not visible!"
194 Warnlog "'Eastern Style' does not exists!"
196 '///+-- Size east => exists and is visible
197 if SizeEast.Exists then
198 if SizeEast.IsVisible = FALSE then Warnlog "'Eastern Size' is not visible!"
200 Warnlog "'Eastern Size' does not exists!"
202 '///+-- Language east => exists and is visible
203 if LanguageEast.Exists then
204 if LanguageEast.IsVisible = FALSE then Warnlog "'Eastern Language' is not visible!"
206 Warnlog "'Eastern Language' does not exists!"
209 '///+- if Asian Support is not activated
210 '///+-- Font east => mustn't exists
211 if FontEast.Exists then
212 if FontEast.IsVisible then Warnlog "'Eastern Font' is visible!"
214 '///+-- Style east => mustn't exists
215 if StyleEast.Exists then
216 if StyleEast.IsVisible then Warnlog "'Eastern Style' is visible!"
218 '///+-- Size east => mustn't exists
219 if SizeEast.Exists then
220 if SizeEast.IsVisible then Warnlog "'Eastern Size' is visible!"
222 '///+-- Language east => mustn't exists
223 if LanguageEast.Exists then
224 if LanguageEast.IsVisible then Warnlog "'Eastern Language' is visible!"
226 '///+-- Font west => mustn't exists
227 if FontWest.Exists then
228 if FontWest.IsVisible then Warnlog "'Eastern Font' is visible!"
230 '///+-- Style west => mustn't exists
231 if StyleWest.Exists then
232 if StyleWest.IsVisible then Warnlog "'Eastern Style' is visible!"
234 '///+-- Size west => mustn't exists
235 if SizeWest.Exists then
236 if SizeWest.IsVisible then Warnlog "'Eastern Size' is visible!"
238 '///+-- Language west => mustn't exists
239 if LanguageWest.Exists then
240 if LanguageWest.IsVisible then Warnlog "'Eastern Language' is visible!"
244 '///select FontEffects-Tabpage
246 active.SetPage TabFontEffects
247 Kontext "TabFontEffects"
248 '///+- if Asian Support is activated
249 if bAsianTrue = TRUE then
250 '///+-- Emphasis Mark => exist and is visible
251 if Emphasis.Exists then
252 if Emphasis.IsVisible = FALSE then
253 Warnlog "'Emphasis mark' is not visible!"
258 Warnlog "'Emphasis mark' does not exists!"
260 '///+-- Position for Emphasis Mark => exist and is visible
261 if Position.Exists then
262 if Position.IsVisible = FALSE then Warnlog "'Position' is not visible!"
264 Warnlog "'Position' does not exists!"
267 '///+- if Asian Support is not activated
268 '///+-- Emphasis Mark mustn't exist
269 if Emphasis.Exists then
270 if Emphasis.IsVisible then Warnlog "'Emphasis mark' is visible!"
272 '///+-- Position for Emphasis Mark mustn't exist
273 if Position.Exists then
274 if Position.IsVisible then Warnlog "'Position' is visible!"
279 Active.SetPage TabFontPosition
281 '///select AsianLayout-Tabpage
282 '///+- if Asian Support is activated
283 '///+-- try to select the tabpage 'Asian Layout'
284 if bAsianTrue = TRUE then
287 Active.SetPage TabAsianLayout
289 Warnlog "The tabpage 'Asian Layout' does not exists!"
292 '///+- if Asian Support is not activated
293 '///+-- the tabpage 'Asian Layout' mustn't exist
296 Active.SetPage TabAsianLayout
297 Warnlog "The tabpage 'Asian Layout' exists!"
303 active.SetPage TabHyperlinkZeichen
306 active.SetPage TabHintergrund
307 kontext "TabHintergrund"
309 '///close the Tabpage dialog
312 printlog " - check ruby-dialog"
313 if bAsianTrue = TRUE then
314 '///+- if Asian Support is activated
315 '///+-- menu item 'Format/Ruby' exists and is enabled
321 Warnlog "Ruby-Dialog can't be opened!"
324 '///+- if Asian Support is not activated
325 '///+-- menu item 'Format/Ruby' mustn't exists and or is disabled
330 Warnlog "Ruby-Dialog can be opened!"
335 '///format/change case
336 printlog " - check menu items for format/change case"
337 if bAsianTrue = TRUE then
338 '///+- if Asian Support is activated
339 '///+-- menu item 'Format/ChangeCase/Half width' exists and is enabled
341 FormatChangeCaseHalfWidth
344 Warnlog "Format/Case/Half width is not active!"
347 '///+-- menu item 'Format/ChangeCase/Full width' exists and is enabled
349 FormatChangeCaseFullWidth
352 Warnlog "Format/Case/Full width is not active!"
355 '///+-- menu item 'Format/ChangeCase/Hiragana' exists and is enabled
357 FormatChangeCaseHiragana
360 Warnlog "Format/Case/Hiragana is not active!"
363 '///+-- menu item 'Format/ChangeCase/Katagana' exists and is enabled
365 FormatChangeCaseKatagana
368 Warnlog "Format/Case/Katagana is not active!"
371 '///+- if Asian Support is not activated
372 '///+-- menu item 'Format/ChangeCase/Half width' mustn't exists and is disabled
374 FormatChangeCaseHalfWidth
376 Warnlog "Format/Case/Half width is active!"
380 '///+-- menu item 'Format/ChangeCase/full width' mustn't exists and is disabled
382 FormatChangeCaseFullWidth
384 Warnlog "Format/Case/Full width is active!"
388 '///+-- menu item 'Format/ChangeCase/Hiragana' mustn't exists and is disabled
390 FormatChangeCaseHiragana
392 Warnlog "Format/Case/Hiragana is active!"
396 '///+-- menu item 'Format/ChangeCase/Katagana' mustn't exists and is disabled
398 FormatChangeCaseKatagana
400 Warnlog "Format/Case/Katagana is active!"
405 '///Find&Replace-Dialog
406 printlog " - check find&replace-dialog"
408 Kontext "SuchenUndErsetzenWriter"
409 '///+- if Asian Support is activated
410 if bAsianTrue = TRUE then
411 '///+-- 'Match half-/full-width forms' exists and is visible
412 if HalbNormalbreiteFormen.Exists then
413 if HalbNormalbreiteFormen.IsVisible = FALSE then Warnlog "'Match half-/full-width forms' is not visible!"
415 Warnlog "'Match half-/full-width forms' does not exists!"
417 '///+-- 'Sounds like (Japanese)' exists and is visible
418 if AehnlicheSchreibweise.Exists then
419 if AehnlicheSchreibweise.IsVisible = FALSE then
420 Warnlog "'Sounds like (Japanese)' is not visible!"
422 AehnlicheSchreibweise.Check
425 Warnlog "'Sounds like (Japanese)' does not exists!"
427 '///+-- 'Options for 'Sounds like' exists and is visible
428 if AehnlicheSchreibweiseOptionen.Exists then
429 if AehnlicheSchreibweiseOptionen.IsVisible = FALSE then Warnlog "'Options for 'Sounds like' is not visible!"
431 Warnlog "'Options for 'Sounds like' does not exists!"
434 '///+- if Asian Support is not activated
435 '///+-- 'Match half-/full-width forms' mustn't exists
436 if HalbNormalbreiteFormen.Exists then
437 if HalbNormalbreiteFormen.IsVisible then Warnlog "'Match half-/full-width forms' is visible!"
439 '///+-- 'Sounds like (Japanese)' mustn't exists
440 if AehnlicheSchreibweise.Exists then
441 if AehnlicheSchreibweise.IsVisible then Warnlog "'Sounds like (Japanese)' is visible!"
443 '///+-- 'Options for 'Sounds like' mustn't exists
444 if AehnlicheSchreibweiseOptionen.Exists then
445 if AehnlicheSchreibweiseOptionen.IsVisible then Warnlog "'Options for 'Sounds like' is visible!"
448 '///+close the Find&Replace-Dialog
449 SuchenUndErsetzenWriter.Close
456 ' *********************************************
459 sub hTestAsianForCalc ( bAsianTrue as Boolean )
460 '///check if all changes are made when Asian support is activated or not ( in Calc )
461 Dim iTabCounter as Integer
463 Printlog "- test in calc"
464 gApplication = "CALC"
465 '///open a new calc doc
468 '///open Format / Cells
471 '///+- if Asian Support is activated => 8 tabpages
472 '///+- if Asian Support is not activated => 7 tabpages
473 if bAsianTrue = TRUE then
475 iTabCounter = active.GetPageCount
476 if iTabCounter <> 8 then Warnlog "There are not 8 pages on the dialog, there are " + iTabCounter + "!"
479 iTabCounter = active.GetPageCount
480 if iTabCounter <> 7 then Warnlog "There are not 7 pages on the dialog, there are " + iTabCounter + "!"
483 printlog " - check tab-dialog for Format/Cell"
485 active.SetPage TabZahlen
488 active.SetPage TabFont
490 '///+- if Asian Support is activated
491 if bAsianTrue = TRUE then
492 '///+-- Font west => exists and is visible
493 if FontWest.Exists then
494 if FontWest.IsVisible = FALSE then Warnlog "'Western Font' is not visible!"
496 Warnlog "'Western Font' does not exists!"
498 '///+-- Style west => exists and is visible
499 if StyleWest.Exists then
500 if StyleWest.IsVisible = FALSE then Warnlog "'Western Style' is not visible!"
502 Warnlog "'Western Style' does not exists!"
504 '///+-- Size west => exists and is visible
505 if SizeWest.Exists then
506 if SizeWest.IsVisible = FALSE then Warnlog "'Western Size' is not visible!"
508 Warnlog "'Western Size' does not exists!"
510 '///+-- Language west => exists and is visible
511 if LanguageWest.Exists then
512 if LanguageWest.IsVisible = FALSE then Warnlog "'Western Language' is not visible!"
514 Warnlog "'Western Language' does not exists=> Bug!"
516 '///+-- Font east => exists and is visible
517 if FontEast.Exists then
518 if FontEast.IsVisible = FALSE then Warnlog "'Eastern Font' is not visible!"
520 Warnlog "'Eastern Font' does not exists!"
522 '///+-- Style east => exists and is visible
523 if StyleEast.Exists then
524 if StyleEast.IsVisible = FALSE then Warnlog "'Eastern Style' is not visible!"
526 Warnlog "'Eastern Style' does not exists!"
528 '///+-- Size east => exists and is visible
529 if SizeEast.Exists then
530 if SizeEast.IsVisible = FALSE then Warnlog "'Eastern Size' is not visible!"
532 Warnlog "'Eastern Size' does not exists!"
534 '///+-- Language east => exists and is visible
535 if LanguageEast.Exists then
536 if LanguageEast.IsVisible = FALSE then Warnlog "'Eastern Language' is not visible!"
538 Warnlog "'Eastern Language' does not exists!"
541 '///+- if Asian Support is not activated
542 '///+-- Font east => mustn't exists
543 if FontEast.Exists then
544 if FontEast.IsVisible then Warnlog "'Eastern Font' is visible!"
546 '///+-- Style east => mustn't exists
547 if StyleEast.Exists then
548 if StyleEast.IsVisible then Warnlog "'Eastern Style' is visible!"
550 '///+-- Size east => mustn't exists
551 if SizeEast.Exists then
552 if SizeEast.IsVisible then Warnlog "'Eastern Size' is visible!"
554 '///+-- Language east => mustn't exists
555 if LanguageEast.Exists then
556 if LanguageEast.IsVisible then Warnlog "'Eastern Language' is visible!"
558 '///+-- Font west => mustn't exists
559 if FontWest.Exists then
560 if FontWest.IsVisible then Warnlog "'Eastern Font' is visible!"
562 '///+-- Style west => mustn't exists
563 if StyleWest.Exists then
564 if StyleWest.IsVisible then Warnlog "'Eastern Style' is visible!"
566 '///+-- Size west => mustn't exists
567 if SizeWest.Exists then
568 if SizeWest.IsVisible then Warnlog "'Eastern Size' is visible!"
570 '///+-- Language west => mustn't exists
571 if LanguageWest.Exists then
572 if LanguageWest.IsVisible then Warnlog "'Eastern Language' is visible!"
577 active.SetPage TabFontEffects
578 Kontext "TabFontEffects"
579 '///+- if Asian Support is activated
580 if bAsianTrue = TRUE then
581 '///+-- Emphasis Mark => exist and is visible
582 if Emphasis.Exists then
583 if Emphasis.IsVisible = FALSE then
584 Warnlog "'Emphasis mark' is not visible!"
589 Warnlog "'Emphasis mark' does not exists!"
591 '///+-- Position for Emphasis Mark => exist and is visible
592 if Position.Exists then
593 if Position.IsVisible = FALSE then Warnlog "'Position' is not visible!"
595 Warnlog "'Position' does not exists!"
598 '///+- if Asian Support is not activated
599 '///+-- Emphasis Mark mustn't exist
600 if Emphasis.Exists then
601 if Emphasis.IsVisible then Warnlog "'Emphasis mark' is visible!"
603 '///+-- Position for Emphasis Mark mustn't exist
604 if Position.Exists then
605 if Position.IsVisible then Warnlog "'Position' is visible!"
609 '///select AsianLayout-Tabpage
610 '///+- if Asian Support is activated
611 '///+-- try to select the tabpage 'Asian Layout'
612 if bAsianTrue = TRUE then
615 Active.SetPage TabAsianTypography
617 Warnlog "The tabpage 'Asian Typography' does not exists!"
620 '///+- if Asian Support is not activated
621 '///+-- the tabpage 'Asian Layout' mustn't exist
624 Active.SetPage TabAsianTypography
625 Warnlog "The tabpage 'Asian Typography' exists!"
631 active.SetPage TabAusrichtung
634 active.SetPage TabUmrandung
637 active.SetPage TabHintergrund
640 active.SetPage TabZellschutz
641 Kontext "TabZellschutz"
643 '///close the Tabpage dialog
645 printlog " - check find&replace-dialog"
647 Kontext "SuchenUndErsetzenCalc"
648 '///+- if Asian Support is activated
649 if bAsianTrue = TRUE then
650 '///+-- 'Match half-/full-width forms' exists and is visible
651 if HalbNormalbreiteFormen.Exists then
652 if HalbNormalbreiteFormen.IsVisible = FALSE then Warnlog "'Match half-/full-width forms' is not visible!"
654 Warnlog "'Match half-/full-width forms' does not exists!"
656 '///+-- 'Sounds like (Japanese)' exists and is visible
657 if AehnlicheSchreibweise.Exists then
658 if AehnlicheSchreibweise.IsVisible = FALSE then
659 Warnlog "'Sounds like (Japanese)' is not visible!"
661 AehnlicheSchreibweise.Check
664 Warnlog "'Sounds like (Japanese)' does not exists!"
666 '///+-- 'Options for 'Sounds like' exists and is visible
667 if AehnlicheSchreibweiseOptionen.Exists then
668 if AehnlicheSchreibweiseOptionen.IsVisible = FALSE then Warnlog "'Options for 'Sounds like' is not visible!"
670 Warnlog "'Options for 'Sounds like' does not exists!"
673 '///+- if Asian Support is not activated
674 '///+-- 'Match half-/full-width forms' mustn't exists
675 if HalbNormalbreiteFormen.Exists then
676 if HalbNormalbreiteFormen.IsVisible then Warnlog "'Match half-/full-width forms' is visible!"
678 '///+-- 'Sounds like (Japanese)' mustn't exists
679 if AehnlicheSchreibweise.Exists then
680 if AehnlicheSchreibweise.IsVisible then Warnlog "'Sounds like (Japanese)' is visible!"
682 '///+-- 'Options for 'Sounds like' mustn't exists
683 if AehnlicheSchreibweiseOptionen.Exists then
684 if AehnlicheSchreibweiseOptionen.IsVisible then Warnlog "'Options for 'Sounds like' is visible!"
687 '///+close the Find&Replace-Dialog
688 SuchenUndErsetzenCalc.Close
695 ' *********************************************
698 sub hTestAsianForImpress ( bAsianTrue as Boolean )
699 '///check if all changes are made when Asian support is activated or not ( in Impress )
700 Dim iTabCounter as Integer
702 Printlog "- test in impress"
703 gApplication = "IMPRESS"
704 '///open a new impress doc
708 printlog " - check 'asian typography' at Format/Paragraph"
711 active.SetPage TabEinzuegeUndAbstaende
713 '///select AsianLayout-Tabpage
714 '///+- if Asian Support is activated
715 '///+-- try to select the tabpage 'Asian Layout'
716 if bAsianTrue = TRUE then
719 Active.SetPage TabAsianTypography
721 Warnlog "The tabpage 'Asian Typography' does not exists!"
724 '///+- if Asian Support is not activated
725 '///+-- the tabpage 'Asian Layout' mustn't exist
728 Active.SetPage TabAsianTypography
729 Warnlog "The tabpage 'Asian Typography' exists!"
735 active.SetPage TabAusrichtungAbsatz
738 active.SetPage TabTabulator
739 kontext "TabTabulator"
741 '///close the Tabpage dialog
743 '///close impress doc
747 ' *********************************************
750 sub hTestAsianForDraw ( bAsianTrue as Boolean )
751 '///check if all changes are made when Asian support is activated or not ( in Draw )
752 Dim iTabCounter as Integer
754 Printlog "- test in draw"
755 gApplication = "DRAW"
756 '///open a new draw doc
760 printlog " - check 'asian typography' at Format/Paragraph"
763 active.SetPage TabEinzuegeUndAbstaende
765 '///select AsianLayout-Tabpage
766 '///+- if Asian Support is activated
767 '///+-- try to select the tabpage 'Asian Layout'
768 if bAsianTrue = TRUE then
771 Active.SetPage TabAsianTypography
773 Warnlog "The tabpage 'Asian Typography' does not exists!"
776 '///+- if Asian Support is not activated
777 '///+-- the tabpage 'Asian Layout' mustn't exist
780 Active.SetPage TabAsianTypography
781 Warnlog "The tabpage 'Asian Typography' exists!"
787 active.SetPage TabAusrichtungAbsatz
790 active.SetPage TabTabulator
791 kontext "TabTabulator"
793 '///close the Tabpage dialog
795 '///close impress doc