summaryrefslogtreecommitdiff
path: root/smoketestoo_native/data/Global.xml
blob: 364d2e2efcfb2d790c349529a7be29201be9e20f (plain)
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
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
<?xml version="1.0" encoding="UTF-8"?>
<!--**********************************************************************
*
* 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.
*
**********************************************************************-->
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Global" script:language="StarBasic">REM  *****  BASIC  *****

const cMaxErrorStates = 13

const cCoGreen = 4057917, cCoRed = 16711680, cCoGrey = 12632256
const cParagraphBreak = 0

global const cExtensionFileName = &quot;TestExtension.oxt&quot;

global const cDocNew = 0, cDocCut = 1, cDocPaste = 2, cDocSaveOpen8 = 3, cDocSaveOpenXML = 4, cDocSaveOpen50 = 5, cDocClose = 6, cDocWrite = 7
global const cDBService = 0, cDBOpen = 1, cDBInsert = 2, cDBDelete = 3, cDBSeek = 4, cDBClose = 5
global const cEXTService = 0, cEXTInstall = 1, cEXTUninstall = 2
global const cLogfileFailed = 255

global const cStWriter = 0, cStCalc = 1, cStPraesentation = 2, cStZeichnen = 3
global const cStMessage = 12, cStHTML = 6, cStChart = 4, cStJava = 7
global const cStMath = 5, cStDataBase = 9
global const cStExtension = 11
global const cStNone = -1

global const cFlt8 = 0, cFlt50 = 32, cFltNewDoc = 64, cFltXML = 128

global const frmWriter = 1, frmCalc = 2, frmMessage = 3, frmImpress = 4
global const frmMath = 5, frmImage = 6, frmChart = 7, frmHyperText = 8, frmDraw = 9
global const frmDataBase = 10, frmJava = 13
global const frmExtension = 14

global const cLogUnknown = 0, cLogFalse = 1, cLogTrue = 2

&apos;UserFieldKennungen
Global const cYes = &quot;y&quot;, cNo = &quot;n&quot;
Global const cStateNo = 0, cStateYes = 1

&apos;Feldtypen
Global const cFtExtUser = 21, cFtPageNum = 5, cFtStatistic = 8, cFtDateTime = 27, cFtDatabase = 31

&apos;UnoStrings
Global const cUnoSeparator = &quot;.&quot;
Global const cUnoPrefix = &quot;com.sun.star.&quot;
Global const cUnoUserField = cUnoPrefix + &quot;text.FieldMaster.User&quot;
Global const cUnoExtUserField = cUnoPrefix + &quot;text.TextField.ExtendedUser&quot;
Global const cUnoMasterDataBase = cUnoPrefix + &quot;text.FieldMaster.Database&quot;
Global const cUnoDataBase = cUnoPrefix + &quot;text.TextField.Database&quot;
Global const cUnoDateTime = cUnoPrefix + &quot;text.TextField.DateTime&quot;
Global const cUnoTextGraphi2 = cUnoPrefix + &quot;text.Graphic&quot;
Global const cUnoJavaLoader = cUnoPrefix + &quot;loader.Java&quot;
Global const cUnoDatabaseContext = cUnoPrefix + &quot;sdb.DatabaseContext&quot;
Global const cUnoRowSet = cUnoPrefix + &quot;sdb.RowSet&quot;
Global const cUnoSmoketestTestExtension = cUnoPrefix + &quot;comp.smoketest.TestExtension&quot;
Global const cUnoSmoketestCommandEnvironment = cUnoPrefix + &quot;deployment.test.SmoketestCommandEnvironment&quot;
Global const cExtensionManager = cUnoPrefix + &quot;deployment.ExtensionManager&quot;

&apos;UserFieldNames
Global const cUserFieldTestWriter = &quot;Writer&quot;, cUserFieldTestCalc = &quot;Calc&quot;, cUserFieldTestImpress = &quot;Impress&quot;
Global const cUserFieldTestDraw = &quot;Draw&quot;, cUserFieldTestMath = &quot;Math&quot;, cUserFieldTestChart = &quot;Chart&quot;
Global const cUserFieldTestHTML = &quot;HTML&quot;, cUserFieldTestJava = &quot;Java&quot;, cUserFieldTestDatabase = &quot;Database&quot;
Global const cUserFieldTestExtension = &quot;Extension&quot;
Global const cUserFieldTestOpenSaveXML = &quot;SaveOpenXML&quot;, cUserFieldTestOpenSave50 = &quot;SaveOpen50&quot;, cUserFieldTestCut = &quot;Cut&quot;
Global const cUserFieldTestPaste = &quot;Paste&quot;, cUserFieldTestTerminateAfterTest = &quot;Terminate&quot;, cUserFieldTestOpenSave8 = &quot;SaveOpen8&quot;

Global const cOptionsDialogName = &quot;OptionsDlg&quot;, cTest10Modul = &quot;Standard&quot;

Global const cDlgCancel = 1, cDlgOk = 0, cDlgStartTest = 2

global gErrorState (cMaxErrorStates, 5) as integer

global gOutputDoc as Object
global gOutputDocNotUno as Object
global gOptionsDialog as Object

Global bMakeWriterTest as boolean, bMakeCalcTest as  boolean, bMakeImpressTest as boolean
Global bMakeDrawTest as Boolean, bMakeMathTest as boolean, bMakeChartTest as boolean
Global bMakeHTMLTest as boolean, bMakeJavaTest as boolean, bMakeDBTest as boolean
Global bMakeExtensionTest as boolean
Global bMakeSaveOpenXMLTest as boolean, bMakeSaveOpen50Test as boolean, bMakeCutTest as boolean
Global bMakePasteTest as boolean, bMakeTerminateAfterTest as boolean, bShowTable as boolean
Global bMakeSaveOpen8Test as boolean

global sExtensionURL as string

Dim gDlgState as Integer

Sub SetGlobalDoc
    gOutPutDoc = ThisComponent
end Sub

Sub ClearStatus
    for j% = 0 to cMaxErrorStates
        for i% = 0 to 5
               gErrorState (j%, i%) = cLogUnknown
        next i%
    next j%
end Sub

Sub ClearAllText
    call SetGlobalDoc
    call ClearDoc (gOutPutDoc)
    call ClearStatus
end Sub

Sub Main
    call SetGlobalDoc
    if bShowTable then
        call ClearDoc (gOutPutDoc)
    end If

    call ClearStatus

    Call Test_10er.Main

    if bShowTable then
        call CreateStatusTable2
        call CreateStatusTable
        call CreateDocState
        call CreateSecondState
        gOutputDoc.CurrentController.ViewCursor.JumpToFirstPage
    end if
End Sub

Sub CreateStatusTable
    dim tableHeaders(7) as string
    tableHeaders(cStWriter) = &quot;Writer&quot;
    tableHeaders(cStCalc) = &quot;Calc&quot;
    tableHeaders(cStPraesentation) = &quot;Präsen- tation&quot;
    tableHeaders(cStZeichnen) = &quot;Zeichn.&quot;
    tableHeaders(cStChart) = &quot;Diagr.&quot;
    tableHeaders(cStMath) = &quot;Math&quot;
    tableHeaders(cStHTML) = &quot;HTML&quot;
    tableHeaders(cStJava) = &quot;Java&quot;

    dim tableColums(5) as string
    tableColums(cDocNew) = &quot;new&quot;
    tableColums(cDocCut) = &quot;cut&quot;
    tableColums(cDocPaste) = &quot;paste&quot;
    tableColums(cDocSaveOpen8) = &quot;V8.0&quot;
    tableColums(cDocSaveOpenXML) = &quot;XML&quot;
    tableColums(cDocSaveOpen50) = &quot;V5.0&quot;
&apos;  tableColums(cDocClose) = &quot;close&quot;

    aDoc = gOutPutDoc

    xText = aDoc.Text
    xCursor = xText.createTextCursor()

&apos;  xCursor.gotoStart(FALSE)
&apos;  xCursor.GoRight (2, False)
&apos;  SetParagraphBreak (xCursor)
&apos;  SetParagraphBreak (xCursor)
    xCursor.gotoStart(FALSE)
    xCursor.GoRight (4, False)
    SetParagraphBreak (xCursor)
    xCursor.GoRight (1, False)
    SetParagraphBreak (xCursor)
    xCursor.GoRight (1, False)

    table = aDoc.createInstance(&quot;com.sun.star.text.TextTable&quot;)
    table.initialize(7,9)
    table.Name = &quot;StTab1&quot;
    xText.insertTextContent(xCursor, table, FALSE)

    tableCursor = table.createCursorByCellName(table.CellNames(0))
    tableCursor.gotoStart(FALSE)
    tableCursor.goRight(1,FALSE)

    for i% = 0 to 7
      cName = tableCursor.getRangeName()
      xCell = table.getCellByName(cName)
      xCell.String=tableHeaders(i%)

      xCell.BackTransparent = False
      xCell.BackColor = cCoGrey

      tableCursor.goRight(1,FALSE)
    next i%

    xCursor.gotoStart(FALSE)
&apos;  SetParagraphBreak (xCursor)
&apos;  SetParagraphBreak (xCursor)

    tableCursor.gotoStart(FALSE)
    cName = tableCursor.getRangeName()
      xCell = table.getCellByName(cName)
      xCell.BackTransparent = False
      xCell.BackColor = cCoGrey

    for i% = 0 to 5
        tableCursor.goDown(1,FALSE)
         cName = tableCursor.getRangeName()
          xCell = table.getCellByName(cName)
          xCell.String=tableColums(i%)

          xCell.BackTransparent = False
          xCell.BackColor = cCoGrey
    next i%
end Sub

Sub CreateStatusTable2
    dim tableHeaders(5) as string
    tableHeaders(cStDataBase-9) = &quot;Database&quot;
    tableHeaders(1) = &quot;&quot;
    tableHeaders(cStExtension-9) = &quot;Extension&quot;
    tableHeaders(3) = &quot;&quot;
    tableHeaders(4) = &quot;&quot;

    dim tableColums(5) as string
    tableColums(cDBService ) = &quot;services&quot;
    tableColums(cDBOpen ) = &quot;open&quot;
    tableColums(cDBInsert ) = &quot;insert&quot;
    tableColums(cDBDelete  ) = &quot;delete&quot;
    tableColums(cDBSeek ) = &quot;seek&quot;
    tableColums(cDBClose ) = &quot;close&quot;

    dim tableColums2(3) as string
    tableColums2(cEXTService ) = &quot;services&quot;
    tableColums2(cEXTInstall ) = &quot;install&quot;
    tableColums2(cEXTUninstall ) = &quot;uninstall&quot;

    aDoc = gOutPutDoc

    xText = aDoc.Text
    xCursor = xText.createTextCursor()

    xCursor.gotoStart(FALSE)
    xCursor.GoRight (4, False)
    SetParagraphBreak (xCursor)
    SetParagraphBreak (xCursor)
    xCursor.gotoEnd(FALSE)

    table = aDoc.createInstance(&quot;com.sun.star.text.TextTable&quot;)
    table.initialize(7,6)
    table.Name = &quot;StTab2&quot;
    &apos;table.RelativeWidth =500

    xText.insertTextContent(xCursor, table, FALSE)

    tableCursor = table.createCursorByCellName(table.CellNames(0))
    tableCursor.gotoStart(FALSE)
    tableCursor.goRight(1,FALSE)

    for i% = 0 to 5
      cName = tableCursor.getRangeName()
      xCell = table.getCellByName(cName)
      xCell.String=tableHeaders(i%)

      xCell.BackTransparent = False
      xCell.BackColor = cCoGrey

      tableCursor.goRight(1,FALSE)
    next i%

    tableCursor.gotoStart(FALSE)

    cName = tableCursor.getRangeName()
      xCell = table.getCellByName(cName)
      xCell.BackTransparent = False
      xCell.BackColor = cCoGrey

    for i% = 0 to 5
        tableCursor.goDown(1,FALSE)
         cName = tableCursor.getRangeName()
          xCell = table.getCellByName(cName)
          xCell.String=tableColums(i%)

          xCell.BackTransparent = False
          xCell.BackColor = cCoGrey
    next i%

    tableCursor.gotoStart(FALSE)
    tableCursor.goRight(2,FALSE)

    for i% = 0 to 3
        tableCursor.goDown(1,FALSE)
         cName = tableCursor.getRangeName()
          xCell = table.getCellByName(cName)
          xCell.String=tableColums2(i%)

          xCell.BackTransparent = False
          xCell.BackColor = cCoGrey
    next i%
end Sub


Sub CreateDocState
    aDoc = gOutPutDoc
    table = aDoc.TextTables.GetByIndex (1)
    &apos;table = aDoc.TextTables.GetByName (&quot;StTab1&quot;)

    for j% = 0 to 7
        for i% = 0 to 5
            sRangeName = GetRangeName(j%, i%+1)

            tableCursor = table.createCursorByCellName(sRangeName)

             cName = tableCursor.getRangeName()
              xCell = table.getCellByName(cName)

              xCell.BackTransparent = False

               if gErrorState (j%, i%) = cLogTrue then
                      xCell.BackColor = cCoGreen
              else if gErrorState (j%, i%) = cLogFalse then
                      xCell.BackColor = cCoRed
              else
                  xCell.BackColor = cCoGrey
              end If
              end If

        next i%
    next j%
end Sub

Sub CreateSecondState
    aDoc = gOutPutDoc
    table = aDoc.TextTables.GetByIndex (0)
    &apos;table = aDoc.TextTables.GetByName (&quot;StTab2&quot;)

    for j% = 0 to cMaxErrorStates-9
        for i% = 0 to 5
            sRangeName = GetRangeName(j%, i%+1)

            tableCursor = table.createCursorByCellName(sRangeName)

             cName = tableCursor.getRangeName()
              xCell = table.getCellByName(cName)

              xCell.BackTransparent = False

               if gErrorState (j%+9, i%) = cLogTrue then
                      xCell.BackColor = cCoGreen
              else if gErrorState (j%+9, i%) = cLogFalse then
                      xCell.BackColor = cCoRed
              else
                  xCell.BackColor = cCoGrey
              end If
              end If

        next i%
    next j%
end Sub

Function GetRangeName (nColumn as integer, nRow as integer) as string
    GetRangeName = chr (nColumn+66) + Trim(Str(nRow+1))
end Function

Sub SetStatus (nDocType as Integer, nAction as Integer, bState as Boolean)
    Dim nStatusType as Integer
    Dim nState as integer
    nStatusType = GetStatusType (nDocType)
    If nStatusType = cStNone then Exit Sub

    if bState then
        nState = cLogTrue
    else
        nState = cLogFalse
    end If

    gErrorState (nStatusType, nAction) = nState
end Sub

Function GetStatusType (nDocType as Integer) as Integer
    Select Case ( nDocType )
        case frmWriter
            GetStatusType = cStWriter &apos; Textdokument
        case frmCalc
            GetStatusType = cStCalc &apos;Tabellendokument
        case frmMessage
            GetStatusType = cStMessage &apos;Nachricht
        case frmImpress
            GetStatusType = cStPraesentation &apos;Präsentation
        case frmDraw
            GetStatusType = cStZeichnen &apos;Zeichnen
        case frmMath
            GetStatusType = cStMath &apos;Formel
        case frmImage
            GetStatusType = cStBild &apos;Bild
        case frmHyperText
            GetStatusType = cStHTML &apos;Hypertext-Dokument
        case frmChart
            GetStatusType = cStChart &apos;Diagramm
        case frmJava
            GetStatusType = cStJava &apos;Java
        case frmDataBase
            GetStatusType = cStDataBase &apos;DataBase
        case frmExtension
            GetStatusType = cStExtension &apos;Extension
        case else
            GetStatusType = cStNone
    end Select
end Function

Sub SetParagraphBreak (aCursor as Object)
    aCursor.Text.InsertControlCharacter (aCursor, cParagraphBreak, True)
end Sub

Sub ClearDoc (aDoc as Object)
    Dim aText as Object
    Dim i%
    for i%=1 to aDoc.TextTables.count
        aDoc.TextTables.GetByIndex(0).dispose
    next

    aText = aDoc.Text.CreateTextCursor
    aText.GotoStart (False)
    aText.GoRight (3, False)
    SetParagraphBreak (aText)
    aText.GotoEnd (True)
    aText.String=&quot;&quot;
end Sub

Sub ClearDocFull (aDoc as Object)
    Dim aText as Object
    Dim i%
    for i%=1 to aDoc.TextTables.count
        aDoc.TextTables.GetByIndex(0).dispose
    next

    aText = aDoc.Text.CreateTextCursor
    aText.GotoStart (False)
    aText.GotoEnd (True)
    aText.String=&quot;&quot;
end Sub

Sub SetGlobalOptionsDialog ()

    Dim oLibContainer As Object, oLib As Object
    Dim oInputStreamProvider As Object
    Dim oDialog As Object

    Const sLibName = cTest10Modul
    Const sDialogName = cOptionsDialogName

    REM get library and input stream provider
    oLibContainer = DialogLibraries

    REM load the library
    oLibContainer.loadLibrary( sLibName )

    oLib = oLibContainer.getByName( sLibName )
    oInputStreamProvider = oLib.getByName( sDialogName )

    REM create dialog control
    gOptionsDialog = CreateUnoDialog( oInputStreamProvider )

end Sub

Sub ShowOptionsDlg

    call SetGlobalDoc
    call SetGlobalOptionsDialog
    call GetOptions

    REM show the dialog
    gOptionsDialog.execute()

       &apos; jetzt läuft der Dialog, bis ein Button gedrückt wird

       Select Case (gDlgState)
           case cDlgOk
               call SetOptions ()
           case cDlgStartTest
               call SetOptions ()
               call StartTestByOptions ()
    end Select

    gOptionsDialog.dispose()

end Sub

Sub SetOptions
    call SetGlobalDoc
    SetUserFieldState (cUserFieldTestWriter, -(gOptionsDialog.getControl(&quot;cbWriterTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestCalc, -(gOptionsDialog.getControl(&quot;cbCalcTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestImpress, -(gOptionsDialog.getControl(&quot;cbImpressTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestDraw, -(gOptionsDialog.getControl(&quot;cbDrawTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestHTML, -(gOptionsDialog.getControl(&quot;cbHTMLTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestMath, -(gOptionsDialog.getControl(&quot;cbMathTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestChart, -(gOptionsDialog.getControl(&quot;cbChartTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestJava, -(gOptionsDialog.getControl(&quot;cbJavaTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestDatabase, -(gOptionsDialog.getControl(&quot;cbDatabaseTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestExtension, -(gOptionsDialog.getControl(&quot;cbExtensionTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestOpenSaveXML, -(gOptionsDialog.getControl(&quot;cbSaveOpenXMLTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestOpenSave50, -(gOptionsDialog.getControl(&quot;cbSaveOpen50Test&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestOpenSave8, -(gOptionsDialog.getControl(&quot;cbSaveOpen8Test&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestCut, -(gOptionsDialog.getControl(&quot;cbCutTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestPaste, -(gOptionsDialog.getControl(&quot;cbPasteTest&quot;).getState), gOutPutDoc)
    SetUserFieldState (cUserFieldTestTerminateAfterTest, -(gOptionsDialog.getControl(&quot;cbTerminateAfterTest&quot;).getState), gOutPutDoc)
end Sub

Sub GetOptions
    call SetGlobalDoc
    gOptionsDialog.getControl(&quot;cbWriterTest&quot;).setState( -( GetUserFieldState (cUserFieldTestWriter, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbCalcTest&quot;).setState ( -( GetUserFieldState (cUserFieldTestCalc, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbImpressTest&quot;).setState( -( GetUserFieldState (cUserFieldTestImpress, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbDrawTest&quot;).setState( -( GetUserFieldState (cUserFieldTestDraw, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbHTMLTest&quot;).setState( -( GetUserFieldState (cUserFieldTestHTML, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbMathTest&quot;).setState( -( GetUserFieldState (cUserFieldTestMath, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbChartTest&quot;).setState( -( GetUserFieldState (cUserFieldTestChart, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbJavaTest&quot;).setState( -( GetUserFieldState (cUserFieldTestJava, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbDatabaseTest&quot;).setState( -( GetUserFieldState (cUserFieldTestDatabase, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbExtensionTest&quot;).setState( -( GetUserFieldState (cUserFieldTestExtension, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbSaveOpenXMLTest&quot;).setState( -( GetUserFieldState (cUserFieldTestOpenSaveXML, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbSaveOpen50Test&quot;).setState( -( GetUserFieldState (cUserFieldTestOpenSave50, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbSaveOpen8Test&quot;).setState( -( GetUserFieldState (cUserFieldTestOpenSave8, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbCutTest&quot;).setState( -( GetUserFieldState (cUserFieldTestCut, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbPasteTest&quot;).setState( -( GetUserFieldState (cUserFieldTestPaste, gOutPutDoc)))
    gOptionsDialog.getControl(&quot;cbTerminateAfterTest&quot;).setState( -( GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutPutDoc)))
End Sub

Sub ReadOptions
    call SetGlobalDoc
    bMakeWriterTest = GetUserFieldState (cUserFieldTestWriter, gOutPutDoc)
    bMakeCalcTest = GetUserFieldState (cUserFieldTestCalc, gOutPutDoc)
    bMakeImpressTest = GetUserFieldState (cUserFieldTestImpress, gOutPutDoc)
    bMakeDrawTest = GetUserFieldState (cUserFieldTestDraw, gOutPutDoc)
    bMakeHTMLTest = GetUserFieldState (cUserFieldTestHTML, gOutPutDoc)
    bMakeMathTest = GetUserFieldState (cUserFieldTestMath, gOutPutDoc)
    bMakeChartTest = GetUserFieldState (cUserFieldTestChart, gOutPutDoc)
    bMakeJavaTest = GetUserFieldState (cUserFieldTestJava, gOutPutDoc)
    bMakeDBTest = GetUserFieldState (cUserFieldTestDatabase, gOutPutDoc)
    bMakeExtensionTest = GetUserFieldState (cUserFieldTestExtension, gOutPutDoc)
    bMakeSaveOpenXMLTest = GetUserFieldState (cUserFieldTestOpenSaveXML, gOutPutDoc)
    bMakeSaveOpen50Test = GetUserFieldState (cUserFieldTestOpenSave50, gOutPutDoc)
    bMakeSaveOpen8Test = GetUserFieldState (cUserFieldTestOpenSave8, gOutPutDoc)
    bMakeCutTest = GetUserFieldState (cUserFieldTestCut, gOutPutDoc)
    bMakePasteTest = GetUserFieldState (cUserFieldTestPaste, gOutPutDoc)
    bMakeTerminateAfterTest = GetUserFieldState (cUserFieldTestTerminateAfterTest, gOutPutDoc)
end Sub

Sub SetDefaultOptions
    bMakeWriterTest = true
    bMakeCalcTest = true
    bMakeImpressTest = true
    bMakeDrawTest = true
    bMakeHTMLTest = true
    bMakeMathTest = true
    bMakeChartTest = true
    if Environ(&quot;SOLAR_JAVA&quot;) = &quot;&quot; then
        bMakeJavaTest = false
        bMakeDBTest = false
        bMakeExtensionTest = false
    else
        bMakeJavaTest = true
        bMakeDBTest = true
        bMakeExtensionTest = true
    End If
    bMakeSaveOpenXMLTest = true
    REM Disable StarOffice 5.0 tests in case binfilter has not been included
    if Environ(&quot;WITH_BINFILTER&quot;) = &quot;NO&quot; then
        bMakeSaveOpen50Test = false
    else
        bMakeSaveOpen50Test = true
    End If
    bMakeSaveOpen8Test = true
    bMakeCutTest = true
    bMakePasteTest = true
    bMakeTerminateAfterTest = false
end Sub

Sub StartTestByOptions
    bShowTable = true
    call ReadOptions
    call Main
    if bMakeTerminateAfterTest then
        ClearDocFull (gOutPutDoc)
        gOutPutDoc.dispose
        &apos;StarDesktop.Terminate

        &apos;EnableReschedule( false )
        &apos;DispatchSlot( 5300 )
        stop
    End If
end Sub

Function StartTestWithDefaultOptions
    bShowTable = false
    call SetDefaultOptions
    call Main
    dim component(cMaxErrorStates) as string
    component(cStWriter) = &quot;Writer&quot;
    component(cStCalc) = &quot;Calc&quot;
    component(cStPraesentation) = &quot;Impress&quot;
    component(cStZeichnen) = &quot;Draw&quot;
    component(cStChart) = &quot;Chart&quot;
    component(cStMath) = &quot;Math&quot;
    component(cStHTML) = &quot;HTML&quot;
    component(cStJava) = &quot;Java&quot;
    component(cStDataBase) = &quot;Base&quot;
    component(cStExtension) = &quot;Extensions&quot;
    dim action(5) as string
    action(cDocNew) = &quot;new&quot;
    action(cDocCut) = &quot;cut&quot;
    action(cDocPaste) = &quot;paste&quot;
    action(cDocSaveOpen8) = &quot;V8.0&quot;
    action(cDocSaveOpenXML) = &quot;XML&quot;
    action(cDocSaveOpen50) = &quot;V5.0&quot;
    dim baseAction(5) as string
    baseAction(cDBService) = &quot;services&quot;
    baseAction(cDBOpen) = &quot;open&quot;
    baseAction(cDBInsert) = &quot;insert&quot;
    baseAction(cDBDelete) = &quot;delete&quot;
    baseAction(cDBSeek) = &quot;seek&quot;
    baseAction(cDBClose) = &quot;close&quot;
    dim extAction(2) as string
    extAction(cEXTService) = &quot;services&quot;
    extAction(cEXTInstall) = &quot;install&quot;
    extAction(cEXTUninstall) = &quot;uninstall&quot;
    dim result as string
    for i = 0 to cMaxErrorStates
        for j = 0 to 5
            if gErrorState(i, j) = cLogFalse then
                result = result &amp; &quot; &quot; &amp; component(i) &amp; &quot;:&quot;
                if i = cStDataBase then
                    result = result &amp; baseAction(j)
                else if i = cStExtension then
                    result = result &amp; extAction(j)
                else
                    result = result &amp; action(j)
                end if
                end if
            end if
        next j
    next i
    StartTestWithDefaultOptions = result
end Function

Sub DispatchSlot(SlotID as Integer)
    Dim oArg() as new com.sun.star.beans.PropertyValue
    Dim oUrl as new com.sun.star.util.URL
    Dim oTrans as Object
    Dim oDisp as Object

    oTrans = createUNOService(&quot;com.sun.star.util.URLTransformer&quot;)
    oUrl.Complete = &quot;slot:&quot; &amp; CStr(SlotID)
    oTrans.parsestrict(oUrl)

    oDisp = StarDesktop.queryDispatch(oUrl, &quot;_self&quot;, 0)
    oDisp.dispatch(oUrl, oArg())
End Sub

Sub LoadLibrary( LibName As String )

    dim args(1)
    dim arg as new com.sun.star.beans.PropertyValue
    arg.Name = &quot;LibraryName&quot;
    arg.Value = LibName
    args(0) = arg

    dim url as new com.sun.star.util.URL
    dim trans as object
    trans = createUnoService(&quot;com.sun.star.util.URLTransformer&quot; )
    url.Complete = &quot;slot:6517&quot;
    trans.parsestrict( url )

    dim disp as object
    disp = StarDesktop.currentFrame.queryDispatch( url, &quot;&quot;, 0 )
    disp.dispatch( url, args() )

End Sub

Sub ExecuteSlot( SlotNr As String, oDoc as Object )
    dim args()
    dim url as new com.sun.star.util.URL
    dim trans as object
    dim disp as object

    trans = createUnoService(&quot;com.sun.star.util.URLTransformer&quot; )
    url.Complete = &quot;slot:&quot; + SlotNr
    trans.parsestrict( url )

    disp = oDoc.CurrentController.Frame.queryDispatch( url, &quot;&quot;, 0 )
    disp.dispatch( url, args() )

End Sub

Sub CutText (oDoc as Object)
    ExecuteSlot (&quot;5710&quot;, oDoc)
End Sub

Sub PasteText (oDoc as Object)
    ExecuteSlot (&quot;5712&quot;, oDoc)
End Sub

Sub DelAllUserFields (aDoc as Object)
    Dim aFieldType as Object
    Dim aElements as Variant
    Dim i%
    Dim aFieldMasters, aFieldMaster as Object
    Dim sElement$
    aFieldMasters = aDoc.TextFieldMasters
    aElements = aFieldMasters.ElementNames
    for i = 0 to UBound(aElements)
        sElement$ = aElements(i)
        if 0 &lt;&gt; instr(sElement$, cUnoUserField ) then
            aFieldMaster = aFieldMasters.GetByName(sElement$)
            aFieldMaster.Dispose
        endif
    next
end Sub

Function GetUserFieldState (sName as String, aDoc as Object) as boolean
    Dim sFieldText as String
    Dim bState as boolean
    sFieldText = ReadUserField (sName, aDoc)

    if LCase(sFieldText) = cYes then
        bState = true
    else
        bState = false
    end IF

    GetUserFieldState = bState
end Function

Sub SetUserFieldState (sName as String, nState as boolean, aDoc as Object)
    Dim sFieldText as String

    sFieldText = cNo &apos;default

    Select case nState
        case true
            sFieldText = cYes
        case false
            sFieldText = cNo
    end Select

    WriteUserField (sFieldText, sName, aDoc)
end Sub

Function ReadUserField(sFieldName as String, aDoc as Object) as String
    Dim aMasters as Object
    aMasters = aDoc.TextFieldMasters
    if aMasters.HasByName (cUnoUserField+cUnoSeparator+sFieldName) then
        ReadUserField = aMasters.GetByName (cUnoUserField+cUnoSeparator+sFieldName).Content
    else
        ReadUserField = &quot;&quot;
    end If
End Function

Sub WriteUserField(sValue as String, sFieldName as String, aDoc as Object, optional aCursor as Object)
    Dim aMasters, aUserField, aTxtCursor as Object
    aMasters = aDoc.TextFieldMasters
    if aMasters.HasByName (cUnoUserField+cUnoSeparator+sFieldName) then
        aUserField = aMasters.GetByName (cUnoUserField+cUnoSeparator+sFieldName)
    else
        aUserField = aDoc.CreateInstance (cUnoUserField)
        aUserField.Name = sFieldName
    end if
    aUserField.Content = sValue
End Sub

Sub WriteExtUserField(nIndex as Integer, aCursor as Object, aDoc as Object)
    Dim aUserField as Object
    aUserField = aDoc.CreateInstance (cUnoExtUserField)
    aUserField.UserDataType = nIndex
    aCursor.Text.InsertTextContent (aCursor, aUserField, True)
    aUserField.Fix = True
End Sub
</script:module>