Home
last modified time | relevance | path

Searched refs:ex (Results 26 – 50 of 513) sorted by relevance

12345678910>>...21

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOQueryDesign.java96 } catch (Exception ex) { in createTestEnvironment()
97 ex.printStackTrace( log ); in createTestEnvironment()
103 } catch (NoSuchElementException ex) { in createTestEnvironment()
104 ex.printStackTrace( log ); in createTestEnvironment()
105 throw new StatusException( "Could not get XDataSource", ex ); in createTestEnvironment()
106 } catch (WrappedTargetException ex) { in createTestEnvironment()
107 ex.printStackTrace( log ); in createTestEnvironment()
114 } catch (Exception ex) { in createTestEnvironment()
115 ex.printStackTrace( log ); in createTestEnvironment()
123 } catch (SQLException ex) { in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdXImpressDocument.java155 } catch (UnknownPropertyException ex) { in createTestEnvironment()
156 ex.printStackTrace(log); in createTestEnvironment()
157 throw new StatusException("Couldn't make shape transparent", ex); in createTestEnvironment()
158 } catch (PropertyVetoException ex) { in createTestEnvironment()
159 ex.printStackTrace(log); in createTestEnvironment()
160 throw new StatusException("Couldn't make shape transparent", ex); in createTestEnvironment()
161 } catch (com.sun.star.lang.IllegalArgumentException ex) { in createTestEnvironment()
162 ex.printStackTrace(log); in createTestEnvironment()
163 throw new StatusException("Couldn't make shape transparent", ex); in createTestEnvironment()
164 } catch (WrappedTargetException ex) { in createTestEnvironment()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DAbstractErrorHandler.java56 public boolean error(Exception ex, Object arg, int ix, int errorType) in error() argument
62 return !showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
64 return !showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
66 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
68 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
70 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
72 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
74 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
76 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
78 return showMessage(getMessageFor(ex, arg, ix, errorType), errorType); in error()
[all …]
H A DProcess.java159 catch (Exception ex) in getTaskSteps()
195 catch (Exception ex) in runProcess()
349 catch (Exception ex) in publish()
431 catch (Exception ex) in generate()
451 catch (Exception ex) in generate()
666 catch (Exception ex) in export()
736 catch (Exception ex) in export()
739 if (!error(ex, doc, ERROR_EXPORT, ErrorHandler.ERROR_NORMAL_IGNORE)) in export()
745 catch (Exception ex) in export()
766 private boolean error(Exception ex, Object arg1, int arg2, int errType) in error() argument
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java413 } catch (ParserConfigurationException ex) { in read()
414 throw new OfficeDocumentException(ex); in read()
436 } catch (SAXException ex) { in read()
438 throw new OfficeDocumentException(ex); in read()
452 } catch (SAXException ex) { in read()
466 } catch (SAXException ex) { in read()
480 } catch (SAXException ex) { in read()
494 } catch (SAXException ex) { in read()
521 throw new OfficeDocumentException(ex); in read()
619 catch (SAXException ex) { in read()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java232 catch (Exception ex) in initializeData()
463 catch (Exception ex) in initialize()
465 ex.printStackTrace(); in initialize()
567 catch (Exception ex) in searchFillInItems()
569 ex.printStackTrace(); in searchFillInItems()
591 catch (Exception ex) in initializeItemsSections()
732 catch (Exception ex) in deleteHiddenSections()
757 catch (Exception ex) in createMinutes()
871 catch (Exception ex) in createMinutes()
923 catch (Exception ex) in createPlaceHolder()
[all …]
H A DAgendaWizardDialogImpl.java180 catch (Exception ex) { in startWizard()
182 ex.printStackTrace(); in startWizard()
342 catch (Exception ex) { in pageDesignChanged()
344 ex.printStackTrace(); in pageDesignChanged()
404 catch (Exception ex) { in saveAs()
405 ex.printStackTrace(); in saveAs()
422 catch (Exception ex) { in setFilename()
423 ex.printStackTrace(); in setFilename()
496 catch (Exception ex) { in finishWizard()
505 catch (Exception ex) { in finishWizard()
[all …]
/trunk/main/chart2/source/tools/
H A DRegressionCurveHelper.cxx207 catch( Exception & ex ) in initializeCurveCalculator() local
209 ASSERT_EXCEPTION( ex ); in initializeCurveCalculator()
261 catch( Exception & ex ) in hasMeanValueLine() local
263 ASSERT_EXCEPTION( ex ); in hasMeanValueLine()
296 catch( Exception & ex ) in getMeanValueLine() local
352 catch( Exception & ex ) in removeMeanValueLine() local
354 ASSERT_EXCEPTION( ex ); in removeMeanValueLine()
517 catch( Exception & ex ) in getFirstCurveNotMeanValueLine() local
519 ASSERT_EXCEPTION( ex ); in getFirstCurveNotMeanValueLine()
564 catch( Exception & ex ) in getRegressionType() local
[all …]
H A DDiagramHelper.cxx210 catch( uno::Exception & ex ) in setVertical() local
212 ASSERT_EXCEPTION( ex ); in setVertical()
338 catch( uno::Exception & ex ) in setStackMode() local
340 ASSERT_EXCEPTION( ex ); in setStackMode()
462 ASSERT_EXCEPTION( ex ); in getStackModeFromChartType()
494 ASSERT_EXCEPTION( ex ); in getDimension()
556 ASSERT_EXCEPTION( ex ); in setDimension()
730 ASSERT_EXCEPTION( ex ); in getDataSeriesFromDiagram()
838 ASSERT_EXCEPTION( ex ); in lcl_getAxisHoldingCategoriesFromDiagram()
881 ASSERT_EXCEPTION( ex ); in isCategoryDiagram()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/
H A D_XAcceptor.java64 public Exception ex = null ; field in _XAcceptor.AcceptorThread
86 ex = e ; in run()
88 ex = e ; in run()
90 ex = e ; in run()
181 if (acception.ex != null) { in _accept()
183 acception.ex.printStackTrace(log) ; in _accept()
243 if (acception.ex == null) { in _accept()
248 if (acception.ex instanceof in _accept()
250 acception.ex instanceof in _accept()
301 if (acception.ex != null) { in _stopAccepting()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScViewPaneObj.java184 } catch (WrappedTargetException ex) { in createTestEnvironment()
185 log.println("ERROR: could not XFormm 'Standard': " + ex.toString()); in createTestEnvironment()
186 } catch (com.sun.star.lang.IllegalArgumentException ex) { in createTestEnvironment()
187 log.println("ERROR: could not XFormm 'Standard': " + ex.toString()); in createTestEnvironment()
188 } catch (NoSuchElementException ex) { in createTestEnvironment()
189 log.println("ERROR: could not XFormm 'Standard': " + ex.toString()); in createTestEnvironment()
194 } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { in createTestEnvironment()
195 … log.println("ERROR: could not add ObjectRelation 'XFormLayerAccess.XForm': " + ex.toString()); in createTestEnvironment()
196 } catch (WrappedTargetException ex) { in createTestEnvironment()
197 … log.println("ERROR: could not add ObjectRelation 'XFormLayerAccess.XForm': " + ex.toString()); in createTestEnvironment()
[all …]
H A DScTabViewObj.java259 } catch (WrappedTargetException ex) { in createTestEnvironment()
260 log.println("ERROR: could not XFormm 'Standard': " + ex.toString()); in createTestEnvironment()
261 } catch (com.sun.star.lang.IllegalArgumentException ex) { in createTestEnvironment()
262 log.println("ERROR: could not XFormm 'Standard': " + ex.toString()); in createTestEnvironment()
263 } catch (NoSuchElementException ex) { in createTestEnvironment()
264 log.println("ERROR: could not XFormm 'Standard': " + ex.toString()); in createTestEnvironment()
269 } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { in createTestEnvironment()
270 … log.println("ERROR: could not add ObjectRelation 'XFormLayerAccess.XForm': " + ex.toString()); in createTestEnvironment()
271 } catch (WrappedTargetException ex) { in createTestEnvironment()
272 … log.println("ERROR: could not add ObjectRelation 'XFormLayerAccess.XForm': " + ex.toString()); in createTestEnvironment()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java327 catch (SQLException ex) in getObject()
329 throw new DataSourceException(ex.getMessage(), ex); in getObject()
331 catch (UnknownPropertyException ex) in getObject()
333 throw new DataSourceException(ex.getMessage(), ex); in getObject()
335 catch (IndexOutOfBoundsException ex) in getObject()
337 throw new DataSourceException(ex.getMessage(), ex); in getObject()
339 catch (WrappedTargetException ex) in getObject()
341 throw new DataSourceException(ex.getMessage(), ex); in getObject()
367 catch (NumberFormatException ex) in convertObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DMutableTreeNode.java81 } catch (com.sun.star.uno.Exception ex) { in createTestEnvironment()
134 } catch (com.sun.star.uno.Exception ex) { in fillNode()
135 ex.printStackTrace(); in fillNode()
150 } catch (com.sun.star.uno.Exception ex) { in dirlist()
151 ex.printStackTrace(); in dirlist()
175 } catch (CommandAbortedException ex) { in dirlist()
176 ex.printStackTrace(); in dirlist()
177 } catch (com.sun.star.uno.Exception ex) { in dirlist()
178 ex.printStackTrace(); in dirlist()
183 } catch (com.sun.star.lang.IllegalArgumentException ex) { in dirlist()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx534 catch( uno::Exception & ex ) in setPropertyValue() local
536 ASSERT_EXCEPTION( ex ); in setPropertyValue()
553 catch( uno::Exception & ex ) in getPropertyValue() local
555 ASSERT_EXCEPTION( ex ); in getPropertyValue()
618 ASSERT_EXCEPTION( ex ); in setPropertyValue()
632 ASSERT_EXCEPTION( ex ); in getPropertyValue()
696 ASSERT_EXCEPTION( ex ); in setPropertyValue()
710 ASSERT_EXCEPTION( ex ); in getPropertyValue()
1013 catch( uno::Exception &ex ) in dispose() local
1015 ASSERT_EXCEPTION( ex ); in dispose()
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java164 catch (Exception ex) in layout()
184 catch (com.sun.star.uno.Exception ex) in clearGroups()
211 catch (com.sun.star.uno.Exception ex) in emptySection()
309 catch (com.sun.star.uno.Exception ex) in getUsedStyle()
392 catch (Exception ex) in copyGroupProperties()
448 catch (com.sun.star.uno.Exception ex) in insertGroups()
473 catch (java.lang.Exception ex) in insertGroups()
645 catch (Exception ex) in copyDetailProperties()
698 catch (com.sun.star.uno.Exception ex) in insertLabel()
841 catch (com.sun.star.uno.Exception ex) in insertFormattedField()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sm/
H A DSmModel.java67 } catch (com.sun.star.lang.IllegalArgumentException ex) { in createTestEnvironment()
68 ex.printStackTrace( log ); in createTestEnvironment()
69 throw new StatusException( "Couldn't create document", ex ); in createTestEnvironment()
70 } catch (com.sun.star.io.IOException ex) { in createTestEnvironment()
71 ex.printStackTrace( log ); in createTestEnvironment()
72 throw new StatusException( "Couldn't create document", ex ); in createTestEnvironment()
73 } catch (com.sun.star.uno.Exception ex) { in createTestEnvironment()
74 ex.printStackTrace( log ); in createTestEnvironment()
75 throw new StatusException( "Couldn't create document", ex ); in createTestEnvironment()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiPropDialog.java156 catch (Exception ex) in fillWikiList()
158 ex.printStackTrace(); in fillWikiList()
170 catch (Exception ex) in fillDocList()
172 ex.printStackTrace(); in fillDocList()
190 catch (Exception ex) in SetWikiTitle()
192 ex.printStackTrace(); in SetWikiTitle()
215 catch (Exception ex) in switchSendButtonIfNecessary()
249 catch (Exception ex) in EnableControls()
251 ex.printStackTrace(); in EnableControls()
286 catch (Exception ex) in callHandlerMethod()
[all …]
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java216 catch( Exception ex ) in mouseClicked()
313 ex, in actionPerformed()
361 ex, in actionPerformed()
410 catch( Exception ex ) in actionPerformed()
413 ex, in actionPerformed()
441 ex, in actionPerformed()
500 ex, in actionPerformed()
549 ex, in actionPerformed()
602 ex, in actionPerformed()
840 catch ( Exception ex ) in clearObjectAndStorage()
[all …]
/trunk/main/chart2/source/model/template/
H A DPieChartTypeTemplate.cxx219 ASSERT_EXCEPTION( ex ); in getDimension()
279 ASSERT_EXCEPTION( ex ); in adaptScales()
319 catch( uno::Exception & ex ) in createChartTypes() local
321 ASSERT_EXCEPTION( ex ); in createChartTypes()
392 ASSERT_EXCEPTION( ex ); in matchesTemplate()
430 catch( uno::Exception & ex ) in getChartTypeForIndex() local
432 ASSERT_EXCEPTION( ex ); in getChartTypeForIndex()
459 catch( uno::Exception & ex ) in getChartTypeForNewSeries() local
461 ASSERT_EXCEPTION( ex ); in getChartTypeForNewSeries()
552 catch( uno::Exception & ex ) in applyStyle() local
[all …]
H A DBubbleChartTypeTemplate.cxx183 catch( uno::Exception & ex ) in applyStyle() local
185 ASSERT_EXCEPTION( ex ); in applyStyle()
214 catch( uno::Exception & ex ) in matchesTemplate() local
216 ASSERT_EXCEPTION( ex ); in matchesTemplate()
227 catch( uno::Exception & ex ) in matchesTemplate() local
229 ASSERT_EXCEPTION( ex ); in matchesTemplate()
247 catch( uno::Exception & ex ) in getChartTypeForIndex() local
249 ASSERT_EXCEPTION( ex ); in getChartTypeForIndex()
270 catch( uno::Exception & ex ) in getChartTypeForNewSeries() local
272 ASSERT_EXCEPTION( ex ); in getChartTypeForNewSeries()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java44 catch (Exception ex) in main()
71 catch (Exception ex) in doSampleFunction()
82 catch (Exception ex) in doSampleFunction()
93 catch (Exception ex) in doSampleFunction()
104 catch (Exception ex) in doSampleFunction()
115 catch (Exception ex) in doSampleFunction()
126 catch (Exception ex) in doSampleFunction()
137 catch( Exception ex ) in doSampleFunction()
148 catch (Exception ex) in doSampleFunction()
170 catch (Exception ex) in doSampleFunction()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx442 catch( uno::Exception & ex ) in getAllDataSeriesContainers() local
444 ASSERT_EXCEPTION( ex ); in getAllDataSeriesContainers()
495 catch( uno::Exception & ex ) in getRolesWithRanges() local
497 ASSERT_EXCEPTION( ex ); in getRolesWithRanges()
566 catch( uno::Exception & ex ) in insertSeriesAfter() local
568 ASSERT_EXCEPTION( ex ); in insertSeriesAfter()
594 catch( uno::Exception & ex ) in getCategories() local
596 ASSERT_EXCEPTION( ex ); in getCategories()
659 catch( uno::Exception & ex ) in detectArguments() local
661 ASSERT_EXCEPTION( ex ); in detectArguments()
[all …]
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx138 catch( beans::UnknownPropertyException ex ) in FillItemSet() local
143 ex.Message + in FillItemSet()
148 catch( uno::Exception ex ) in FillItemSet() local
150 ASSERT_EXCEPTION( ex ); in FillItemSet()
160 catch( uno::Exception ex ) in FillItemSet() local
162 ASSERT_EXCEPTION( ex ); in FillItemSet()
210 catch( beans::UnknownPropertyException ex ) in ApplyItemSet() local
214 ex.Message + in ApplyItemSet()
219 catch( uno::Exception ex ) in ApplyItemSet() local
222 ex.Message, RTL_TEXTENCODING_ASCII_US ).getStr()); in ApplyItemSet()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java98 catch( Exception ex ) in main()
100 System.out.println( ex ); in main()
143 catch( Exception ex ) in Demo_PageCreation()
166 catch( Exception ex ) in Demo_PageNaming()
251 catch( Exception ex ) in Demo_ShapeCreation()
253 System.out.println( "Demo_ShapeCreation:" + ex ); in Demo_ShapeCreation()
342 catch ( Exception ex ) in Demo_PolyPolygonBezier()
389 catch ( Exception ex ) in Demo_Group1()
391 System.out.println( "Demo_Group1:" + ex ); in Demo_Group1()
410 catch ( Exception ex ) in Demo_Group2()
[all …]

Completed in 162 milliseconds

12345678910>>...21