Searched refs:BUTTONS_OK (Results 1 – 16 of 16) sorted by relevance
/aoo4110/main/desktop/test/deployment/passive/ |
H A D | passive_python.py | 26 from com.sun.star.awt.MessageBoxButtons import BUTTONS_OK 82 INFOBOX, BUTTONS_OK, "passive", "python")
|
H A D | Dispatch.java | 78 MessageBoxType.INFOBOX, MessageBoxButtons.BUTTONS_OK, in dispatch()
|
H A D | passive_native.cxx | 252 css::awt::MessageBoxButtons::BUTTONS_OK, in dispatch()
|
/aoo4110/main/desktop/test/deployment/active/ |
H A D | active_python.py | 26 from com.sun.star.awt.MessageBoxButtons import BUTTONS_OK 83 INFOBOX, BUTTONS_OK, "active", "python")
|
H A D | Dispatch.java | 78 MessageBoxType.INFOBOX, MessageBoxButtons.BUTTONS_OK, in dispatch()
|
H A D | active_native.cxx | 254 css::awt::MessageBoxButtons::BUTTONS_OK, in dispatch()
|
/aoo4110/main/wizards/com/sun/star/wizards/web/ |
H A D | ErrorHandler.java | 40 public static int BUTTONS_OK = VclWindowPeerAttribute.OK; field
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | MessageBoxButtons.idl | 35 const long BUTTONS_OK = 1;
|
H A D | XMessageBoxFactory.idl | 56 <member scope="com::sun::star::awt">MessageBoxButtons::BUTTONS_OK</member>.</p>
|
/aoo4110/main/odk/examples/DevelopersGuide/Charts/ |
H A D | SelectionChangeListener.java | 199 int button = com.sun.star.awt.MessageBoxButtons.BUTTONS_OK; in run()
|
/aoo4110/main/odk/examples/DevelopersGuide/GUI/ |
H A D | MessageBox.java | 168 …indowPeer, MessageBoxType.ERRORBOX, com.sun.star.awt.MessageBoxButtons.BUTTONS_OK, _sTitle, _sMess… in showErrorMessageBox()
|
/aoo4110/main/toolkit/source/layout/core/ |
H A D | root.cxx | 88 awt::MessageBoxButtons::BUTTONS_OK, aTitle, aMessage ); in ShowMessageBox()
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | Inspector.java | 181 …n.star.awt.MessageBoxType.ERRORBOX, com.sun.star.awt.MessageBoxButtons.BUTTONS_OK, _sTitle, _sMess… in showErrorMessageBox()
|
/aoo4110/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 63 MessageBoxButtons::BUTTONS_OK, in ShowMessageBox()
|
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 1021 MessageBoxButtons.BUTTONS_OK, in ShowError()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 1282 if (( aButtons & 0x0000ffffL ) == css::awt::MessageBoxButtons::BUTTONS_OK ) in createMessageBox()
|
Completed in 74 milliseconds