1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
|
'encoding UTF-8 Do not remove or change this line!
'**************************************************************************
' DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
'
' Copyright 2000, 2010 Oracle and/or its affiliates.
'
' OpenOffice.org - a multi-platform office productivity suite
'
' This file is part of OpenOffice.org.
'
' OpenOffice.org is free software: you can redistribute it and/or modify
' it under the terms of the GNU Lesser General Public License version 3
' only, as published by the Free Software Foundation.
'
' OpenOffice.org is distributed in the hope that it will be useful,
' but WITHOUT ANY WARRANTY; without even the implied warranty of
' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
' GNU Lesser General Public License version 3 for more details
' (a copy is included in the LICENSE file that accompanied this code).
'
' You should have received a copy of the GNU Lesser General Public License
' version 3 along with OpenOffice.org. If not, see
' <http://www.openoffice.org/license.html>
' for a copy of the LGPLv3 License.
'
'/************************************************************************
'*
'* Owner : wolfram.garten@oracle.com
'*
'* short description : will be moved to autocorrection.bas/inc
'*
'**************************************************************************************
' #1 tiToolsThesaurus
' #1 tiToolsHyphenation1
' #1 tiToolsHyphenation2
' #1 tToolsMacro
'\*************************************************************************************
' sFile = gTesttoolpath + "graphics\required\input\silben_"+iSprache+sExt
'-------------------------------------------------------------------------------
testcase tiToolsThesaurus
Dim sWord as string
Dim sChangedWord as string
Dim sReplaceWord as string
Dim sAlternativeText as string
Dim sExt as string
Dim ZaehlerBedeutung
'for normal text, the thesaurus is enabled,
'if the format->character->language of the word has a thesaurus
'unfortunately in textboxes this doesn't work, you can give the word a langauge,
'but this is been ignored by our thesaurus
'so especially for asian languages you have to set a default language in the options,
'to be able to use the thesaurus there - fallback to englisch,
'because there is no thesaurus for cjk languages
'As long as OOo has no modules for that, disabled
if gOOO = True then
printlog "No spellchecking in OOo"
goto endsub
endif
'First we make sure we test a language where Thesaurus
select case iSprache
case 01 : sWord = "Hello"
case 03 : sWord = "Alo"
case 07 : printlog "- No Thesaur for Russian available"
goto endsub
case 30 : Printlog "- No Thesaurus available !"
goto endsub
case 31 : sWord = "Guiten"
case 33 : sWord = "Bonjour"
case 34 : sWord = "Hola"
case 35 : Printlog "- No Thesaurus available !"
goto endsub
case 36 : Printlog "- No Thesaurus available !"
goto endsub
case 37 : Printlog "- No Thesaurus available !"
goto endsub
case 39 : sWord = "Ciao"
case 42 : Printlog "- No Thesaurus available !"
goto endsub
case 45 : sWord = "Hej"
case 46 : sWord = "Välkommen"
case 47 : Printlog "- No Thesaurus available !"
goto endsub
case 48 : Printlog "- No Thesaurus in Polish!"
goto endsub
case 49 : sWord = "Hallo"
case 50 : sWord = "Prosojnica"
case 51 : Printlog "- No Thesaurus available !"
goto endsub
case 55 : Printlog "- No Thesaurus in Brazilian!"
goto endsub
case 90 : Printlog "- No Thesaurus available !"
goto endsub
case else : if bAsianLan then
hSetSpellHypLanguage
sWord = "Hello"
else
Warnlog "For the language " + iSprache +" nothing is prepared yet: insert text here"
sWord = "Hello"
endif
end select
PrintLog "Thesaurus with 1 word: " + sWord
if( Ucase(gApplication) = "DRAW" ) then
sExt = ".odg"
elseif( Ucase(gApplication) = "IMPRESS" ) then
sExt = ".odp"
endif
Call hFileOpen (gTesttoolpath + "graphics\required\input\recht_" + iSprache + sExt)
Call sMakeReadOnlyDocumentEditable()
Call hTextrahmenErstellen (sWord,20,20,50,30)
sleep 1
printlog "select the word"
hTypeKeys "<Home><SHIFT END>"
try
ExtrasThesaurusDraw
catch
warnlog "No Thesaurus available."
hCloseDocument()
goto endsub
endcatch
Kontext "Thesaurus"
if Thesaurus.Exists(3) then
if CurrentWord.GetSelText <> sWord Then
WarnLog "marked word should be:" + sWord + " but it is:" + CurrentWord.GetSelText
else
PrintLog "Marked word is correctly changed"
endif
if Alternatives.GetItemCount = 0 Then
warnlog "There are no alternative for this word"
sleep 1
else
printlog "select the first alternative"
Alternatives.Select 1
printlog "check if the selected alternative apprear in the ReplaceWith field."
sAlternativeText = Alternatives.getSeltext(1,3)
'remove the part in the () if there is any
if( Instr(sAlternativeText, "(") <> 0 ) then
sAlternativeText = left(sAlternativeText, Instr(sAlternativeText, "(") - 2 )
endif
if ( ReplaceWith.getText() <> sAlternativeText ) then
warnlog "the text is no transfered to the ReplaceWith field. " +_
"ReplaceWith = " + ReplaceWith.getText() + ", Alternative = " + sAlternativeText
else
printlog "the text is transfered to the ReplaceWith field."
endif
sReplaceWord = ReplaceWith.getText()
sleep 1
endif
Thesaurus.OK
if(Ucase(gApplication) = "DRAW") then
Kontext "Draw"
elseif(Ucase(gApplication) = "IMPRESS") then
Kontext "Impress"
else ' fallback
warnlog "gApplication is wrong"
goto endsub
endif
hTypeKeys "<Home><SHIFT END>"
EditCopy
sChangedWord = getClipboard()
printlog "sChangedWord = " + sChangedWord
if(sChangedWord <> sReplaceWord) then
warnlog "the text was not replaced"
else
printlog "the text was successfull replaced"
endif
else
warnlog "thesaurus didn't come up."
end if
Call hCloseDocument
endcase
'-------------------------------------------------------------------------------
testcase tiToolsThesaurusWithoutText
printlog "Thesaurus without any word in the document"
Call hNewDocument
try
ExtrasThesaurusDraw
catch
printlog "the Thesaurus is correctly not available"
call hCloseDocument
goto endsub
endcatch
WarnLog "If no word is in the document, Thesaurus shouldn't be available"
Kontext "Thesaurus"
if Thesaurus.Exists then
Thesaurus.Cancel
endif
Call hCloseDocument
endcase
'-------------------------------------------------------------------------------
testcase tiToolsThesaurusContextMenu
Dim sWord as string
Dim sExt as string
Dim iItemCount as Integer
'for normal text, the thesaurus is enabled,
'if the format->character->language of the word has a thesaurus
'unfortunately in textboxes this doesn't work, you can give the word a langauge,
'but this is been ignored by our thesaurus
'so especially for asian languages you have to set a default language in the options,
'to be able to use the thesaurus there - fallback to englisch,
'because there is no thesaurus for cjk languages
'As long as OOo has no modules for that, disabled
if gOOO = True then
printlog "No spellchecking in OOo"
goto endsub
endif
'First we make sure we test a language where Thesaurus
select case iSprache
case 01 : sWord = "Hello"
case 03 : sWord = "Alo"
case 07 : printlog "- No Thesaur for Russian available"
goto endsub
case 30 : Printlog "- No Thesaurus available !"
goto endsub
case 31 : sWord = "Guiten"
case 33 : sWord = "Bonjour"
case 34 : sWord = "Hola"
case 35 : Printlog "- No Thesaurus available !"
goto endsub
case 36 : Printlog "- No Thesaurus available !"
goto endsub
case 37 : Printlog "- No Thesaurus available !"
goto endsub
case 39 : sWord = "Ciao"
case 42 : Printlog "- No Thesaurus available !"
goto endsub
case 45 : sWord = "Hej"
case 46 : sWord = "Välkommen"
case 47 : Printlog "- No Thesaurus available !"
goto endsub
case 48 : Printlog "- No Thesaurus in Polish!"
goto endsub
case 49 : sWord = "Hallo"
case 50 : sWord = "Prosojnica"
case 51 : Printlog "- No Thesaurus available !"
goto endsub
case 55 : Printlog "- No Thesaurus in Brazilian!"
goto endsub
case 90 : Printlog "- No Thesaurus available !"
goto endsub
case else : if bAsianLan then
hSetSpellHypLanguage
sWord = "Hello"
else
Warnlog "For the language " + iSprache +" nothing is prepared yet: insert text here"
sWord = "Hello"
endif
end select
PrintLog "Thesaurus with 1 word: " + sWord
if( Ucase(gApplication) = "DRAW" ) then
sExt = ".odg"
Kontext "DrawDocument"
elseif( Ucase(gApplication) = "IMPRESS" ) then
sExt = ".odp"
Kontext "ImpressDocument"
endif
Call hFileOpen (gTesttoolpath + "graphics\required\input\recht_" + iSprache + sExt)
Call sMakeReadOnlyDocumentEditable
Call hTextrahmenErstellen (sWord,20,20,50,30)
sleep 1
printlog "select the word"
hTypeKeys "<Home><SHIFT END>"
hOpenContextMenu
hMenuSelectNr(14) ' the synonyms
iItemCount = hMenuItemGetCount
printlog iItemCount
if(iItemCount <= 2 ) then ' none and Thesaurus item
warnlog "There should be a synonymus display for the word '" + sWord + "' but it isn't."
endif
hMenuSelectNr(iItemCount) ' the last item
Kontext "Thesaurus"
if Thesaurus.Exists(5) then
printlog "Thesaurus dialog appear from the context menu"
Thesaurus.Cancel
else
warnlog "the thesaurus dialog does not appear fro mthe context menu of a selected word"
endif
call hCloseDocument
endcase
'-------------------------------------------------------------------------------
testcase tiToolsHyphenation1
printlog " - Hyphenation without any text"
Call hNewDocument '/// New impress document ///'
sleep 3
ToolsLanguageHyphenationDraw '/// Try with empty document ///'
Kontext "Hyphenation"
if Hyphenation.Exists(1) = True Then
Warnlog " - Dialog ist da"
Hyphenation.Cancel
else
Printlog " - Hyphenation activated"
end if
' Kontext "DocumentImpress"
printlog " - Hyphenation with text, but without any possibility to break words"
select case iSprache
case 01 : hTextrahmenErstellen ("This ist a text with no split words",10,10,40,40) '/// Create text without a pssibility to split words///'
case 03 : hTextrahmenErstellen ("Compare a tradu" + Chr(231) + Chr(227) + "o com o original",10,10,40,40)
case 07 : qaerrorlog "- No Hypenation for Russian available"
Call hCloseDocument '/// Close document ///'
goto endsub
case 31 : hTextrahmenErstellen ("Het is mijn bedoeling om voor en hulpmiddel.",10,10,40,40)
case 33 : hTextrahmenErstellen ("Merci beaucoup pout votre candidature du 13/11/97.",10,10,40,40)
case 34 : hTextrahmenErstellen ("This ist a text with no spliting words",10,10,40,40)
case 36 : hTextrahmenErstellen ("Semmi karhozattyoc nincz most azoknac, a kic az Iesus Christusban be oltattac",10,10,40,40)
case 39 : hTextrahmenErstellen ("Il documento 'Senza nome 1' stato modififcato",10,10,40,40)
case 45 : hTextrahmenErstellen ("at du har nok i dit hvis du",10,10,40,40 )
case 46 : hTextrahmenErstellen ("Detta är en text utan delade ord",10,10,40,40)
case 48 : hTextrahmenErstellen (" Jeoli jednak zechcesz",10,10,40,40)
case 49 : hTextrahmenErstellen ("Dies ist ein Text ohne eine Moeglichkeit Woerter zu trennen",10,10,40,40)
case 50 : hTextrahmenErstellen ("Zato ves čas iščemo nove člane: sodelujte",10,10,40,40)
case 55 : hTextrahmenErstellen ("a Sun tentou adquirir a Apple",10,10,40,40)
case else : if bAsianLan then
printlog "For the language " + iSprache +" nothing is prepared yet, but is AsianLan, so OK :-)"
printlog " :-) will use English instead"
hTextrahmenErstellen ("This ist a text with no split words",10,10,40,40)
else
Warnlog "For the language " + iSprache +" nothing is prepared yet: insert text here"
endif
end select
hTypeKeys "<Home>"
ToolsLanguageHyphenationDraw '/// Try ///'
Kontext "Hyphenation"
if Hyphenation.Exists =True Then
Warnlog "Dialog exists"
Hyphenation.Cancel
else
Kontext "Active"
if Active.Exists then Active.OK
end if
Call hCloseDocument '/// Close document ///'
endcase 'tiToolsHyphenation1
'-------------------------------------------------------------------------------
testcase tiToolsHyphenation2
dim iWaitIndex as integer
dim sExt as string
Dim i : Dim DasWort2 : Dim DasWort3 : Dim DasWort4 : Dim DasWort5 : Dim DasWort6 : Dim DasWort7
Dim DasWort as string
dim sDraw as string
dim sFile as string
PrintLog "- Tools/Hyphenation2"
Select Case Ucase(gApplication)
case "DRAW" : sExt = ".odg"
case "IMPRESS" : sExt = ".odp"
end select
if ((not bAsianLan) AND (iSprache <> 07)) then
sFile = gTesttoolpath + "graphics\required\input\silben_"+iSprache+sExt
Call hFileOpen (sFile)
endif
select case iSprache '/// Open prepared document ///'
case 01 :DasWort = "ation" : DasWort2 = "tion" : DasWort3 = "ion" : DasWort4 = "on" '+Chr(34)
case 07 : qaerrorlog "- No Hypenation for Russian available"
goto endsub
case 31 :DasWort = "siteit" : DasWort2 = "iteit" : DasWort3 = "teit" : DasWort4 = "eit"
case 33 :DasWort = "ture" : DasWort2 = "ure" : DasWort3 = "re" : DasWort4 = "e"
case 34 :DasWort = "chvo" : DasWort2 = "hvo" : DasWort3 = "vo" : DasWort4 = "o"
case 36 :DasWort = "zatnal" : DasWort2 = "atnal" : DasWort3 = "tnal" : DasWort4 = "nal"
case 39 :DasWort = "sentu" : DasWort2 = "entu" : DasWort3 = "ntu" : DasWort4 = "tu"
case 46 :DasWort = "niska" : DasWort2 = "iska" : DasWort3 = "ska" : DasWort4 = "ka"
case 48 :DasWort = "nie" : DasWort2 = "ie" : DasWort3 = "e"
case 49 :DasWort = "nung" : DasWort2 = "ung" : DasWort3 = "ng" : DasWort4 = "g"
case 50 :DasWort = "nica" : DasWort2 = "ica" : DasWort3 = "ca" : DasWort4 = "a"
case 55 :DasWort = "gia" : DasWort2 = "ia" : DasWort3 = "a" : DasWort4 = "ogia"
case else : if bAsianLan then
printlog "For the language " + iSprache +" nothing is prepared yet, but is AsianLan, so OK :-)"
printlog " :-) will use English instead"
Call hFileOpen (gTesttoolpath + "graphics\required\input\silben_"+"1"+sExt)
DasWort = "ation" : DasWort2 = "tion" : DasWort3 = "ion" : DasWort4 = "on" '+Chr(34)
else
Warnlog "For the language " + iSprache +" nothing is prepared yet: insert text here and create file: "+sFile
hNewDocument
endif
end select
Call sMakeReadOnlyDocumentEditable
printlog " - Test hyphenation"
EditSelectAll '/// Press CTRL + A to select all ///'
'/// press return to go into the edit mode ///'
hTypeKeys "<Return>"
sleep 1
' WA for draw, or smth else: get text part before hyphenation:
if iSprache = "1" OR bAsianLan = TRUE then
hTypeKeys "<MOD1 END><HOME><MOD1 SHIFT RIGHT RIGHT>" '/// Select part of text and compare it with original text at this place ///'
else
hTypeKeys "<MOD1 END><HOME><MOD1 SHIFT RIGHT>"
endif
EditCopy
sDraw = GetClipboardText()
EditSelectAll '/// Select whole text ///'
ToolsLanguageHyphenationDraw '/// Run Hyphenation ///'
gMouseClick 50,50
hTypeKeys "<MOD1 END><HOME><MOD1 SHIFT RIGHT>" '/// Select part of text and compare it with original text at this place ///'
sleep 3
EditCopy
printlog GetClipboardText
select case GetClipboardText
case DasWort : printlog " - Hyphenation worked"
case DasWort2 : printlog " - Hyphenation worked"
case DasWort3 : printlog " - Hyphenation worked"
case DasWort4 : printlog " - Hyphenation worked"
case else : warnlog " - Hyphenation didnt work"
end select
if GetClipboardText <> sDraw then
Printlog " - WA draw hyphenation did work :-)"
else
Warnlog " - Hyphenation did not work"
Printlog "Expected: '"+DasWort+"'; or something different than: '"+sDraw+"'; But what we got was: '"+GetClipboardText+"'"
end if
sleep 1
Call hCloseDocument '/// Close document ///'
endcase 'tiToolsHyphenation2
'-------------------------------------------------------------------------------
testcase tToolsMacro
Dim i as integer
Dim j as integer
Dim Zaehler as integer
Dim ZaehlerListe as integer
Call hNewDocument
ToolsMacro
Kontext "Makro"
'/// to get the count of all macros, the list needs to get elapsed-all ///'
for j = 1 to 2
Zaehler=MakroAus.GetItemCount
MakroAus.typeKeys "<end>"
for i = 1 to Zaehler
MakroAus.typeKeys "<+><up>"
next i
next j
Zaehler=MakroAus.GetItemCount
for i= 1 to Zaehler
printlog "Starting Macro: (" + i + "/"+ Zaehler + ")"
MakroAus.Select i
if Makroname.GetText = "" Then
try
Ausfuehren.Click
Aufzeichnen.Click
Zuordnen.Click
Bearbeiten.Click
Warnlog " - Controls should not be visible"
catch
Printlog " Contrls invisible because no macro choosen"
endcatch
else
SetClipboard = Makroname.GetText
ZaehlerListe=MakroListe.GetItemCount
for j=2 to ZaehlerListe
Makroliste.Select j
if Makroname.GetText<>GetClipboardText Then
Printlog " Selection got used"
else
Warnlog " - Selection not right, it should be: " + Makroliste.GetSelText + " but it is: " + GetClipboardText
end if
next j
end if
next i
Printlog " run macros"
MakroAus.Select 6 '3
Ausfuehren.Click
sleep 10
if Makro.Exists Then
Warnlog " - Macro not executed"
else
Printlog " Macro executed"
ToolsMacro
Kontext "Makro"
end if
Zuordnen.Click
Kontext
Active.SetPage TabCustomizeMenu
Kontext "TabCustomizeMenu"
If TabCustomizeMenu.Exists Then
Printlog " Assign macro works"
TabCustomizeMenu.Cancel
sleep 3
Kontext "Makro"
else
Warnlog " - Assigning macro does not work"
end if
Bearbeiten.Click
try
sleep 1 ' this sleep is necessary. it takes some time, until focuse switched to basic window!
ViewNavigator
kontext "NavigatorDraw"
if NavigatorDraw.exists (5) then
Warnlog " - Edit macro does not work"
ViewNavigator
endif
catch
hCloseDocument
Kontext "DocumentDraw"
ToolsMacro
Kontext "Makro"
Printlog " Edit macro works"
endcatch
MakroAus.typeKeys "<end>"
Zaehler = Makroliste.GetItemCount
Neu.Click ' same as delete
kontext "NeuesModul"
Modulname.SetText "NewMarco"
NeuesModul.OK
ToolsMacro
Kontext "Makro"
if (Makroliste.GetItemCount = (Zaehler+1)) Then
Printlog " New macro works"
else
Warnlog " - Macro wasn't created"
end if
if (Makroliste.GetItemCount <> Makroliste.getSelIndex) Then
Warnlog " created Macro not selected"
Makroaus.Select(Makroaus.GetItemCount)
end if
sleep 1
Loeschen.Click
sleep 1
Kontext "Active"
printlog Active.getText
Active.Yes
sleep 2
Kontext "Makro"
if (Makroliste.GetItemCount = 0) Then
Printlog " Delete macro works"
else
Warnlog " - Macro wasn't deleted"
end if
sleep 2
makro.close
'TODO: organizer testing!
Call hCloseDocument
Call hCloseDocument
endcase 'tToolsMacro
|