Home
last modified time | relevance | path

Searched refs:ex (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/AOO41X/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java60 catch (SQLException ex) in testFunctions()
62 assure("abs " + ex.getMessage(), false); in testFunctions()
63 throw ex; in testFunctions()
69 catch (SQLException ex) in testFunctions()
71 assure("acos " + ex.getMessage(), false); in testFunctions()
72 throw ex; in testFunctions()
78 catch (SQLException ex) in testFunctions()
80 assure("asin " + ex.getMessage(), false); in testFunctions()
81 throw ex; in testFunctions()
87 catch (SQLException ex) in testFunctions()
[all …]
H A DDBaseStringFunctions.java59 catch (SQLException ex) in testFunctions()
61 assure("upper " + ex.getMessage(), false); in testFunctions()
62 throw ex; in testFunctions()
68 catch (SQLException ex) in testFunctions()
70 assure("lower " + ex.getMessage(), false); in testFunctions()
71 throw ex; in testFunctions()
77 catch (SQLException ex) in testFunctions()
79 assure("ascii " + ex.getMessage(), false); in testFunctions()
80 throw ex; in testFunctions()
86 catch (SQLException ex) in testFunctions()
[all …]
H A DDBaseDateFunctions.java61 catch (SQLException ex) in testFunctions()
63 assure("upper " + ex.getMessage(), false); in testFunctions()
64 throw ex; in testFunctions()
70 catch (SQLException ex) in testFunctions()
72 assure("lower " + ex.getMessage(), false); in testFunctions()
73 throw ex; in testFunctions()
79 catch (SQLException ex) in testFunctions()
81 assure("ascii " + ex.getMessage(), false); in testFunctions()
82 throw ex; in testFunctions()
88 catch (SQLException ex) in testFunctions()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/awt/tree/
H A D_XTreeControl.java230 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeExpanded()
232 log.println("ERROR: could not query for 'isNodeExpanded()': " + ex.toString()); in _isNodeExpanded()
241 } catch (ExpandVetoException ex) { in _isNodeExpanded()
243 log.println("ERROR: could not collapse node: " + ex.toString()); in _isNodeExpanded()
244 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeExpanded()
246 log.println("ERROR: could not collapse node: " + ex.toString()); in _isNodeExpanded()
254 } catch (ExpandVetoException ex) { in _isNodeExpanded()
256 log.println("ERROR: could not expand node: " + ex.toString()); in _isNodeExpanded()
257 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeExpanded()
259 log.println("ERROR: could not expand node: " + ex.toString()); in _isNodeExpanded()
[all …]
H A D_XMutableTreeNode.java79 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _appendChild()
80 log.println("ERROR: could not appedn a valid node: " + ex.toString()); in _appendChild()
90 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _appendChild()
100 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _appendChild()
115 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _insertChildByIndex()
116 log.println("ERROR: could not insert a valid node: " + ex.toString()); in _insertChildByIndex()
118 } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { in _insertChildByIndex()
119 log.println("ERROR: could not insert a valid node on index '0': " + ex.toString()); in _insertChildByIndex()
128 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _insertChildByIndex()
130 } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { in _insertChildByIndex()
[all …]
/AOO41X/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java147 catch (InvalidStorageException ex) in exists()
149 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists()
151 catch (com.sun.star.lang.IllegalArgumentException ex) in exists()
153 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in exists()
186 catch (InvalidStorageException ex) in isReadable()
188 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable()
190 catch (com.sun.star.lang.IllegalArgumentException ex) in isReadable()
192 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable()
194 catch (NoSuchElementException ex) in isReadable()
196 LOGGER.error(REPORT_PROCESSING_FAILED, ex); in isReadable()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/beans/
H A D_XPropertyContainer.java86 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addProperty()
89 ex.toString()); in _addProperty()
92 } catch (PropertyExistException ex) { in _addProperty()
95 ex.toString()); in _addProperty()
98 } catch (IllegalTypeException ex) { in _addProperty()
101 ex.toString()); in _addProperty()
117 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addProperty()
122 ex.toString()); in _addProperty()
125 } catch (PropertyExistException ex) { in _addProperty()
126 log.println("OK: expected Exception was thrown." + ex.toString()); in _addProperty()
[all …]
H A D_XPropertyAccess.java123 } catch (UnknownPropertyException ex) { in _setPropertyValues()
125 ex.toString()); in _setPropertyValues()
127 } catch (PropertyVetoException ex) { in _setPropertyValues()
129 ex.toString()); in _setPropertyValues()
131 } catch (WrappedTargetException ex) { in _setPropertyValues()
133 ex.toString()); in _setPropertyValues()
135 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _setPropertyValues()
137 ex.toString()); in _setPropertyValues()
157 } catch (PropertyVetoException ex) { in _setPropertyValues()
159 ex.toString()); in _setPropertyValues()
[all …]
/AOO41X/main/unotools/source/config/
H A Duseroptions.cxx205 catch(const css::uno::Exception& ex) in SvtUserOptions_Impl() local
208 LogHelper::logIt(ex); in SvtUserOptions_Impl()
235 catch ( const css::uno::Exception& ex ) in GetCompany() local
237 LogHelper::logIt(ex); in GetCompany()
251 catch ( const css::uno::Exception& ex ) in GetFirstName() local
253 LogHelper::logIt(ex); in GetFirstName()
267 catch ( const css::uno::Exception& ex ) in GetLastName() local
269 LogHelper::logIt(ex); in GetLastName()
283 catch ( const css::uno::Exception& ex ) in GetID() local
285 LogHelper::logIt(ex); in GetID()
[all …]
H A Dviewoptions.cxx367 catch(const css::uno::Exception& ex) in SvtViewOptionsBase_Impl() local
372 SVTVIEWOPTIONS_LOG_UNEXPECTED_EXCEPTION(ex) in SvtViewOptionsBase_Impl()
426 catch(const css::uno::Exception& ex) in Exists() local
429 SVTVIEWOPTIONS_LOG_UNEXPECTED_EXCEPTION(ex) in Exists()
461 catch(const css::uno::Exception& ex) in Delete() local
464 SVTVIEWOPTIONS_LOG_UNEXPECTED_EXCEPTION(ex) in Delete()
494 catch(const css::uno::Exception& ex) in GetWindowState() local
497 SVTVIEWOPTIONS_LOG_UNEXPECTED_EXCEPTION(ex) in GetWindowState()
519 catch(const css::uno::Exception& ex) in SetWindowState() local
521 SVTVIEWOPTIONS_LOG_UNEXPECTED_EXCEPTION(ex) in SetWindowState()
[all …]
/AOO41X/main/svtools/source/config/
H A Daccessibilityoptions.cxx138 catch(const css::uno::Exception& ex) in SvtAccessibilityOptions_Impl() local
141 LogHelper::logIt(ex); in SvtAccessibilityOptions_Impl()
160 catch(const css::uno::Exception& ex) in GetAutoDetectSystemHC() local
162 LogHelper::logIt(ex); in GetAutoDetectSystemHC()
178 catch(const css::uno::Exception& ex) in GetIsForPagePreviews() local
180 LogHelper::logIt(ex); in GetIsForPagePreviews()
195 catch(const css::uno::Exception& ex) in GetIsHelpTipsDisappear() local
197 LogHelper::logIt(ex); in GetIsHelpTipsDisappear()
213 catch(const css::uno::Exception& ex) in GetIsAllowAnimatedGraphics() local
215 LogHelper::logIt(ex); in GetIsAllowAnimatedGraphics()
[all …]
H A Dprintoptions.cxx198 catch (const css::uno::Exception& ex) in SvtPrintOptions_Impl() local
202 LogHelper::logIt(ex); in SvtPrintOptions_Impl()
218 catch (const css::uno::Exception& ex) in IsReduceTransparency() local
220 LogHelper::logIt(ex); in IsReduceTransparency()
238 catch (const css::uno::Exception& ex) in GetReducedTransparencyMode() local
240 LogHelper::logIt(ex); in GetReducedTransparencyMode()
260 catch (const css::uno::Exception& ex) in IsReduceGradients() local
262 LogHelper::logIt(ex); in IsReduceGradients()
282 catch (const css::uno::Exception& ex) in GetReducedGradientMode() local
284 LogHelper::logIt(ex); in GetReducedGradientMode()
[all …]
/AOO41X/main/extensions/prj/
H A Dbuild.lst1 ex extensions : officecfg L10N:l10n rdbmaker svx SANE:sane TWAIN:twain offuh stoc vcl ZLIB:zlib …
3 ex extensions usr1 - all ex_mkout NULL
4 ex extensions\inc nmake - all ex_inc NULL
5 ex extensions\inc\ucbhelper get - all ex_incucbh ex_inc NULL
6 ex extensions\source\activex\msidl nmake - w ex_axmsidl ex_inc NULL
7 ex extensions\source\activex\main nmake - w ex_axmain ex_axmsidl.w ex_inc NULL
8 ex extensions\source\ole nmake - w ex_ole ex_xmlextr ex_inc NULL
9 ex extensions\source\resource nmake - all ex_resrc ex_inc NULL
10 ex extensions\source\macosx\spotlight nmake - u ex_mxspotlight NULL
11 ex extensions\source\scanner nmake - all ex_scan ex_resrc ex_inc NULL
[all …]
/AOO41X/main/chart2/qa/
H A DTestCaseOldAPI.java141 catch( CloseVetoException ex ) in after()
143 failed( ex.getMessage() ); in after()
144 ex.printStackTrace( (PrintWriter)log ); in after()
192 catch( Exception ex ) in testTitle()
194 failed( ex.getMessage() ); in testTitle()
195 ex.printStackTrace( (PrintWriter)log ); in testTitle()
237 catch( Exception ex ) in testSubTitle()
239 failed( ex.getMessage() ); in testSubTitle()
240 ex.printStackTrace( (PrintWriter)log ); in testSubTitle()
350 catch( Exception ex ) in testDiagram()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/ucb/
H A D_XSimpleFileAccess.java81 catch (com.sun.star.uno.Exception ex) { in _copy()
83 ex.printStackTrace(log); in _copy()
114 catch (com.sun.star.uno.Exception ex) { in _move()
116 ex.printStackTrace(log); in _move()
143 catch (com.sun.star.uno.Exception ex) { in _kill()
145 ex.printStackTrace(log); in _kill()
160 catch (com.sun.star.uno.Exception ex) { in _isFolder()
162 ex.printStackTrace(log); in _isFolder()
205 } catch (com.sun.star.uno.Exception ex) { in _isReadOnly()
207 ex.printStackTrace(log); in _isReadOnly()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/view/
H A D_XMultiSelectionSupplier.java98 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addSelection()
99 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _addSelection()
114 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addSelection()
115 …OR: could not add selection from object relation 'selections[0] a second time': " + ex.toString()); in _addSelection()
129 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addSelection()
155 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
156 …n("ERROR: could not add selection from object relation 'selections[" + i + "]': " + ex.toString()); in _removeSelection()
175 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
176 …ERROR: could not remove selection from object relation 'selections[" + i + "]': " + ex.toString()); in _removeSelection()
191 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _removeSelection()
[all …]
/AOO41X/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java272 } catch (java.lang.Exception ex) { in start()
275 statsp.println(ex.getClass().getName() + ": " + ex.getMessage()); in start()
276 ex.printStackTrace(statsp); in start()
341 } catch (java.lang.Throwable ex) { in start()
346 … l.error(new com.sun.star.uno.Exception(ex.getClass().getName() + ": " + ex.getMessage())); in start()
349 statsp.println(ex.getClass().getName() + ": " + ex.getMessage()); in start()
350 ex.printStackTrace(statsp); in start()
359 } catch (java.lang.Throwable ex) { in start()
361 statsp.println(ex.getClass().getName() + ": " + ex.getMessage()); in start()
362 ex.printStackTrace(statsp); in start()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java82 catch (NoSuchFieldException ex) in getFieldValueFor()
84 ex.printStackTrace(); in getFieldValueFor()
149 catch (IllegalAccessException ex) in get()
151 ex.printStackTrace(); in get()
162 catch (IllegalAccessException ex) in set()
164 ex.printStackTrace(); in set()
209 catch (IllegalAccessException ex) in get()
211 ex.printStackTrace(); in get()
222 catch (IllegalAccessException ex) in set()
224 ex.printStackTrace(); in set()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java189 catch (Exception ex) in loadSession()
191 unexpectedError(ex); in loadSession()
259 catch (Exception ex) in delSession()
261 ex.printStackTrace(); in delSession()
262 unexpectedError(ex); in delSession()
437 catch (Exception ex) in chooseBackground()
439 ex.printStackTrace(); in chooseBackground()
484 catch (Exception ex) in chooseIconset()
486 ex.printStackTrace(); in chooseIconset()
572 catch (Exception ex) in showFTPDialog()
[all …]
/AOO41X/main/chart2/source/tools/
H A DWrappedPropertySet.cxx126 catch( beans::UnknownPropertyException& ex ) in setPropertyValue() local
128 throw ex; in setPropertyValue()
130 catch( beans::PropertyVetoException& ex ) in setPropertyValue() local
132 throw ex; in setPropertyValue()
134 catch( lang::IllegalArgumentException& ex ) in setPropertyValue() local
136 throw ex; in setPropertyValue()
138 catch( lang::WrappedTargetException& ex ) in setPropertyValue() local
140 throw ex; in setPropertyValue()
142 catch( uno::RuntimeException& ex ) in setPropertyValue() local
144 throw ex; in setPropertyValue()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java221 } catch (Exception ex) { in getImageUrl()
227 ex.printStackTrace(System.out); in getImageUrl()
294 } catch (com.sun.star.uno.Exception ex) { in initialize()
295 ex.printStackTrace(System.out); in initialize()
398 } catch (com.sun.star.uno.Exception ex) { in insertFixedText()
408 ex.printStackTrace(System.out); in insertFixedText()
443 } catch (com.sun.star.uno.Exception ex) { in insertCurrencyField()
453 ex.printStackTrace(System.out); in insertCurrencyField()
483 } catch (com.sun.star.uno.Exception ex) { in insertProgressBar()
493 ex.printStackTrace(System.out); in insertProgressBar()
[all …]
/AOO41X/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java94 catch( NoSuchElementException ex ) in getChartSheet()
96 System.out.println( "Couldn't find sheet with name " + msChartSheetName + ": " + ex ); in getChartSheet()
98 catch( Exception ex ) in getChartSheet()
119 catch( NoSuchElementException ex ) in getDataSheet()
121 … System.out.println( "Couldn't find sheet with name " + msDataSheetName + ": " + ex ); in getDataSheet()
123 catch( Exception ex ) in getDataSheet()
155 catch( Exception ex ) in insertChart()
157 System.out.println( "Sheet not found" + ex ); in insertChart()
197 catch( NoSuchElementException ex ) in insertChart()
199 … System.out.println( "Couldn't find chart with name " + sChartName + ": " + ex ); in insertChart()
[all …]
/AOO41X/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java97 catch(Throwable ex) in AutoSaveListener()
99 m_aLog.log(ex); in AutoSaveListener()
125 catch(Throwable ex) in disableListener()
127 m_aLog.log(ex); in disableListener()
231 catch(java.lang.Throwable ex) in before()
233 m_aLog.log(ex); in before()
275 catch(Throwable ex) in createBigCalcDoc()
277 m_aLog.log(ex); in createBigCalcDoc()
325 catch(Throwable ex) in saveDoc()
327 m_aLog.log(ex); in saveDoc()
[all …]
/AOO41X/main/qadevOOo/tests/java/mod/_toolkit/
H A DUnoTreeControl.java178 } catch (com.sun.star.uno.Exception ex) { in createTestEnvironment()
179 ex.printStackTrace(); in createTestEnvironment()
190 } catch (com.sun.star.lang.IndexOutOfBoundsException ex) { in createTestEnvironment()
192 ex.toString()); in createTestEnvironment()
203 } catch (com.sun.star.lang.IllegalArgumentException ex) { in createTestEnvironment()
204 ex.printStackTrace(); in createTestEnvironment()
232 } catch (com.sun.star.uno.Exception ex) { in fillNode()
233 ex.printStackTrace(); in fillNode()
248 } catch (com.sun.star.uno.Exception ex) { in dirlist()
249 ex.printStackTrace(); in dirlist()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/text/
H A D_XAutoTextGroup.java133 catch (com.sun.star.container.ElementExistException ex) { in _insertNewByName()
135 ex.printStackTrace(log); in _insertNewByName()
145 } catch (com.sun.star.container.ElementExistException ex) { in _insertNewByName()
147 } catch (com.sun.star.container.NoSuchElementException ex) { in _insertNewByName()
149 ex.printStackTrace(log); in _insertNewByName()
178 catch (com.sun.star.container.NoSuchElementException ex) { in _removeByName()
180 ex.printStackTrace(log); in _removeByName()
256 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _renameByName()
277 } catch (com.sun.star.container.ElementExistException ex) { in _renameByName()
279 ex.printStackTrace(log); in _renameByName()
[all …]

12345678910>>...21