Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/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
/aoo41x/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.java120 if (activeMsgBox.exists(2)) in testPrinter()
121 activeMsgBox.ok(); in testPrinter()
742 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testNonHttpHyperlinkWithHostOnly()
744 activeMsgBox.no(); // close dialog in testNonHttpHyperlinkWithHostOnly()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/test/testgui/source/fvt/gui/sw/hyperlink/
H A DWarningDialog.java127 boolean msgExists = activeMsgBox.exists(1); // wait 1 second for the dialog in testHyperlinkDisplaysWarning()
129 activeMsgBox.no(); // close dialog in testHyperlinkDisplaysWarning()

Completed in 57 milliseconds