Home
last modified time | relevance | path

Searched refs:ERROR_MESSAGE (Results 1 – 19 of 19) sorted by relevance

/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java218 …ptionPane.showMessageDialog( m_aFrame, ex, "Exception on mouse click", JOptionPane.ERROR_MESSAGE ); in mouseClicked()
243 …OptionPane.showMessageDialog( m_aFrame, "No XEmbedPersist!", "Error:", JOptionPane.ERROR_MESSAGE ); in saveObject()
247 …OptionPane.showMessageDialog( m_aFrame, e, "Exception in saveObject:", JOptionPane.ERROR_MESSAGE ); in saveObject()
315 JOptionPane.ERROR_MESSAGE ); in actionPerformed()
321 …ane.showMessageDialog( m_aFrame, "No document is embedded!", "Error:", JOptionPane.ERROR_MESSAGE ); in actionPerformed()
363 JOptionPane.ERROR_MESSAGE ); in actionPerformed()
395 JOptionPane.ERROR_MESSAGE ); in actionPerformed()
415 JOptionPane.ERROR_MESSAGE ); in actionPerformed()
443 JOptionPane.ERROR_MESSAGE ); in actionPerformed()
450 …ane.showMessageDialog( m_aFrame, "No document is embedded!", "Error:", JOptionPane.ERROR_MESSAGE ); in actionPerformed()
[all …]
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java324 …OptionPane.showMessageDialog( m_aFrame, "No XEmbedPersist!", "Error:", JOptionPane.ERROR_MESSAGE ); in saveObject()
328 …OptionPane.showMessageDialog( m_aFrame, e, "Exception in saveObject:", JOptionPane.ERROR_MESSAGE ); in saveObject()
820 …ane.showMessageDialog( m_aFrame, "No document is embedded!", "Error:", JOptionPane.ERROR_MESSAGE ); in SaveAsOperation()
1063 JOptionPane.ERROR_MESSAGE ); in actionPerformed()
1076 …ane.showMessageDialog( m_aFrame, "No document is embedded!", "Error:", JOptionPane.ERROR_MESSAGE ); in actionPerformed()
1301 JOptionPane.ERROR_MESSAGE ); in createEmbedObject()
1305 …owMessageDialog( m_aFrame, e, "Exception in createInstanceInitNew():", JOptionPane.ERROR_MESSAGE ); in createEmbedObject()
1309 …ane.showMessageDialog( m_aFrame, "Can't retrieve class ID!", "Error:", JOptionPane.ERROR_MESSAGE ); in createEmbedObject()
1337 JOptionPane.ERROR_MESSAGE ); in createLinkObject()
1341 …ne.showMessageDialog( m_aFrame, e, "Exception in createLinkObject():", JOptionPane.ERROR_MESSAGE ); in createLinkObject()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DAbstractErrorHandler.java79 case ErrorHandler.ERROR_MESSAGE: in error()
149 case ErrorHandler.ERROR_MESSAGE: in getTrueFor()
182 case ErrorHandler.ERROR_MESSAGE: in getAttributeFor()
215 case ErrorHandler.ERROR_MESSAGE: in getServiceNameFor()
H A DErrorHandler.java103 public static final int ERROR_MESSAGE = 9; field
H A DWWD_Events.java917 … AbstractErrorHandler.showMessage(xMSF, xControl.getPeer(), message, ErrorHandler.ERROR_MESSAGE); in finishWizardFinished()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java77 "Error", JOptionPane.ERROR_MESSAGE); in go()
94 "Error", JOptionPane.ERROR_MESSAGE); in go()
211 "Error", JOptionPane.ERROR_MESSAGE); in startExecution()
216 "Error", JOptionPane.ERROR_MESSAGE); in startExecution()
265 "Error", JOptionPane.ERROR_MESSAGE); in saveTextArea()
/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java599 …MessageDialog( window, "Please enter a newsgroup name", "Input Error", JOptionPane.ERROR_MESSAGE ); in isValidData()
610 …e.showMessageDialog( window, "Please enter a hostname", "Input Error", JOptionPane.ERROR_MESSAGE ); in isValidData()
627 … window, "Please enter a valid reply to email address", "Input Error", JOptionPane.ERROR_MESSAGE ); in isValidData()
638 …howMessageDialog( window, "Please enter subject title", "Input Error", JOptionPane.ERROR_MESSAGE ); in isValidData()
/trunk/main/scripting/workben/installer/
H A DVersion.java73 …OptionPane.showMessageDialog(this, eFnF.getMessage(), "File not Found", JOptionPane.ERROR_MESSAGE); in initComponents()
83 …e was a problem reading from the Office settings file.", "Parse Error", JOptionPane.ERROR_MESSAGE); in initComponents()
90 …is, "No compatible versions of Office were found.", "Invalid versions", JOptionPane.ERROR_MESSAGE); in initComponents()
H A DWelcome.java113 …OptionPane.showMessageDialog(this, eFnF.getMessage(), "File not Found", JOptionPane.ERROR_MESSAGE); in validateCurrentUserDir()
123 …e was a problem reading from the Office settings file.", "Parse Error", JOptionPane.ERROR_MESSAGE); in validateCurrentUserDir()
H A DIdeVersion.java117 …ssageDialog(this, "No compatible IDEs were found.", "Invalid versions", JOptionPane.ERROR_MESSAGE); in initComponents()
/trunk/main/toolkit/test/accessibility/
H A DSelectionDialog.java149 JOptionPane.ERROR_MESSAGE); in select()
165 JOptionPane.ERROR_MESSAGE); in deselect()
H A DAccessibleTextHandler.java569 JOptionPane.ERROR_MESSAGE); in action()
/trunk/main/odk/examples/java/Inspector/
H A DTDocSupplier.java76 …me(), "The selected Document could not be opened!", "Object Inspector", JOptionPane.ERROR_MESSAGE); in getXModelByTDocUrl()
90 …me(), "The selected Document could not be opened!", "Object Inspector", JOptionPane.ERROR_MESSAGE); in getTitleByTDocUrl()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DOOXMLViewer.java128 JOptionPane.ERROR_MESSAGE); in SetFile()
136 JOptionPane.ERROR_MESSAGE); in SetFile()
/trunk/main/rhino/
H A Drhino1_7R3.patch289 + "Open", JOptionPane.ERROR_MESSAGE);
306 + "Open", JOptionPane.ERROR_MESSAGE);
352 …howMessageDialog(this, "Can't load scripts: no scope available", "Run", JOptionPane.ERROR_MESSAGE);
480 + "Error", JOptionPane.ERROR_MESSAGE);
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInformer.java34 JOptionPane.showMessageDialog(null, message, title, JOptionPane.ERROR_MESSAGE ); in showErrorMessage()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextActionDialog.java181 JOptionPane.ERROR_MESSAGE); in Action()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java179 tmp, NotifyDescriptor.ERROR_MESSAGE); in askIfCreateDirectory()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java277 "Error", JOptionPane.ERROR_MESSAGE); in showErrorMessage()