Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 2710) sorted by relevance

12345678910>>...109

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java81 public static void beforeClass() throws Exception in beforeClass()
87 public static void afterClass() throws Exception in afterClass()
95 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
112 public void checkFirstRow() throws com.sun.star.uno.Exception, java.lang.Exception in checkFirstRow()
136 public void checkInsertRow() throws com.sun.star.uno.Exception, java.lang.Exception in checkInsertRow()
152 public void checkImageControl() throws com.sun.star.uno.Exception, java.lang.Exception in checkImageControl()
222 public void checkCrossUpdates_checkBox() throws com.sun.star.uno.Exception, java.lang.Exception in checkCrossUpdates_checkBox()
297 … public void checkCrossUpdates_radioButton() throws com.sun.star.uno.Exception, java.lang.Exception in checkCrossUpdates_radioButton()
368 public void checkRowUpdates() throws com.sun.star.uno.Exception, java.lang.Exception in checkRowUpdates()
432 public void checkEmptyIsNull() throws com.sun.star.uno.Exception, java.lang.Exception in checkEmptyIsNull()
[all …]
H A DRadioButtons.java64 public static void beforeClass() throws java.lang.Exception in beforeClass()
70 public static void afterClass() throws java.lang.Exception in afterClass()
82 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
88 …String label, String name, String refValue ) throws com.sun.star.uno.Exception, java.lang.Exception in insertRadio()
94 …, String refValue, XPropertySet parentForm ) throws com.sun.star.uno.Exception, java.lang.Exception in insertRadio()
113 public void checkSingleButtons() throws com.sun.star.uno.Exception, java.lang.Exception in checkSingleButtons()
144 public void checkThreeGroups( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkThreeGroups()
190 public void checkMultipleForms( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkMultipleForms()
232 public void checkCalcPageSwitch( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkCalcPageSwitch()
288 catch ( com.sun.star.uno.Exception e ) in closeDocument()
[all …]
H A DCellBinding.java67 public static void beforeClass() throws java.lang.Exception in beforeClass()
73 public static void afterClass() throws java.lang.Exception in afterClass()
98 catch ( com.sun.star.uno.Exception e ) in closeDocument()
105 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
114 public void after() throws com.sun.star.uno.Exception, java.lang.Exception in after()
121 public void checkTextFieldBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkTextFieldBinding()
154 public void checkBooleanRadioBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkBooleanRadioBinding()
192 public void checkStringRadioBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkStringRadioBinding()
229 … public void checkBooleanCheckBoxBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkBooleanCheckBoxBinding()
258 public void checkStringCheckBoxBinding( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkStringCheckBoxBinding()
[all …]
/trunk/main/package/qa/storages/
H A DTestHelper.java75 catch( Exception e ) in WriteBytesToStream()
95 catch( Exception e ) in WriteBytesToStream()
111 catch( Exception e ) in WriteBytesToStream()
137 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
165 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
185 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
201 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed()
232 catch( Exception e ) in WriteBytesToSubstream()
267 catch( Exception e ) in WriteBytesToEncrSubstream()
302 catch( Exception e ) in WBToSubstrOfEncr()
[all …]
H A DTest06.java77 catch( com.sun.star.uno.Exception ue ) in test()
79 catch( Exception e ) in test()
105 catch( com.sun.star.uno.Exception ue ) in test()
107 catch( Exception e ) in test()
120 catch( com.sun.star.uno.Exception ue ) in test()
122 catch( Exception e ) in test()
137 catch( Exception e ) in test()
152 catch( Exception e ) in test()
167 catch( Exception e ) in test()
182 catch( com.sun.star.uno.Exception ue ) in test()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java130 throws java.lang.Exception in setTextEditFiledText()
143 public XAccessibleContext getButton(String buttonName) throws java.lang.Exception in getButton()
155 public void clickButton(String buttonName) throws java.lang.Exception in clickButton()
161 throw new Exception("Could not get button '" + buttonName + "'"); in clickButton()
170 throw new Exception("Could not do accessible action with '" + in clickButton()
239 throws java.lang.Exception in getRadioButtonValue()
246 } catch (Exception e) { in getRadioButtonValue()
247 throw new Exception("Could not get value from RadioButton '" in getRadioButtonValue()
258 public XInterface getGraphic(String GraphicName) throws java.lang.Exception in getGraphic()
272 throws java.lang.Exception in setRadioButtonValue()
[all …]
H A DBasicMacroTools.java54 XComponent xDoc) throws java.lang.Exception { in BasicMacroTools()
66 } catch (com.sun.star.uno.Exception e) { in BasicMacroTools()
67 throw new Exception( in BasicMacroTools()
77 } catch (Exception e) { in BasicMacroTools()
78 throw new Exception("could not initialize BasicMacros " + in BasicMacroTools()
87 throws java.lang.Exception { in BasicMacroTools()
98 } catch (com.sun.star.uno.Exception e) { in BasicMacroTools()
99 throw new Exception( in BasicMacroTools()
109 } catch (Exception e) { in BasicMacroTools()
110 throw new Exception("could not initialize BasicMacros " + in BasicMacroTools()
[all …]
H A DSOfficeFactory.java60 } catch (com.sun.star.uno.Exception e) { in SOfficeFactory()
94 throws com.sun.star.uno.Exception { in createTextDoc()
113 throws com.sun.star.uno.Exception { in createTextDoc()
131 throws com.sun.star.uno.Exception { in createCalcDoc()
149 throws com.sun.star.uno.Exception { in createCalcDoc()
165 throws com.sun.star.uno.Exception { in createDrawDoc()
177 throws com.sun.star.uno.Exception { in createDrawDoc()
186 throws com.sun.star.uno.Exception { in createImpressDoc()
195 throws com.sun.star.uno.Exception { in createImpressDoc()
204 throws com.sun.star.uno.Exception { in createMathDoc()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java84 …blic static XSpreadsheetDocument getSCDocument(XComponent xSpreadsheetComponent) throws Exception { in getSCDocument()
98 …et getSCSheetByName(XSpreadsheetDocument xSpreadsheetDocument, String sheetName) throws Exception { in getSCSheetByName()
113 …dsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short index) throws Exception { in getSCSheetByIndex()
134 throws Exception { in getSCSheetNameByIndex()
156 String sheetname) throws Exception { in setSCSheetNameByIndex()
173 public static XTableRows getSCRows(XSpreadsheet xSpreadsheet) throws Exception { in getSCRows()
187 public static XTableColumns getSCColumns(XSpreadsheet xSpreadsheet) throws Exception { in getSCColumns()
203 …oid setValueToCell(XSpreadsheet xSpreadsheet, int column, int row, double value) throws Exception { in setValueToCell()
216 … void setTextToCell(XSpreadsheet xSpreadsheet, int column, int row, String text) throws Exception { in setTextToCell()
228 public static void setTextToCell(XCell xCell, String text) throws Exception { in setTextToCell()
[all …]
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java71 catch( Exception e ) in WriteBytesToStream()
91 catch( Exception e ) in WriteBytesToStream()
107 catch( Exception e ) in WriteBytesToStream()
144 catch( Exception e ) in WriteBytesToSubstream()
172 catch( Exception e ) in WriteBytesToEncrSubstream()
200 catch( Exception e ) in WBToSubstrOfEncr()
219 catch( Exception e ) in WBToSubstrOfEncr()
245 catch( Exception e ) in ChangeStreamPass()
265 catch( Exception e ) in ChangeStreamPass()
314 catch( Exception e ) in setStorageTypeAndCheckProps()
[all …]
H A DTest06.java76 catch( com.sun.star.uno.Exception ue ) in test()
78 catch( Exception e ) in test()
104 catch( com.sun.star.uno.Exception ue ) in test()
106 catch( Exception e ) in test()
119 catch( com.sun.star.uno.Exception ue ) in test()
121 catch( Exception e ) in test()
136 catch( Exception e ) in test()
151 catch( Exception e ) in test()
166 catch( Exception e ) in test()
181 catch( com.sun.star.uno.Exception ue ) in test()
[all …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java76 catch( Exception e ) in WriteBytesToStream()
96 catch( Exception e ) in WriteBytesToStream()
112 catch( Exception e ) in WriteBytesToStream()
131 catch( Exception e ) in WriteBytesToStream()
163 catch( Exception e ) in WriteBytesToSubstream()
204 catch( Exception e ) in setStorageTypeAndCheckProps()
228 catch( Exception e ) in setStorageTypeAndCheckProps()
370 catch( Exception e ) in checkStorageProperties()
395 catch( Exception e ) in checkStorageProperties()
431 catch( Exception e ) in InternalCheckStream()
[all …]
H A DTest06.java76 catch( com.sun.star.uno.Exception ue ) in test()
78 catch( Exception e ) in test()
104 catch( com.sun.star.uno.Exception ue ) in test()
106 catch( Exception e ) in test()
119 catch( com.sun.star.uno.Exception ue ) in test()
121 catch( Exception e ) in test()
136 catch( Exception e ) in test()
151 catch( Exception e ) in test()
166 catch( Exception e ) in test()
181 catch( com.sun.star.uno.Exception ue ) in test()
[all …]
/trunk/test/testgui/source/bvt/gui/
H A DFileTypeTest.java77 public void testSaveNewODT() throws Exception { in testSaveNewODT()
82 public void testSaveNewOTT() throws Exception { in testSaveNewOTT()
87 public void testSaveNewSXW() throws Exception { in testSaveNewSXW()
92 public void testSaveNewSTW() throws Exception { in testSaveNewSTW()
97 public void testSaveNewDOC() throws Exception { in testSaveNewDOC()
102 public void testSaveNewTXT() throws Exception { in testSaveNewTXT()
140 public void testSaveNewODS() throws Exception { in testSaveNewODS()
145 public void testSaveNewOTS() throws Exception { in testSaveNewOTS()
150 public void testSaveNewSXC() throws Exception { in testSaveNewSXC()
155 public void testSaveNewSTC() throws Exception { in testSaveNewSTC()
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java57 @BeforeClass public static void setUpConnection() throws Exception { in setUpConnection()
63 throws InterruptedException, com.sun.star.uno.Exception in tearDownConnection()
73 @Before public void before() throws Exception in before()
89 @Test public void testXSAXDocumentBuilder() throws Exception in testXSAXDocumentBuilder()
97 @Test public void testXDocumentBuilder() throws Exception in testXDocumentBuilder()
117 } catch (Exception e) { /* expected */ } in testXDocumentBuilder()
127 } catch (Exception e) { /* expected */ } in testXDocumentBuilder()
147 @Test public void testXDocument() throws Exception in testXDocument()
306 } catch (Exception e) { /* expected */ } in testXDocument()
483 } catch (Exception e) { /* expected */ } in testXDocument()
[all …]
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java42 …public void testFunctions() throws com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyE… in testFunctions()
77 …private XRow execute(final XRowSet xRowRes,final String sql) throws com.sun.star.uno.Exception, c… in execute()
88 …private void abs(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in abs()
95 …private void sign(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in sign()
103 …private void mod(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in mod()
109 …private void floor(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in floor()
116 …private void ceiling(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in ceiling()
123 …private void round(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in round()
130 …private void exp(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in exp()
137 …private void log(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in log()
[all …]
/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx65 catch ( Exception& e ) in CalendarWrapper()
90 catch ( Exception& e ) in CalendarWrapper()
116 catch ( Exception& e ) in loadDefaultCalendar()
136 catch ( Exception& e ) in loadCalendar()
161 catch ( Exception& e ) in getLoadedCalendar()
182 catch ( Exception& e ) in getAllCalendars()
203 catch ( Exception& e ) in getUniqueID()
224 catch ( Exception& e ) in setDateTime()
244 catch ( Exception& e ) in getDateTime()
274 catch ( Exception& e ) in getCombinedOffsetInMillis()
[all …]
H A Dcharclass.cxx61 catch ( Exception& ) in CharClass()
101 catch ( Exception& ) in getComponentInstance()
186 catch ( Exception& ) in isAlpha()
203 catch ( Exception& ) in isAlpha()
225 catch ( Exception& ) in isLetter()
242 catch ( Exception& ) in isLetter()
264 catch ( Exception& ) in isDigit()
281 catch ( Exception& ) in isNumeric()
303 catch ( Exception& ) in isAlphaNumeric()
320 catch ( Exception& ) in isAlphaNumeric()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java31 import com.sun.star.uno.Exception;
51 public static int getInt(String name, Object parent) throws Exception in getInt()
61 public static short getShort(String name, Object parent) throws Exception in getShort()
71 public static float getFloat(String name, Object parent) throws Exception in getFloat()
81 public static double getDouble(String name, Object parent) throws Exception in getDouble()
91 public static String getString(String name, Object parent) throws Exception in getString()
101 public static boolean getBoolean(String name, Object parent) throws Exception in getBoolean()
111 public static Object getNode(String name, Object parent) throws Exception in getNode()
116 public static void set(int value, String name, Object parent) throws Exception in set()
121 public static void set(short value, String name, Object parent) throws Exception in set()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.cxx99 catch (uno::Exception& e) in getAxisTitle()
148 catch (uno::Exception& ) in setCrosses()
181 catch (uno::Exception& ) in getCrosses()
199 catch (uno::Exception& e) in setCrossesAt()
213 catch (uno::Exception& ) in getCrossesAt()
252 catch (uno::Exception& e) in setHasTitle()
278 catch (uno::Exception& e) in getHasTitle()
293 catch (uno::Exception& ) in setMinorUnit()
308 catch (uno::Exception& ) in getMinorUnit()
323 catch (uno::Exception& ) in setMinorUnitIsAuto()
[all …]
H A Dvbapagesetup.cxx158 catch( uno::Exception& ) in setFitToPagesTall()
181 catch( uno::Exception& ) in setFitToPagesWide()
227 catch( uno::Exception& ) in setZoom()
246 catch( uno::Exception& ) in getLeftHeader()
265 catch( uno::Exception& ) in setLeftHeader()
282 catch( uno::Exception& ) in getCenterHeader()
301 catch( uno::Exception& ) in setCenterHeader()
318 catch( uno::Exception& ) in getRightHeader()
337 catch( uno::Exception& ) in setRightHeader()
354 catch( uno::Exception& ) in getLeftFooter()
[all …]
/trunk/main/unotools/source/config/
H A Duseroptions.cxx175 catch(Exception& ) in disposing()
205 catch(const css::uno::Exception& ex) in SvtUserOptions_Impl()
235 catch ( const css::uno::Exception& ex ) in GetCompany()
251 catch ( const css::uno::Exception& ex ) in GetFirstName()
267 catch ( const css::uno::Exception& ex ) in GetLastName()
283 catch ( const css::uno::Exception& ex ) in GetID()
299 catch ( const css::uno::Exception& ex ) in GetStreet()
315 catch ( const css::uno::Exception& ex ) in GetCity()
331 catch ( const css::uno::Exception& ex ) in GetState()
347 catch ( const css::uno::Exception& ex ) in GetZip()
[all …]
/trunk/main/idlc/test/parser/
H A Dpublished.tests139 exception Exception {};
140 exception E2: Exception {};
146 exception Exception {};
147 published exception E2: Exception {};
153 published exception Exception {};
154 exception E2: Exception {};
160 published exception Exception {};
161 published exception E2: Exception {};
168 exception Exception { E m; };
175 published exception Exception { E m; };
[all …]
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java626 TreeNode convert(XEnumeration xEnum) throws Exception in convert()
635 TreeNode convertChildren(XEnumeration xEnum) throws Exception in convertChildren()
826 void initParagraph() throws Exception in initParagraph()
835 throws Exception in insertControlCharacter()
845 void insertTextField(XTextCursor xCursor, String content) throws Exception in insertTextField()
852 throws Exception in makeTextField()
867 TextContentAnchorType anchor) throws Exception in insertFrame()
874 throws Exception in makeFrame()
889 void insertFootnote(XTextCursor xCursor, String label) throws Exception in insertFootnote()
895 XTextContent makeFootnote(String label) throws Exception in makeFootnote()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java71 public void setUpDocument() throws Exception { in setUpDocument()
80 private String getUserName() throws com.sun.star.uno.Exception in getUserName()
120 public static void setUpConnection() throws Exception { in setUpConnection()
137 Exception { in tearDownConnection()
144 public void testGeneralAuthor() throws Exception { in testGeneralAuthor()
220 public void testGeneralCreationDate() throws Exception { in testGeneralCreationDate()
239 public void testGeneralModifiedBy() throws Exception { in testGeneralModifiedBy()
255 public void testGeneralModificationDate() throws Exception { in testGeneralModificationDate()
270 public void testGeneralPrintBy() throws Exception { in testGeneralPrintBy()
286 public void testGeneralPrintDate() throws Exception { in testGeneralPrintDate()
[all …]

12345678910>>...109