| /trunk/test/testgui/source/fvt/gui/sc/validity/ |
| H A D | ValidityDialogSetting.java | 88 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween() 89 activeMsgBox.ok(); in testAllowDateNotBetween() 96 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween() 97 activeMsgBox.ok(); in testAllowDateNotBetween() 104 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween() 105 activeMsgBox.ok(); in testAllowDateNotBetween() 112 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween() 113 activeMsgBox.ok(); in testAllowDateNotBetween() 120 assertEquals("Invalid value", activeMsgBox.getMessage()); in testAllowDateNotBetween() 121 activeMsgBox.ok(); in testAllowDateNotBetween() [all …]
|
| H A D | ValidityDateSupport1024Columns.java | 85 assertEquals("Have no alert message","Invalid value", activeMsgBox.getMessage()); in testValidityDateSupport1024Columns() 86 activeMsgBox.ok(); in testValidityDateSupport1024Columns() 92 assertEquals("Have no alert message","Invalid value", activeMsgBox.getMessage()); in testValidityDateSupport1024Columns() 93 activeMsgBox.ok(); in testValidityDateSupport1024Columns()
|
| H A D | ValiditySampleFile.java | 90 activeMsgBox.ok(); in testFFCNotIgnoreBlank()
|
| /trunk/test/testgui/source/testlib/gui/ |
| H A D | AppTool.java | 100 if( activeMsgBox.exists(1)) { in saveAs() 101 String msg = activeMsgBox.getMessage(); in saveAs() 104 activeMsgBox.yes(); in saveAs() 121 if (activeMsgBox.exists(2)) in discard() 122 activeMsgBox.no(); in discard() 200 if (activeMsgBox.exists()) { in handleBlocker() 202 activeMsgBox.ok(); in handleBlocker() 205 activeMsgBox.yes(); in handleBlocker() 223 if (activeMsgBox.exists(2)) { in handleBlocker() 225 activeMsgBox.ok(); in handleBlocker() [all …]
|
| H A D | UIMap.java | 126 public static final VclMessageBox activeMsgBox = new VclMessageBox(app, Constant.UID_ACTIVE); field in UIMap
|
| /trunk/test/testuno/source/fvt/mix/sc/sheet/ |
| H A D | InsertExcelSheetTest.java | 71 VclMessageBox activeMsgBox; field in InsertExcelSheetTest 224 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); in insertSheetFromFileLinkedNormal() 225 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedNormal() 228 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal() 307 msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedNormal() 310 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal() 342 msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedNormal() 345 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal() 440 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); in insertSheetFromFileLinkedValue() 441 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedValue() [all …]
|
| H A D | InsertCalcSheetTest.java | 71 VclMessageBox activeMsgBox; field in InsertCalcSheetTest 224 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); in insertSheetFromFileLinkedNormal() 225 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedNormal() 228 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal() 307 msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedNormal() 310 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal() 342 msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedNormal() 345 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal() 440 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); in insertSheetFromFileLinkedValue() 441 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedValue() [all …]
|
| /trunk/test/testgui/source/bvt/gui/ |
| H A D | FileExport.java | 528 while (activeMsgBox.exists()) { in HandleBlockers() 530 String context = activeMsgBox.getMessage(); in HandleBlockers() 542 activeMsgBox.ok(); in HandleBlockers() 544 activeMsgBox.no(); in HandleBlockers() 548 activeMsgBox.yes(); in HandleBlockers() 550 activeMsgBox.no(); in HandleBlockers() 553 activeMsgBox.doDefault(); in HandleBlockers() 556 activeMsgBox.ok(); in HandleBlockers() 558 activeMsgBox.yes(); in HandleBlockers()
|
| H A D | BasicFunctionTest.java | 125 if (activeMsgBox.exists(2)) in testPrinter() 126 activeMsgBox.ok(); in testPrinter() 754 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testNonHttpHyperlinkWithHostOnly() 756 activeMsgBox.no(); // close dialog in testNonHttpHyperlinkWithHostOnly()
|
| /trunk/test/testgui/source/svt/gui/sc/ |
| H A D | BasicFuncOnCalc.java | 35 import static testlib.gui.UIMap.activeMsgBox; 266 activeMsgBox.ok(); in saveNewSCWithValidaty() 271 activeMsgBox.ok(); in saveNewSCWithValidaty() 477 if (activeMsgBox.exists()) { in saveAndReopenNewSC() 478 activeMsgBox.yes(); in saveAndReopenNewSC() 492 activeMsgBox.no(); in closeWithoutSaveSC()
|
| /trunk/test/testgui/source/svt/gui/sw/ |
| H A D | BasicFuncOnWriter.java | 169 activeMsgBox.ok(); in saveNewSWWithSpellCheck() 497 if (activeMsgBox.exists()) { in saveAndReopenNewSW() 498 activeMsgBox.yes(); in saveAndReopenNewSW() 511 if (activeMsgBox.exists()) { in closeWithoutSaveSW() 512 activeMsgBox.no(); in closeWithoutSaveSW()
|
| H A D | FileTypeAboutWriter.java | 170 if (activeMsgBox.exists()) { in saveToOther() 171 activeMsgBox.yes(); in saveToOther()
|
| /trunk/test/testgui/source/svt/gui/sd/ |
| H A D | BasicFuncOnImpress.java | 353 if (activeMsgBox.exists()) { in saveAndReopenNewSD() 354 activeMsgBox.yes(); in saveAndReopenNewSD() 368 if (activeMsgBox.exists()) { in closeWithoutSaveSD() 369 activeMsgBox.no(); in closeWithoutSaveSD()
|
| /trunk/test/testgui/source/fvt/gui/sw/hyperlink/ |
| H A D | WarningDialog.java | 130 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testHyperlinkDisplaysWarning() 132 activeMsgBox.no(); // close dialog in testHyperlinkDisplaysWarning()
|