Home
last modified time | relevance | path

Searched refs:Exception (Results 101 – 125 of 4520) sorted by relevance

12345678910>>...181

/aoo4110/test/testuno/source/testlib/uno/
H A DSWUtil.java85 public static XTextDocument saveAndReload(XTextDocument document, UnoApp app) throws Exception { in saveAndReload()
94 public static XTextDocument newDocument(UnoApp app) throws Exception { in newDocument()
99 public static XTextDocument openDocumentFromURL(String url, UnoApp app) throws Exception { in openDocumentFromURL()
103 public static XTextDocument openDocument(String filePath, UnoApp app) throws Exception { in openDocument()
128 … void setDocumentProperty(XTextDocument document, String prop, String propValue) throws Exception { in setDocumentProperty()
148 …ertBookmark(XTextDocument document, XTextCursor textCursor, String bookmarkName) throws Exception { in insertBookmark()
163 public static void insertColumnBreak(XText xText, XTextCursor currentCursor) throws Exception in insertColumnBreak()
177 public static void insertPageBreak(XText xText, XTextCursor currentCursor) throws Exception in insertPageBreak()
192 public static int getPageCount(XTextDocument document) throws Exception in getPageCount()
210 …tic Object getDefaultPageStyleProperty(XComponent xComponent, String propertyName) throws Exception in getDefaultPageStyleProperty()
[all …]
/aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java78 } catch (Exception ex) { in init()
90 } catch (Exception ex) { in exit()
122 } catch (Exception ex) { in getByName()
174 } catch (Exception ex) { in getEncodedSubStorage()
186 } catch (Exception e) { in CreateTempFileStream()
218 } catch (Exception e) { in loadRootStorageFromBase64()
234 } catch (Exception e) { in ensureCreateRootStorage()
283 } catch (Exception e) { in insertSubStorage()
316 Exception { in connectAwareGetServiceFactory()
355 throw new com.sun.star.uno.Exception( in connectAwareGetServiceFactory()
[all …]
/aoo4110/main/embeddedobj/source/msole/
H A Dolevisual.cxx46 throw ( uno::Exception ) in GetVisualRepresentationInNativeFormat_Impl()
87 uno::Exception, in setVisualAreaSize()
133 catch( uno::Exception& ) in setVisualAreaSize()
148 catch( uno::Exception& ) in setVisualAreaSize()
168 uno::Exception, in getVisualAreaSize()
224 catch( uno::Exception ) in getVisualAreaSize()
238 catch( uno::Exception& ) in getVisualAreaSize()
286 catch ( uno::Exception& ) in getVisualAreaSize()
316 uno::Exception, in getPreferredVisualRepresentation()
388 catch( uno::Exception& ) in getPreferredVisualRepresentation()
[all …]
/aoo4110/main/svx/source/form/
H A Ddatanavi.cxx785 catch ( Exception& ) in AddEntry()
1025 catch ( Exception& ) in AddEntry()
1044 catch ( Exception& ) in AddEntry()
1103 catch ( Exception& ) in EditEntry()
1670 catch ( Exception& ) in IMPL_LINK()
2106 catch( Exception& ) in LoadModels()
2683 catch ( Exception& ) in copyPropSet()
3093 catch ( Exception& ) in IMPL_LINK()
3103 catch ( Exception& ) in IMPL_LINK()
3287 catch ( Exception& ) in IMPL_LINK()
[all …]
/aoo4110/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java84 public void setUp() throws Exception { in setUp()
90 public void tearDown() throws Exception { in tearDown()
104 public void testInsertShape() throws Exception { in testInsertShape()
127 public void testInsertTextToShape() throws Exception { in testInsertTextToShape()
144 public void testShapeFillGradient() throws Exception { in testShapeFillGradient()
180 public void testShapeFillColor() throws Exception { in testShapeFillColor()
203 public void testShapeFillHatch() throws Exception { in testShapeFillHatch()
235 public void testShapeLineStyle() throws Exception { in testShapeLineStyle()
268 public void testShapeLineColor() throws Exception { in testShapeLineColor()
307 public void testShapeRotation() throws Exception { in testShapeRotation()
[all …]
/aoo4110/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl35 #include <com/sun/star/uno/Exception.idl>
85 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
98 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
110 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
122 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
134 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
144 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
153 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
164 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
177 raises( com::sun::star::ucb::CommandAbortedException, com::sun::star::uno::Exception );
[all …]
/aoo4110/main/configmgr/source/
H A Dconfigurationprovider.cxx82 throw css::uno::Exception( in badNodePath()
174 throw (css::uno::Exception, css::uno::RuntimeException) in createInstance()
184 throw (css::uno::Exception, css::uno::RuntimeException) in createInstanceWithArguments()
207 throw css::uno::Exception( in createInstanceWithArguments()
230 throw css::uno::Exception( in createInstanceWithArguments()
265 throw css::uno::Exception( in createInstanceWithArguments()
278 throw css::uno::Exception( in createInstanceWithArguments()
427 throw (css::uno::Exception, css::uno::RuntimeException) in createInstanceWithContext()
471 throw css::uno::Exception( in createInstanceWithArgumentsAndContext()
487 throw css::uno::Exception( in createInstanceWithArgumentsAndContext()
[all …]
/aoo4110/main/basctl/source/basicide/
H A Dscriptdocument.cxx386 catch( const Exception& ) in impl_initDocument_nothrow()
419 catch( const Exception& ) in getLibraryContainer()
514 catch( const Exception& ) in getLibrary()
531 catch( const Exception& ) in hasLibrary()
553 catch( const Exception& ) in getOrCreateLibrary()
569 catch( const Exception& ) in loadLibraryIfExists()
611 catch( const Exception& ) in hasModuleOrDialog()
635 catch( const Exception& ) in getModuleOrDialog()
703 catch( const Exception& ) in renameModuleOrDialog()
728 catch( const Exception& ) in createModule()
[all …]
/aoo4110/main/forms/qa/integration/forms/
H A DTestCase.java50 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
56 public void after() throws com.sun.star.uno.Exception, java.lang.Exception in after()
79 catch ( java.lang.Exception e ) in closeDocumentByUI()
99 catch ( com.sun.star.uno.Exception e ) in closeDocument()
108 protected void prepareDocument() throws com.sun.star.uno.Exception, java.lang.Exception in prepareDocument()
123 protected boolean waitForUserInput() throws java.lang.Exception in waitForUserInput()
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DUCB.java55 public UCB(XMultiServiceFactory xmsf) throws Exception in UCB()
66 throws Exception in deleteDirContent()
79 public void delete(String filename) throws Exception in delete()
85 public void copy(String sourceDir, String targetDir) throws Exception in copy()
90 public void copy(String sourceDir, String targetDir, Verifier verifier) throws Exception in copy()
100 … void copy(String sourceDir, String filename, String targetDir, String targetName) throws Exception in copy()
117 public void copy(String sourceDir, String filename, String targetDir) throws Exception in copy()
145 com.sun.star.uno.Exception in executeCommand()
156 public List listFiles(String path, Verifier verifier) throws Exception in listFiles()
218 throws Exception in getContentProperty()
[all …]
/aoo4110/main/bean/qa/complex/bean/
H A DWriterFrame.java46 …int y, int width, int height, boolean loadBeforeVisible, XComponentContext _xConn) throws Exception in WriterFrame()
72 catch (Exception e) in WriterFrame()
78 public WriterFrame() throws Exception in WriterFrame()
83 public void setText(String s) throws Exception in setText()
94 public String getText() throws Exception in getText()
118 public void goToStart() throws Exception in goToStart()
131 public void pageDown() throws Exception in pageDown()
155 public Rectangle getUnoFramePosition() throws Exception in getUnoFramePosition()
165 public boolean checkUnoFramePosition() throws Exception in checkUnoFramePosition()
187 public void removeOOoBean() throws Exception in removeOOoBean()
[all …]
H A DOOoBeanTest.java117 @Test public void test1() throws Exception in test1()
138 @Test public void test2() throws Exception in test2()
292 @Test public void test3() throws Exception in test3()
317 @Test public void test4() throws Exception in test4()
351 @Test public void test5() throws Exception in test5()
407 @Test public void test6() throws Exception in test6()
475 @Test public void test6a() throws Exception in test6a()
506 } catch (Exception e) { in test6a()
593 @Test public void test7() throws Exception in test7()
629 @Test public void test8() throws Exception in test8()
[all …]
/aoo4110/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.hxx103 throw ( ::com::sun::star::uno::Exception );
110 throw ( ::com::sun::star::uno::Exception );
117 throw ( ::com::sun::star::uno::Exception );
146 throw( ::com::sun::star::uno::Exception );
152 throw( ::com::sun::star::uno::Exception );
160 throw( ::com::sun::star::uno::Exception );
166 throw( ::com::sun::star::uno::Exception );
170 throw( ::com::sun::star::uno::Exception );
175 throw( ::com::sun::star::uno::Exception );
180 throw( ::com::sun::star::uno::Exception );
[all …]
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx198 catch(const Exception&) in OFieldDescription()
284 catch(const Exception& ) in SetName()
299 catch(const Exception& ) in SetHelpText()
314 catch(const Exception& ) in SetDescription()
329 catch( const Exception& ) in SetDefaultValue()
344 catch( const Exception& ) in SetControlDefault()
359 catch( const Exception& ) in SetAutoIncrementValue()
396 catch( const Exception& ) in SetTypeValue()
411 catch( const Exception& ) in SetPrecision()
426 catch( const Exception& ) in SetScale()
[all …]
/aoo4110/main/jurt/com/sun/star/comp/servicemanager/
H A DServiceManager.java143 throws com.sun.star.uno.Exception, in getLoader()
165 throws com.sun.star.uno.Exception in xaddFactories()
177 catch (com.sun.star.uno.Exception e) { in xaddFactories()
230 throws com.sun.star.uno.Exception, in initialize()
269 throws com.sun.star.uno.Exception, in createInstance()
309 throws com.sun.star.uno.Exception, in queryServiceFactory()
371 throws com.sun.star.uno.Exception in createInstanceWithContext()
394 throw new com.sun.star.uno.Exception( in createInstanceWithContext()
413 throws com.sun.star.uno.Exception in createInstanceWithArgumentsAndContext()
875 throws com.sun.star.uno.Exception, in createInstance()
[all …]
/aoo4110/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java217 catch (Exception ex) in MacroExecutionApprove()
252 public void before() throws java.lang.Exception in before()
269 catch (Exception e) in before()
279 public void after() throws java.lang.Exception in after()
291 catch (Exception e) in after()
339 private XModel impl_createDocument() throws Exception in impl_createDocument()
393 public void testLoadable() throws Exception, IOException in testLoadable()
555 public void testDocumentRevenants() throws Exception, IOException in testDocumentRevenants()
608 public void testDocumentEvents() throws Exception, IOException in testDocumentEvents()
677 public void testGlobalEvents() throws Exception, IOException in testGlobalEvents()
[all …]
/aoo4110/main/starmath/source/
H A Dregister.cxx48 …st Reference< XMultiServiceFactory > & rSMgr, const sal_uInt64 _nCreationFlags) throw( Exception );
56 … SmXMLImport_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
62 …SmXMLImportMeta_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
67 …LImportSettings_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
75 … SmXMLExport_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
81 …MLExportMetaOOO_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
87 …SmXMLExportMeta_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
93 …portSettingsOOO_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
99 …LExportSettings_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
105 …MLExportContent_createInstance(const Reference< XMultiServiceFactory > & rSMgr) throw( Exception );
/aoo4110/main/sd/source/ui/unoidl/
H A Dfacreg.cxx85 throw(uno::Exception);
92 throw(uno::Exception);
99 throw(uno::Exception);
106 throw(uno::Exception);
113 throw(uno::Exception);
120 throw(uno::Exception);
127 throw(uno::Exception);
134 throw(uno::Exception);
145 throw(uno::Exception);
155 throw(uno::Exception);
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/Database/
H A Dsdbcx.java43 public static void main(String argv[]) throws java.lang.Exception in main()
58 catch(com.sun.star.uno.Exception e) in main()
66 throws com.sun.star.uno.Exception, in connect()
67 com.sun.star.uno.RuntimeException, java.lang.Exception in connect()
101 public void createConnection() throws com.sun.star.uno.Exception in createConnection()
149 public void displayTableProperties() throws com.sun.star.uno.Exception in displayTableProperties()
185 …public static void printKeys(XColumnsSupplier xColumnsSup) throws com.sun.star.uno.Exception,SQLEx… in printKeys()
255 …public static void printIndexProperties(Object index) throws com.sun.star.uno.Exception,SQLExcepti… in printIndexProperties()
270 public static void printKeyProperties(Object key) throws com.sun.star.uno.Exception,SQLException in printKeyProperties()
285 …public static void printGroups(XTablesSupplier xTabSup) throws com.sun.star.uno.Exception,SQLExcep… in printGroups()
[all …]
/aoo4110/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DHeaderAndFooterSetting.java49 public void setUp() throws Exception { in setUp()
62 public void tearDown() throws Exception { in tearDown()
76 public void testCopySlideWithApplyFooter() throws Exception { in testCopySlideWithApplyFooter()
131 public void testCopySlideWithApplyToAllFooter() throws Exception { in testCopySlideWithApplyToAllFooter()
186 public void testCopySlideWithNotesHeaderFooter() throws Exception { in testCopySlideWithNotesHeaderFooter()
270 public void testFooterNotShowOn1stSlide() throws Exception { in testFooterNotShowOn1stSlide()
300 public void testInsertApplyFooterOnSlide() throws Exception { in testInsertApplyFooterOnSlide()
354 public void testInsertApplyToAllFooterOnNotes() throws Exception { in testInsertApplyToAllFooterOnNotes()
483 public void testInsertAutoUpdateTimeFooter() throws Exception { in testInsertAutoUpdateTimeFooter()
529 public void testInsertHeaderFooterOnNotes() throws Exception { in testInsertHeaderFooterOnNotes()
[all …]
/aoo4110/test/testgui/source/svt/gui/sc/
H A DBasicFuncOnCalc.java98 public static void beforeClass() throws Exception { in beforeClass()
104 public static void afterClass() throws Exception { in afterClass()
109 public void before()throws Exception{ in before()
134 public void saveNewSCWithPrintRange() throws Exception { in saveNewSCWithPrintRange()
152 public void saveNewSCWithText() throws Exception { in saveNewSCWithText()
165 public void saveNewSCWithDataSort() throws Exception { in saveNewSCWithDataSort()
186 public void saveNewSCWithInsertSheets() throws Exception { in saveNewSCWithInsertSheets()
221 public void saveNewSCWithInsertPic() throws Exception { in saveNewSCWithInsertPic()
241 public void saveNewSCWithValidaty() throws Exception { in saveNewSCWithValidaty()
284 public void insertChartToOpenedSC() throws Exception { in insertChartToOpenedSC()
[all …]
/aoo4110/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java41 import com.sun.star.uno.Exception;
90 catch (com.sun.star.uno.Exception exception) in getUserFieldContent()
127 catch (com.sun.star.uno.Exception exception) in insertUserField()
133 …XPropertySet createUserField(String FieldName, String FieldTitle) throws com.sun.star.uno.Exception in createUserField()
197 catch (Exception e) in getTextFieldsByProperty()
219 catch (Exception e) in changeUserFieldContent()
247 catch (Exception e) in updateDocInfoFields()
278 catch (Exception e) in updateDateFields()
300 catch (Exception e) in fixDateFields()
319 catch (Exception e) in removeUserFieldByContent()
[all …]
H A DTextTableHandler.java40 import com.sun.star.uno.Exception;
74 catch (java.lang.Exception e) in TextTableHandler()
97 catch (Exception exception) in getByName()
113 catch (Exception exception) in getlastTextTable()
133 catch (Exception exception) in insertTextTable()
150 catch (Exception exception) in removeAllTextTables()
164 catch (Exception exception) in removeLastTextTable()
177 catch (Exception exception) in removeTextTable()
193 catch (Exception exception) in removeTextTablebyName()
211 catch (Exception exception) in renameTextTable()
[all …]
/aoo4110/main/odk/examples/DevelopersGuide/UCB/
H A DResourceCreator.java59 public ResourceCreator( String args[] ) throws java.lang.Exception { in ResourceCreator()
72 throw new Exception( in ResourceCreator()
90 com.sun.star.uno.Exception, in createNewResource()
91 java.lang.Exception { in createNewResource()
109 com.sun.star.uno.Exception, in createNewResource()
110 java.lang.Exception { in createNewResource()
134 throws com.sun.star.ucb.CommandAbortedException, com.sun.star.uno.Exception { in createNewResource()
220 public void parseArguments( String[] args ) throws java.lang.Exception { in parseArguments()
295 } catch ( com.sun.star.uno.Exception e ) { in main()
297 } catch ( java.lang.Exception e ) { in main()
/aoo4110/main/io/test/stm/
H A Dtestfactreg.hxx25 …ALL OPipeTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw( Exception );
30 …ALL OPumpTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw( Exception );
35 …ODataStreamTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw(Exception);
40 …utputStreamTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw(Exception);
45 …InputStreamTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw(Exception);
50 …bjectStreamTest_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw(Exception);
55 …MyPersistObject_CreateInstance( const Reference< XMultiServiceFactory > & rSMgr ) throw(Exception);
109 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
112 m_seqExceptions.getArray()[ m_seqExceptions.getLength()-1] = Any( Exception );\

Completed in 146 milliseconds

12345678910>>...181