Home
last modified time | relevance | path

Searched refs:xMessageBox (Results 1 – 4 of 4) sorted by relevance

/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DMainThreadDialogExecutor.java56 static public boolean Execute( XComponentContext xContext, XMessageBox xMessageBox ) in Execute() argument
58 MainThreadDialogExecutor aExecutor = new MainThreadDialogExecutor( xMessageBox ); in Execute()
131 private MainThreadDialogExecutor( XMessageBox xMessageBox ) in MainThreadDialogExecutor() argument
133 m_xMessageBox = xMessageBox; in MainThreadDialogExecutor()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java168 …XMessageBox xMessageBox = xMessageBoxFactory.createMessageBox(_xParentWindowPeer, MessageBoxType.E… in showErrorMessageBox() local
169 xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xMessageBox); in showErrorMessageBox()
170 if (xMessageBox != null){ in showErrorMessageBox()
171 short nResult = xMessageBox.execute(); in showErrorMessageBox()
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java181 …XMessageBox xMessageBox = xMessageBoxFactory.createMessageBox(_xWindowPeer, com.sun.star.awt.Messa… in showErrorMessageBox() local
182 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xMessageBox); in showErrorMessageBox()
183 if (xMessageBox != null){ in showErrorMessageBox()
184 short nResult = xMessageBox.execute(); in showErrorMessageBox()
/trunk/main/toolkit/source/layout/core/
H A Droot.cxx85 uno::Reference< awt::XMessageBox > xMessageBox in ShowMessageBox() local
90 if ( xMessageBox.is() ) in ShowMessageBox()
91 xMessageBox->execute(); in ShowMessageBox()

Completed in 16 milliseconds