Home
last modified time | relevance | path

Searched refs:Exception (Results 226 – 250 of 4809) sorted by relevance

12345678910>>...193

/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/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java89 catch (java.lang.Exception e){ in main()
99 protected void useDocuments() throws java.lang.Exception { in useDocuments()
105 protected void useWriter() throws java.lang.Exception { in useWriter()
213 protected void useCalc() throws java.lang.Exception { in useCalc()
274 protected void useDraw() throws java.lang.Exception { in useDraw()
318 protected void manipulateText(XText xText) throws com.sun.star.uno.Exception { in manipulateText()
349 protected void manipulateTable(XCellRange xCellRange) throws com.sun.star.uno.Exception { in manipulateTable()
411 protected void manipulateShape(XShape xShape) throws com.sun.star.uno.Exception { in manipulateShape()
424 protected XComponent newDocComponent(String docType) throws java.lang.Exception { in newDocComponent()
435 protected XMultiComponentFactory getRemoteServiceManager() throws java.lang.Exception { in getRemoteServiceManager()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java89 public void setUp() throws Exception { in setUp()
95 public void tearDown() throws Exception { in tearDown()
108 public void createDocumentAndSlide() throws Exception { in createDocumentAndSlide()
124 public XChartDocument insertDefaultChart() throws Exception { in insertDefaultChart()
139 public void testDataSeries() throws Exception { in testDataSeries()
162 public void testDataPoint() throws Exception { in testDataPoint()
187 public void testDataTable() throws Exception { in testDataTable()
218 throws Exception { in saveAndLoadShape()
235 String sFilter, String sExtension) throws Exception { in saveAsAndReloadDoc()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java71 public void setUp() throws Exception { in setUp()
77 public void tearDown() throws Exception { in tearDown()
91 public void testInsertTextToTextbox() throws Exception { in testInsertTextToTextbox()
109 public void testFillGradient() throws Exception { in testFillGradient()
149 public void testFillColor() throws Exception { in testFillColor()
177 public void testFillHatch() throws Exception { in testFillHatch()
210 public void createDocumentAndSlide() throws Exception { in createDocumentAndSlide()
229 throws Exception { in saveAndLoadShape()
246 String sFilter, String sExtension) throws Exception { in saveAndReloadDoc()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DModuleManager.java37 import com.sun.star.uno.Exception;
81 } catch(Exception e) { in createTestEnvironment()
95 } catch (Exception e) { in createTestEnvironment()
110 } catch (Exception e) { in createTestEnvironment()
124 } catch (Exception e) { in createTestEnvironment()
137 } catch (Exception e) { in createTestEnvironment()
150 } catch (Exception e) { in createTestEnvironment()
163 } catch (Exception e) { in createTestEnvironment()
176 } catch (Exception e) { in createTestEnvironment()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiDialog.java75 catch (com.sun.star.uno.Exception ex) in WikiDialog()
89 catch( Exception ex ) in ThreadStop()
126 throws Exception in SetTitle()
132 throws Exception in SetTitle()
192 catch (Exception ex) in CreateSimpleDialog()
228 catch( Exception e ) in InsertThrobber()
251 catch( Exception e ) in SetThrobberActive()
268 catch ( Exception e ) in SetThrobberVisible()
285 catch ( Exception e ) in SetFocusTo()
/trunk/main/desktop/source/app/
H A Dapp.cxx1590 catch(const css::uno::Exception&) {} in impl_checkRecoveryState()
1734 sal_uInt16 Desktop::Exception(sal_uInt16 nError) in Exception() function in desktop::Desktop
2148 com::sun::star::uno::Exception te; in Main()
2153 catch ( com::sun::star::uno::Exception& e ) in Main()
2380 catch( ::com::sun::star::uno::Exception& ) in InitializeConfiguration()
2445 catch( ::com::sun::star::uno::Exception& ) in InitializeQuickstartMode()
2619 catch ( com::sun::star::uno::Exception& ) in PreloadModuleData()
2631 catch ( com::sun::star::uno::Exception& ) in PreloadModuleData()
3067 catch(const css::uno::Exception& e) in OpenClients()
3109 catch(const css::uno::Exception& e) in OpenClients()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java131 catch (com.sun.star.uno.Exception ue) in disposeManager()
194 Exception exConnectFailed = null; in getManager()
269 catch (java.lang.Exception je) in getManager()
331 throws com.sun.star.uno.Exception, in connect()
334 Exception in connect()
441 catch (com.sun.star.uno.Exception ue) in connectOffice()
445 catch (java.lang.Exception je) in connectOffice()
481 catch (com.sun.star.uno.Exception ex) in disposeOffice()
516 catch (com.sun.star.uno.Exception ue) in disposeOffice()
640 catch (com.sun.star.uno.Exception e) in createStringSubstitution()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DFactory.java154 catch (Exception exc) in Factory()
165 catch (Exception exc) in Factory()
174 throws com.sun.star.uno.Exception in instantiate()
203 else if (targetException instanceof com.sun.star.uno.Exception) in instantiate()
204 throw (com.sun.star.uno.Exception)targetException; in instantiate()
206 throw new com.sun.star.uno.Exception( targetException.toString(), this ); in instantiate()
221 throws com.sun.star.uno.Exception in createInstanceWithContext()
228 throws com.sun.star.uno.Exception in createInstanceWithArgumentsAndContext()
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java60 public void setUp() throws Exception { in setUp()
72 public void tearDown() throws Exception { in tearDown()
84 public void testInsertDeleteLineBreak() throws Exception in testInsertDeleteLineBreak()
131 public void testInsertDeletePageBreak() throws Exception in testInsertDeletePageBreak()
190 …oid insertNewPage(XTextDocument document, String pageContent, Boolean isFirstPage) throws Exception in insertNewPage()
211 private void deleteFirstPage(XTextDocument document) throws Exception in deleteFirstPage()
249 …nsertNewLine(XTextDocument xTextDocument, String lineContent, Boolean isFirstLine) throws Exception in insertNewLine()
267 private void deleteLineBreak(XTextDocument xTextDocument) throws Exception in deleteLineBreak()
282 private int getLineCount(XTextDocument xTextDocument) throws Exception in getLineCount()
/trunk/main/forms/qa/integration/forms/
H A DListBox.java38 import com.sun.star.uno.Exception;
67 public void checkForeignKeys() throws com.sun.star.uno.Exception, java.lang.Exception in checkForeignKeys()
119 public void before() throws Exception, java.lang.Exception in before()
126 protected void prepareDocument() throws com.sun.star.uno.Exception, java.lang.Exception in prepareDocument()
171 private void impl_createDatabase() throws java.lang.Exception in impl_createDatabase()
258 private void impl_createForm() throws java.lang.Exception in impl_createForm()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java43 @Test public void test() throws Exception { in test()
66 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCall()
80 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithInParameter()
97 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithOutParameter()
118 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithInOutParameter()
142 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithResult()
161 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWhichRaisesException()
181 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWithIn_Out_InOut_Paramters_and_result()
213 Endpoint iSender, Endpoint iReceiver, String oId) throws Exception in testCallWhichReturnsAny()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java165 public void before() throws Exception { in before()
246 catch (java.lang.Exception e) { in connect()
376 } catch (Exception e){ in handleRecoveryDialogAfterCrash()
411 } catch (Exception e){ in handleCrashReporterDialog()
527 } catch (Exception e){ in handleRecoveryDialogAtRestart()
577 } catch (java.lang.Exception e){ in handleSaveDocumentsDialog()
590 } catch (java.lang.Exception e){ in handleSaveDocumentsDialog()
595 } catch (java.lang.Exception e){ in handleSaveDocumentsDialog()
727 } catch (com.sun.star.uno.Exception e) { in createNewMathDoc()
760 } catch (com.sun.star.uno.Exception e) { in createNewImpressDoc()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DCalcDocumentTest.java38 public CalcDocumentTest( final XMultiServiceFactory i_orb ) throws Exception in CalcDocumentTest()
48 public void initializeDocument() throws com.sun.star.uno.Exception in initializeDocument()
64 public void doSingleModification() throws com.sun.star.uno.Exception in doSingleModification()
72 public void verifyInitialDocumentState() throws com.sun.star.uno.Exception in verifyInitialDocumentState()
86 public void verifySingleModificationDocumentState() throws com.sun.star.uno.Exception in verifySingleModificationDocumentState()
92 public int doMultipleModifications() throws com.sun.star.uno.Exception in doMultipleModifications()
108 private XCell getCellA1() throws com.sun.star.uno.Exception in getCellA1()
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DXInputStreamToInputStreamAdapter.java61 } catch (Exception e) { in available()
71 } catch (Exception e) { in close()
91 } catch (Exception e) { in read()
110 } catch (Exception e) { in read()
144 } catch (Exception e) { in read()
157 } catch (Exception e) { in skip()
172 } catch (Exception e) { in skip()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx252 catch (Exception&) in FmPropBrw()
281 catch( const Exception& ) in Resize()
309 catch (const Exception& ) in ~FmPropBrw()
330 catch( const Exception& ) in getCurrentPage()
350 catch( const Exception& ) in implDetachController()
378 catch( const Exception& ) in Close()
414 catch( const Exception& ) in implIsReadOnlyModel()
440 catch( const Exception& ) in implSetNewSelection()
655 catch( const Exception& ) in impl_ensurePropertyBrowser_nothrow()
698 catch( const Exception& ) in StateChanged()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DGraphicUtil.java49 import com.sun.star.uno.Exception;
57 public static String getUniqueIDbyXGraphic(UnoApp unoApp, XGraphic xgraphic) throws Exception{ in getUniqueIDbyXGraphic()
66 public static String getUniqueIDOfGraphicFile(UnoApp unoApp, String sUrl) throws Exception{ in getUniqueIDOfGraphicFile()
73 public static XGraphic getXGraphicOfGraphicFile(UnoApp unoApp, String sUrl) throws Exception in getXGraphicOfGraphicFile()
84 public static Size getSize100thMMOfGraphicFile(UnoApp unoApp, String sUrl) throws Exception in getSize100thMMOfGraphicFile()
97 public static Size getSizePixelOfGraphicFile(UnoApp unoApp, String sUrl) throws Exception in getSizePixelOfGraphicFile()
112 public static Object[] getGraphicsOfPage(XDrawPage xDrawPage) throws Exception { in getGraphicsOfPage()
141 …mponent component, XDrawPage toPage, String graphicURL, Size size, Point position) throws Exception in insertGraphic()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java184 } catch (Exception e) { in before()
618 } catch (Exception e) { in check()
657 } catch (Exception e) { in storeRDFa()
875 } catch (Exception e) { in loadRDFa()
885 public void report2(Exception e) in report2()
890 Exception cause = (Exception) in report2()
896 Exception cause = (Exception) in report2()
903 public void report(Exception e) { in report()
918 } catch (Exception e) { in close()
1119 throws Exception in eq()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkselection.cxx68 catch(const uno::Exception& e) { in selection_add_selection()
86 catch(const uno::Exception& e) { in selection_clear_selection()
102 catch(const uno::Exception& e) { in selection_ref_selection()
117 catch(const uno::Exception& e) { in selection_get_selection_count()
133 catch(const uno::Exception& e) { in selection_is_child_selected()
152 catch(const uno::Exception& e) { in selection_remove_selection()
170 catch(const uno::Exception& e) { in selection_select_all_selection()
/trunk/main/svtools/source/uno/wizard/
H A Dwizardpagecontroller.cxx48 using ::com::sun::star::uno::Exception;
86 catch( const Exception& ) in WizardPageController()
100 catch( const Exception& ) in ~WizardPageController()
126 catch( const Exception& ) in getTabPage()
143 catch( const Exception& ) in initializePage()
159 catch( const Exception& ) in commitPage()
177 catch( const Exception& ) in canAdvance()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx374 catch( uno::Exception& ) in TryToConvertToOOo()
381 catch( uno::Exception& ) in TryToConvertToOOo()
410 catch( uno::Exception& ) in TryToConvertToOOo()
452 uno::Exception, in changeState()
548 catch( uno::Exception& ) {} in changeState()
573 catch( uno::Exception& ) {} in changeState()
595 catch( uno::Exception& ) in changeState()
763 uno::Exception, in doVerb()
821 catch( uno::Exception& ) in doVerb()
867 catch( uno::Exception& ) in doVerb()
[all …]
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx146 catch( uno::Exception& ) in GetConfigurationByPath()
221 } catch( uno::Exception& ) in GetFilterFlags()
247 catch( uno::Exception& ) in GetDocServiceNameFromFilter()
290 catch( uno::Exception& ) in GetDocServiceNameFromMediaType()
320 catch( uno::Exception& ) in GetVerbByShortcut()
367 catch( uno::Exception& ) in GetObjPropsFromConfigEntry()
387 catch( uno::Exception& ) in GetExplicitlyRegisteredObjClassID()
422 catch( uno::Exception& ) in GetObjectPropsByStringClassID()
454 catch( uno::Exception& ) in GetObjectPropsByClassID()
541 catch( uno::Exception& ) in GetFactoryNameByStringClassID()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbachart.cxx218 catch (uno::Exception& ) in getChartType()
545 catch ( uno::Exception& ) in setChartType()
628 catch (uno::Exception& ) in setSourceData()
671 catch (uno::Exception& ) in setPlotBy()
693 catch (uno::Exception& ) in getPlotBy()
825 catch (uno::Exception& ) in getHasTitle()
839 catch (uno::Exception& ) in setHasTitle()
854 catch (uno::Exception& ) in getHasLegend()
868 catch (uno::Exception& ) in setHasLegend()
959 catch (uno::Exception& ) in getSolidType()
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java39 throws com.sun.star.uno.Exception in ConfigHelper()
64 … throw new com.sun.star.uno.Exception("Could not open configuration \"" + sConfigPath + "\""); in ConfigHelper()
78 catch(com.sun.star.uno.Exception ex) in readRelativeKey()
95 catch(com.sun.star.uno.Exception ex) in writeRelativeKey()
109 catch(com.sun.star.uno.Exception ex) in flush()
118 throws com.sun.star.uno.Exception in readDirectKey()
130 throws com.sun.star.uno.Exception in writeDirectKey()
/trunk/main/writerfilter/inc/resourcemodel/
H A Dexceptions.hxx33 class WRITERFILTER_DLLPUBLIC Exception class
38 Exception(string text) : mText(text) {} in Exception() function in writerfilter::Exception
43 class WRITERFILTER_DLLPUBLIC ExceptionNotFound : public Exception
46 ExceptionNotFound(string text) : Exception(text) {} in ExceptionNotFound()
49 class WRITERFILTER_DLLPUBLIC ExceptionOutOfBounds : public Exception
52 ExceptionOutOfBounds(string text) : Exception(text) {} in ExceptionOutOfBounds()

Completed in 140 milliseconds

12345678910>>...193