Lines Matching refs:activeMsgBox
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()
228 activeMsgBox.yes(); in handleBlocker()