Home
last modified time | relevance | path

Searched refs:activeMsgBox (Results 1 – 14 of 14) sorted by relevance

/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogSetting.java89 activeMsgBox.ok(); in testAllowDateNotBetween()
97 activeMsgBox.ok(); in testAllowDateNotBetween()
105 activeMsgBox.ok(); in testAllowDateNotBetween()
113 activeMsgBox.ok(); in testAllowDateNotBetween()
121 activeMsgBox.ok(); in testAllowDateNotBetween()
129 activeMsgBox.ok(); in testAllowDateNotBetween()
160 activeMsgBox.ok(); in testAllowDecimalEqual()
168 activeMsgBox.ok(); in testAllowDecimalEqual()
176 activeMsgBox.ok(); in testAllowDecimalEqual()
184 activeMsgBox.ok(); in testAllowDecimalEqual()
[all …]
H A DValidityDateSupport1024Columns.java85 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 DValiditySampleFile.java90 activeMsgBox.ok(); in testFFCNotIgnoreBlank()
/trunk/test/testgui/source/testlib/gui/
H A DAppTool.java100 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 DUIMap.java126 public static final VclMessageBox activeMsgBox = new VclMessageBox(app, Constant.UID_ACTIVE); field in UIMap
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java71 VclMessageBox activeMsgBox; field in InsertExcelSheetTest
224 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); 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()
345 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal()
440 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); in insertSheetFromFileLinkedValue()
444 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedValue()
524 msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedValue()
527 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedValue()
[all …]
H A DInsertCalcSheetTest.java71 VclMessageBox activeMsgBox; field in InsertCalcSheetTest
224 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); 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()
345 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedNormal()
440 activeMsgBox = new VclMessageBox(vclApp, Constant.UID_ACTIVE); in insertSheetFromFileLinkedValue()
444 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedValue()
524 msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in insertSheetFromFileLinkedValue()
527 activeMsgBox.yes(); // yes dialog in insertSheetFromFileLinkedValue()
[all …]
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java528 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 DBasicFunctionTest.java125 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 DBasicFuncOnCalc.java35 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 DBasicFuncOnWriter.java169 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 DFileTypeAboutWriter.java170 if (activeMsgBox.exists()) { in saveToOther()
171 activeMsgBox.yes(); in saveToOther()
/trunk/test/testgui/source/svt/gui/sd/
H A DBasicFuncOnImpress.java353 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 DWarningDialog.java130 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testHyperlinkDisplaysWarning()
132 activeMsgBox.no(); // close dialog in testHyperlinkDisplaysWarning()

Completed in 104 milliseconds