Home
last modified time | relevance | path

Searched refs:Exception (Results 76 – 100 of 4297) sorted by relevance

12345678910>>...172

/trunk/main/unotools/source/config/
H A Dconfignode.cxx182 catch(Exception&) in normalizeName()
206 catch(Exception&) in getNodeNames()
241 catch(Exception&) in removeNode()
260 catch(const Exception&) in insertNode()
286 catch(const Exception&) in createNode()
335 catch(Exception&) in openNode()
356 catch(Exception&) { } in isSetNode()
375 catch(Exception&) in hasByHierarchicalName()
391 catch(Exception&) in hasByName()
448 catch(Exception&) in setNodeValue()
[all …]
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java372 } catch (Exception e) { in Open()
426 } catch (Exception e) { in savetosameformat()
437 } catch (Exception e) { in savetosameformat()
491 } catch (Exception e) { in savetodiffformat()
502 } catch (Exception e) { in savetodiffformat()
545 } catch (Exception e) { in HandleBlockers()
551 } catch (Exception e1) { in HandleBlockers()
554 } catch (Exception e2) { in HandleBlockers()
557 } catch (Exception e3) { in HandleBlockers()
628 } catch (Exception e) { in savetopdfformat()
[all …]
H A DBasicFunctionTest.java94 public void testExportAsPDF() throws Exception { in testExportAsPDF()
207 public void testInsertPictureInDocument() throws Exception { in testInsertPictureInDocument()
234 public void testInsertPictureInSpreadsheet() throws Exception { in testInsertPictureInSpreadsheet()
286 public void testSlideShow() throws Exception { in testSlideShow()
488 public void testInsertChartInDraw() throws Exception { in testInsertChartInDraw()
511 public void testInsertChartInDocument() throws Exception { in testInsertChartInDocument()
534 public void testInsertChartInSpreadsheet() throws Exception { in testInsertChartInSpreadsheet()
558 public void testInsertChartInPresentation() throws Exception { in testInsertChartInPresentation()
580 public void testInsertTableInDraw() throws Exception { in testInsertTableInDraw()
600 public void testInsertTableInDocument() throws Exception { in testInsertTableInDocument()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java161 }catch( Exception e ) { in main()
193 } catch (Exception exception) { in getRegistryKeyContent()
221 } catch (Exception ex) { in getImageUrl()
294 } catch (com.sun.star.uno.Exception ex) { in initialize()
398 } catch (com.sun.star.uno.Exception ex) { in insertFixedText()
443 } catch (com.sun.star.uno.Exception ex) { in insertCurrencyField()
483 } catch (com.sun.star.uno.Exception ex) { in insertProgressBar()
1224 }catch (com.sun.star.uno.Exception ex){ in textChanged()
1251 }catch (com.sun.star.uno.Exception ex){ in up()
1288 }catch (com.sun.star.uno.Exception ex){ in actionPerformed()
[all …]
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx80 catch( uno::Exception& ) in KillFile_Impl()
106 catch ( uno::Exception& ) in GetNewTempFileURL_Impl()
195 catch( uno::Exception& ) in GetNewFilledTempFile_Impl()
1379 uno::Exception, in setPersistentEntry()
1588 uno::Exception, in storeToEntry()
1622 uno::Exception, in storeAsEntry()
1651 uno::Exception, in saveCompleted()
1816 uno::Exception, in storeOwn()
1986 uno::Exception, in reload()
2029 uno::Exception, in breakLink()
[all …]
/trunk/main/embeddedobj/source/inc/
H A Doleembobj.hxx314 ::com::sun::star::uno::Exception,
329 ::com::sun::star::uno::Exception,
347 ::com::sun::star::uno::Exception,
367 ::com::sun::star::uno::Exception,
373 ::com::sun::star::uno::Exception,
379 ::com::sun::star::uno::Exception,
398 ::com::sun::star::uno::Exception,
405 ::com::sun::star::uno::Exception,
416 ::com::sun::star::uno::Exception,
421 ::com::sun::star::uno::Exception,
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java45 import com.sun.star.uno.Exception;
126 catch (Exception exception) in getOfficePath()
719 catch (Exception e) in getTitle()
900 catch (Exception e) in exists()
921 catch (Exception e) in isDirectory()
944 catch (Exception e) in listFiles()
967 catch (Exception e) in delete()
1030 catch (Exception e) in copy()
1046 catch (Exception e) in getLastModified()
1112 catch (Exception ex) in getSize()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx144 throw ( Exception ) in createWindowPeer()
178 catch( Exception& ) in insertControlModel()
194 catch ( Exception& ) in setVisible()
210 catch( Exception& ) in isHighContrast()
237 catch( Exception& ) in insertButton()
255 catch ( Exception& ) in insertFixedText()
273 catch ( Exception& ) in insertCheckBox()
291 catch ( Exception& ) in insertFormattedField()
309 catch ( Exception& ) in insertComboBox()
327 catch ( Exception& ) in insertRadioButton()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DFactoryHelper.java183 throws com.sun.star.uno.Exception in createInstanceWithContext()
230 else if (targetException instanceof com.sun.star.uno.Exception) in createInstanceWithContext()
231 throw (com.sun.star.uno.Exception)targetException; in createInstanceWithContext()
235 throw new com.sun.star.uno.Exception( targetException.toString() ); in createInstanceWithContext()
249 throws com.sun.star.uno.Exception in createInstanceWithArgumentsAndContext()
313 else if (targetException instanceof com.sun.star.uno.Exception) in createInstanceWithArgumentsAndContext()
314 throw (com.sun.star.uno.Exception)targetException; in createInstanceWithArgumentsAndContext()
318 throw new com.sun.star.uno.Exception( targetException.toString() ); in createInstanceWithArgumentsAndContext()
337 throws com.sun.star.uno.Exception, in createInstance()
351 throws com.sun.star.uno.Exception, in createInstanceWithArguments()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java103 public void beforeTest() throws com.sun.star.uno.Exception in beforeTest()
119 public void checkWriterUndo() throws Exception in checkWriterUndo()
127 public void checkCalcUndo() throws Exception in checkCalcUndo()
135 public void checkDrawUndo() throws Exception in checkDrawUndo()
143 public void checkImpressUndo() throws Exception in checkImpressUndo()
151 public void checkChartUndo() throws Exception in checkChartUndo()
269 catch ( final Exception e ) in checkSerialization()
353 catch( com.sun.star.uno.Exception e ) in impl_setupBrokenBasicScript()
422 catch( com.sun.star.uno.Exception e ) in impl_assignScript()
616 private void impl_checkUndo() throws Exception in impl_checkUndo()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java718 catch ( Exception e) in insertIntoCell()
790 catch (Exception e) in TextTableExample()
845 catch (Exception e) in TextFrameExample()
1060 catch (Exception e) in AutoTextExample()
1119 catch (Exception e) in IndexExample()
1243 catch (Exception e) in ReferenceExample()
1296 catch (Exception e) in FootnoteExample()
1393 catch (Exception e) in DrawPageExample()
1469 catch (Exception e) in StylesExample()
1580 catch (Exception e) in NumberingExample()
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableWizard.java38 import com.sun.star.uno.Exception;
90 catch (java.lang.Exception ex) in before()
120 catch (com.sun.star.uno.Exception e) in getActiveWindow()
131 public void copyTable() throws Exception, IOException, java.lang.Exception in copyTable()
137 public void copyTableDbase() throws Exception, IOException, java.lang.Exception in copyTableDbase()
141 …ation sourceDb,final DatabaseApplication destDb) throws Exception, IOException, java.lang.Exception in copyTable()
156 …rceConnection, final XConnection destConnection) throws Exception, IOException, java.lang.Exception in copyTable()
202 catch (java.lang.Exception exception) in copyTable()
H A DPropertyBag.java71 catch(com.sun.star.uno.Exception e) { } in checkBasics()
85 catch(com.sun.star.uno.Exception e) { } in checkBasics()
99 catch(com.sun.star.uno.Exception e) { } in checkBasics()
112 catch(com.sun.star.uno.Exception e) { } in checkBasics()
129 catch(com.sun.star.uno.Exception e) in checkBasics()
141 catch(com.sun.star.uno.Exception e) { } in checkBasics()
226 catch( com.sun.star.uno.Exception e ) { } in checkDynamicSet()
236 catch( com.sun.star.uno.Exception e ) { } in checkDynamicSet()
251 catch( com.sun.star.uno.Exception e ) { } in checkDynamicSet()
268 catch( com.sun.star.uno.Exception e ) in createEmptyBag()
[all …]
/trunk/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 …]
/trunk/main/svl/qa/complex/ConfigItems/
H A DCheckConfigItems.java89 throws java.lang.Exception in before()
106 throws java.lang.Exception in after()
120 throws java.lang.Exception in checkPicklist()
131 throws java.lang.Exception in checkURLHistory()
142 throws java.lang.Exception in checkHelpBookmarks()
164 throws java.lang.Exception in checkAccessibilityOptions()
175 throws java.lang.Exception in checkUserOptions()
184 throws java.lang.Exception in impl_triggerTest()
201 @BeforeClass public static void setUpConnection() throws Exception { in setUpConnection()
207 throws InterruptedException, com.sun.star.uno.Exception in tearDownConnection()
/trunk/main/jurt/java/jurt/src/test/idl/com/sun/star/lib/uno/protocols/urp/
H A Dinterfaces.idl33 #include <com/sun/star/uno/Exception.idl>
86 void method1([in] com::sun::star::uno::XInterface itf) raises( com::sun::star::uno::Exception );
87 void method2([out] com::sun::star::uno::XInterface itf) raises( com::sun::star::uno::Exception );
88 …void method3([inout] com::sun::star::uno::XInterface itf) raises( com::sun::star::uno::Exception );
89 com::sun::star::uno::XInterface method4() raises( com::sun::star::uno::Exception );
91 any returnAny() raises( com::sun::star::uno::Exception );
93 void method() raises( com::sun::star::uno::Exception );
94 void methodWithInParameter([in] string text) raises( com::sun::star::uno::Exception );
95 void methodWithOutParameter([out] string text) raises( com::sun::star::uno::Exception );
96 void methodWithInOutParameter([inout] string text) raises( com::sun::star::uno::Exception );
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormLayer.java92 int nYPos, int nWidth, int nHeight, Object _parentForm ) throws java.lang.Exception in createControlAndShape()
161 int nYPos, int nWidth, int nHeight ) throws java.lang.Exception in createControlAndShape()
184 throws java.lang.Exception in createLabeledControl()
224 throws java.lang.Exception in insertControlLine()
264 throws java.lang.Exception in insertControlLine()
278 …ertySet form, String name, String refValue ) throws com.sun.star.uno.Exception, java.lang.Exception in getRadioModelByRefValue()
302 …XPropertySet form, String name, String tag ) throws com.sun.star.uno.Exception, java.lang.Exception in getRadioModelByTag()
320 public XPropertySet getControlModel( int[] _accessPath ) throws com.sun.star.uno.Exception in getControlModel()
340 public XPropertySet getControlModel( String[] _accessPath ) throws com.sun.star.uno.Exception in getControlModel()
359 …ut( XPropertySet controlModel, String text ) throws com.sun.star.uno.Exception, java.lang.Exception in userTextInput()
/trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/
H A DOfficeDocument.java63 …omponent( XMultiServiceFactory orb, String documentOrFactoryURL ) throws com.sun.star.uno.Exception in implLoadAsComponent()
81 …Document( XMultiServiceFactory orb, String documentOrFactoryURL ) throws com.sun.star.uno.Exception in implLoadDocument()
98 …ment loadDocument( XMultiServiceFactory orb, String documentURL ) throws com.sun.star.uno.Exception in loadDocument()
104 …atic OfficeDocument blankTextDocument( XMultiServiceFactory orb ) throws com.sun.star.uno.Exception in blankTextDocument()
110 …ic static OfficeDocument blankXMLForm( XMultiServiceFactory orb ) throws com.sun.star.uno.Exception in blankXMLForm()
116 …ent blankDocument( XMultiServiceFactory orb, DocumentType eType ) throws com.sun.star.uno.Exception in blankDocument()
197 public void reload() throws Exception in reload()
272 protected XDrawPage getMainDrawPage( ) throws com.sun.star.uno.Exception in getMainDrawPage()
298 public XInterface createInstance( String serviceSpecifier ) throws com.sun.star.uno.Exception in createInstance()
307 …eInstance( String i_serviceSpecifier, Class<T> i_interfaceClass ) throws com.sun.star.uno.Exception in createInstance()
[all …]
/trunk/main/odk/examples/java/Text/
H A DSWriter.java52 catch( Exception e) { in main()
118 } catch (Exception e) { in main()
136 } catch (Exception e) { in main()
154 } catch (Exception e) { in main()
204 } catch (Exception e) { in main()
214 } catch (Exception e) { in main()
230 } catch (Exception e) { in main()
259 } catch (Exception e) { in main()
272 } catch (Exception e) { in main()
282 } catch (Exception e) { in main()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java48 public static void main(String argv[]) throws java.lang.Exception in main()
56 catch(Exception e) { in main()
74 catch(com.sun.star.uno.Exception e) in main()
89 catch(com.sun.star.uno.Exception e) in main()
102 catch(Exception e) in main()
111 public static void checkConnection(XConnection con) throws com.sun.star.uno.Exception in checkConnection()
158 public static XConnection openConnectionWithDriver() throws com.sun.star.uno.Exception in openConnectionWithDriver()
186 public static void printDataSources() throws com.sun.star.uno.Exception in printDataSources()
260 public static void createQuerydefinition() throws com.sun.star.uno.Exception in createQuerydefinition()
286 catch(com.sun.star.uno.Exception e) in createQuerydefinition()
[all …]
/trunk/main/wizards/com/sun/star/wizards/web/
H A DProcess.java115 throws Exception in Process()
159 catch (Exception ex) in getTaskSteps()
195 catch (Exception ex) in runProcess()
241 catch (Exception e) in getSOTempDir()
327 throws Exception in copyStaticImages()
349 catch (Exception ex) in publish()
403 catch (Exception e) in publish()
431 catch (Exception ex) in generate()
451 catch (Exception ex) in generate()
474 throws Exception in copyLayoutFiles()
[all …]
H A DWWD_Events.java189 catch (Exception ex) in loadSession()
199 catch (Exception e) in loadSession()
437 catch (Exception ex) in chooseBackground()
484 catch (Exception ex) in chooseIconset()
572 catch (Exception ex) in showFTPDialog()
605 catch (Exception ex) in documentPreview()
881 catch (Exception ex) in saveSession()
1045 catch (Exception ex) in finishWizard2()
1085 catch (Exception ex) in finishWizard2()
1145 catch (Exception ex) in cleanup()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DNumberingProperty.java69 public void setUpDocument() throws Exception { in setUpDocument()
87 private XPropertySet load() throws Exception{ in load()
111 Exception { in tearDownConnection()
143 public void testPrefix() throws Exception { in testPrefix()
186 public void testSuffix() throws Exception { in testSuffix()
230 public void testStartWith() throws Exception { in testStartWith()
323 public void testLeftMargin() throws Exception { in testLeftMargin()
419 public void testAjustRight() throws Exception { in testAjustRight()
465 public void testAjustCenter() throws Exception { in testAjustCenter()
496 public void testAjustLeft() throws Exception { in testAjustLeft()
[all …]
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx55 throw ( uno::Exception ) in GetStorageFactory()
74 throw ( uno::Exception ) in GetFileSystemStorageFactory()
93 throw ( uno::Exception ) in GetTemporaryStorage()
108 throw ( uno::Exception ) in GetStorageFromURL()
127 throw ( uno::Exception ) in GetStorageFromURL2()
158 throw ( uno::Exception ) in GetStorageFromInputStream()
177 throw ( uno::Exception ) in GetStorageFromStream()
195 throw ( uno::Exception ) in CopyInputToOutput()
220 throw ( uno::Exception ) in GetInputStreamFromURL()
244 throw ( uno::Exception ) in SetCommonStorageEncryptionData()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Deformshelper.cxx108 catch( const Exception& ) in isEForm()
201 catch( const Exception& ) in canBindToDataType()
218 catch( const Exception& ) in isListEntrySink()
353 catch( const Exception& ) in getBindingNames()
370 catch( const Exception& ) in getFormModelByName()
389 catch( const Exception& ) in getCurrentFormModel()
406 catch( const Exception& ) in getCurrentFormModelName()
423 catch( const Exception& ) in getCurrentBinding()
441 catch( const Exception& ) in getCurrentBindingName()
459 catch( const Exception& ) in getCurrentListSourceBinding()
[all …]

Completed in 1165 milliseconds

12345678910>>...172