Home
last modified time | relevance | path

Searched refs:ex (Results 101 – 125 of 513) sorted by relevance

12345678910>>...21

/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java138 catch (com.sun.star.lang.IllegalArgumentException ex) in checkOpenDocumentWithOffice()
140 fail("Illegal argument exception caught: " + ex.getMessage()); in checkOpenDocumentWithOffice()
142 catch (com.sun.star.io.IOException ex) in checkOpenDocumentWithOffice()
144 fail("IOException caught: " + ex.getMessage()); in checkOpenDocumentWithOffice()
146 catch (com.sun.star.uno.Exception ex) in checkOpenDocumentWithOffice()
148 fail("Exception caught: " + ex.getMessage()); in checkOpenDocumentWithOffice()
/trunk/main/chart2/source/model/template/
H A DNetChartTypeTemplate.cxx94 catch( uno::Exception & ex ) in applyStyle() local
96 ASSERT_EXCEPTION( ex ); in applyStyle()
159 catch( uno::Exception & ex ) in matchesTemplate() local
161 ASSERT_EXCEPTION( ex ); in matchesTemplate()
195 catch( uno::Exception & ex ) in getChartTypeForIndex() local
197 ASSERT_EXCEPTION( ex ); in getChartTypeForIndex()
H A DStockChartTypeTemplate.cxx275 catch( uno::Exception & ex ) in applyStyle() local
277 ASSERT_EXCEPTION( ex ); in applyStyle()
413 catch( uno::Exception & ex ) in createChartTypes() local
415 ASSERT_EXCEPTION( ex ); in createChartTypes()
494 catch( uno::Exception & ex ) in matchesTemplate() local
496 ASSERT_EXCEPTION( ex ); in matchesTemplate()
516 catch( uno::Exception & ex ) in getChartTypeForNewSeries() local
518 ASSERT_EXCEPTION( ex ); in getChartTypeForNewSeries()
H A DXYDataInterpreter.cxx108 catch( uno::Exception & ex ) in interpretDataSource() local
110 ASSERT_EXCEPTION( ex ); in interpretDataSource()
233 catch( uno::Exception & ex ) in reinterpretDataSeries() local
235 ASSERT_EXCEPTION( ex ); in reinterpretDataSeries()
257 catch( uno::Exception & ex ) in isDataCompatible() local
259 ASSERT_EXCEPTION( ex ); in isDataCompatible()
/trunk/main/chart2/source/tools/
H A DLineProperties.cxx128 catch( const uno::Exception & ex ) in IsLineVisible() local
130 ASSERT_EXCEPTION( ex ); in IsLineVisible()
153 catch( const uno::Exception & ex ) in SetLineVisible() local
155 ASSERT_EXCEPTION( ex ); in SetLineVisible()
172 catch( const uno::Exception & ex ) in SetLineInvisible() local
174 ASSERT_EXCEPTION( ex ); in SetLineInvisible()
H A DThreeDHelper.cxx1001 catch( const uno::Exception & ex ) in switchRightAngledAxes() local
1003 ASSERT_EXCEPTION( ex ); in switchRightAngledAxes()
1058 ASSERT_EXCEPTION( ex ); in setRotationAngleToDiagram()
1139 ASSERT_EXCEPTION( ex ); in getCameraDistance()
1167 ASSERT_EXCEPTION( ex ); in setCameraDistance()
1217 catch( uno::Exception & ex ) in detectScheme() local
1219 ASSERT_EXCEPTION( ex ); in detectScheme()
1267 catch( uno::Exception & ex ) in setScheme() local
1269 ASSERT_EXCEPTION( ex ); in setScheme()
1324 catch( uno::Exception & ex ) in setDefaultIllumination() local
[all …]
/trunk/main/chart2/source/view/main/
H A DVLegend.cxx111 ASSERT_EXCEPTION( ex ); in lcl_CalcViewFontSize()
225 catch( uno::Exception & ex ) in lcl_createTextShapes() local
227 ASSERT_EXCEPTION( ex ); in lcl_createTextShapes()
809 catch( uno::Exception & ex ) in lcl_shouldSymbolsBePlacedOnTheLeftSide() local
811 ASSERT_EXCEPTION( ex ); in lcl_shouldSymbolsBePlacedOnTheLeftSide()
860 catch( uno::Exception & ex ) in isVisible() local
862 ASSERT_EXCEPTION( ex ); in isVisible()
984 catch( uno::Exception & ex ) in createShapes() local
986 ASSERT_EXCEPTION( ex ); in createShapes()
1038 catch( uno::Exception & ex ) in changePosition() local
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample2.java70 } catch (com.sun.star.uno.Exception ex) { in UnoDialogSample2()
71 ex.printStackTrace(); in UnoDialogSample2()
127 }catch( Exception ex ) { in main()
128 ex.printStackTrace(System.out); in main()
218 }catch (com.sun.star.uno.Exception ex) { in insertListBox()
239 }catch (com.sun.star.uno.Exception ex){ in insertMultiLineFixedText()
249 ex.printStackTrace(System.out); in insertMultiLineFixedText()
H A DDialogDocument.java70 }catch( Exception ex ) { in main()
71 ex.printStackTrace(System.out); in main()
125 } catch (com.sun.star.lang.IllegalArgumentException ex) { in showDocumentinDialogWindow()
126 ex.printStackTrace(); in showDocumentinDialogWindow()
128 } catch (com.sun.star.uno.Exception ex) { in showDocumentinDialogWindow()
129 ex.printStackTrace(); in showDocumentinDialogWindow()
H A DUnoMenu.java59 }catch( Exception ex ) { in main()
60 ex.printStackTrace(System.out); in main()
151 } catch (com.sun.star.lang.IllegalArgumentException ex) { in showTopWindow()
152 ex.printStackTrace(); in showTopWindow()
153 } catch (com.sun.star.uno.Exception ex) { in showTopWindow()
154 ex.printStackTrace(); in showTopWindow()
H A DMessageBox.java126 } catch (com.sun.star.uno.Exception ex) { in getWindowPeerOfFrame()
127 ex.printStackTrace(); in getWindowPeerOfFrame()
152 } catch(com.sun.star.uno.Exception ex) { in createDefaultTextDocument()
153 ex.printStackTrace(); in createDefaultTextDocument()
173 } catch (com.sun.star.uno.Exception ex) { in showErrorMessageBox()
174 ex.printStackTrace(System.out); in showErrorMessageBox()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDatabaseObjectWizard.java87 catch ( IllegalArgumentException ex ) in loadSubComponent()
89 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in loadSubComponent()
91 catch ( NoSuchElementException ex ) in loadSubComponent()
93 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in loadSubComponent()
95 catch ( SQLException ex ) in loadSubComponent()
97 Logger.getLogger( this.getClass().getName() ).log( Level.SEVERE, null, ex ); in loadSubComponent()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DBackgroundsDialog.java131 catch (Exception ex) in add()
133 ex.printStackTrace(); in add()
213 catch (Exception ex) in Model()
215 ex.printStackTrace(); in Model()
233 catch (Exception ex) in remove()
235 ex.printStackTrace(); in remove()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java151 } catch (IllegalTypeException ex) { in isContainer()
152 ex.printStackTrace(System.out); in isContainer()
413 } catch (Exception ex) { in getServiceTypeDescription()
414 ex.printStackTrace(System.out); in getServiceTypeDescription()
445 } catch (Exception ex) { in getReferencedType()
446 ex.printStackTrace(System.out); in getReferencedType()
628 } catch (com.sun.star.uno.Exception ex) { in getXSimpleFileAccess()
629 ex.printStackTrace(System.out); in getXSimpleFileAccess()
642 } catch (com.sun.star.uno.Exception ex) { in isValidSDKInstallationPath()
643 ex.printStackTrace(System.out); in isValidSDKInstallationPath()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInCalc.java127 catch( Exception ex ) in main()
129 System.out.println( "UNO Exception caught: " + ex ); in main()
130 System.out.println( "Message: " + ex.getMessage() ); in main()
219 catch( IndexOutOfBoundsException ex ) in testDataRowProperties()
221 System.out.println( "Oops, there not enough series for setting properties: " + ex ); in testDataRowProperties()
265 catch( IndexOutOfBoundsException ex ) in testDataPointProperties()
267 …System.out.println( "Oops, there not enough data points or series for setting properties: " + ex ); in testDataPointProperties()
H A DChartHelper.java139 } catch( Exception ex) in insertOLEChartInWriter()
141 System.out.println( "caught exception: " + ex ); in insertOLEChartInWriter()
171 catch( Exception ex ) in insertOLEChartInDraw()
174 ex ); in insertOLEChartInDraw()
234 catch( Exception ex ) in insertOLEChartInDraw()
236 System.out.println( "Couldn't change the OLE shape into a chart: " + ex ); in insertOLEChartInDraw()
/trunk/main/ucb/qa/complex/ucb/
H A DUCB.java227 } catch (com.sun.star.lang.IllegalArgumentException ex) { in checkWrongFtpConnection()
229 System.out.println("Correct exception thrown: " + ex.getClass().toString()); in checkWrongFtpConnection()
230 } catch(com.sun.star.ucb.InteractiveNetworkException ex) { in checkWrongFtpConnection()
233 } catch (Exception ex) { in checkWrongFtpConnection()
234 ex.printStackTrace(); in checkWrongFtpConnection()
235 String exceptionName = ex.toString(); in checkWrongFtpConnection()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java66 } catch( java.lang.NoSuchMethodException ex ) { in testMethod()
68 } catch( java.lang.IllegalAccessException ex ) { in testMethod()
70 } catch( SQLException ex ) { in testMethod()
71 assure("SQLException occurred: " + ex.getMessage() ,false); in testMethod()
72 } catch( java.lang.reflect.InvocationTargetException ex ) { in testMethod()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/dom/
H A DDOMDocument.java199 } catch (ParserConfigurationException ex) { in read()
200 System.out.println("Error:"+ ex); in read()
208 } catch (SAXException ex) { in read()
209 System.out.println("Error:"+ ex); in read()
391 } catch (ParserConfigurationException ex) { in createDOM()
392 System.out.println("Error:"+ ex); in createDOM()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java203 catch (NoSuchMethodException ex) {} in xaddFactories()
204 catch (SecurityException ex) {} in xaddFactories()
205 catch (ClassNotFoundException ex) {} in xaddFactories()
206 catch (IllegalAccessException ex) {} in xaddFactories()
207 catch (IllegalArgumentException ex) {} in xaddFactories()
208 catch (InvocationTargetException ex) {} in xaddFactories()
798 com.sun.star.container.NoSuchElementException ex = in nextElement()
800 ex.fillInStackTrace(); in nextElement()
802 throw ex; in nextElement()
/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/
H A DLocalOfficeImpl.java83 } catch (java.lang.Exception ex) { in connect()
84 throw new ConnectException(ex.getMessage()); in connect()
102 } catch (java.lang.Exception ex) { in refreshStorage()
103 System.out.println("*** LocalOfficeImpl.refreshStorage: FAILED " + ex.getMessage()); in refreshStorage()
104 System.out.println("*** LocalOfficeImpl.refreshStorage: FAILED " + ex.getClass().getName()); in refreshStorage()
/trunk/main/chart2/source/model/main/
H A DDataPoint.cxx157 catch( const uno::Exception & ex ) in ~DataPoint() local
159 ASSERT_EXCEPTION( ex ); in ~DataPoint()
250 catch( const uno::Exception & ex ) in addModifyListener() local
252 ASSERT_EXCEPTION( ex ); in addModifyListener()
264 catch( const uno::Exception & ex ) in removeModifyListener() local
266 ASSERT_EXCEPTION( ex ); in removeModifyListener()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlWrapper.java97 } catch (Exception ex) { in main()
98 System.out.println(ex.getMessage()); in main()
100 System.out.println("Exception: " + ex.toString()); in main()
119 catch (Exception ex) in main()
122 System.out.println("Exception: " + ex.toString()); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDocumentAuditing.java59 Exception ex = null; in before() local
76 ex = e; in before()
79 ex = e; in before()
82 ex = e; in before()
84 if (ex != null) { in before()
85 throw new StatusException("Could not get two sheets.", ex); in before()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java78 catch(com.sun.star.uno.Exception ex) in readRelativeKey()
80 throw new com.sun.star.container.NoSuchElementException(ex.getMessage()); in readRelativeKey()
95 catch(com.sun.star.uno.Exception ex) in writeRelativeKey()
97 throw new com.sun.star.container.NoSuchElementException(ex.getMessage()); in writeRelativeKey()
109 catch(com.sun.star.uno.Exception ex) in flush()

Completed in 133 milliseconds

12345678910>>...21