Home
last modified time | relevance | path

Searched refs:Exception (Results 26 – 50 of 4041) sorted by relevance

12345678910>>...162

/trunk/main/idlc/test/parser/
H A Dpublished.tests139 exception Exception {};
146 exception Exception {};
235 exception Exception {};
242 exception Exception {};
305 exception Exception {};
312 exception Exception {};
627 exception Exception {};
630 f() raises (Exception);
637 exception Exception {};
640 f() raises (Exception);
[all …]
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java835 throws Exception in insertControlCharacter()
852 throws Exception in makeTextField()
874 throws Exception in makeFrame()
908 throws Exception in insertBookmark()
951 throws Exception in insertDocumentIndexMark()
984 throws Exception in insertMeta()
1004 throws Exception in insertMetaField()
1183 throws Exception in insertNode()
3367 throws Exception; in mkTextContent()
3369 throws Exception { } in postInserted()
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunofreg.cxx44 …dule_createInstance( const uno::Reference< XMultiServiceFactory > &rSMgr ) throw( uno::Exception );
52 …ment_createInstance( const uno::Reference< XMultiServiceFactory > &rSMgr ) throw( uno::Exception );
55 …ment_createInstance( const uno::Reference< XMultiServiceFactory > &rSMgr ) throw( uno::Exception );
60 …mport_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
63 …tyles_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
70 …tMeta_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
79 …rtOOO_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
96 …xport_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
117 …odule_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
121 …Merge_createInstance(const uno::Reference< XMultiServiceFactory > & rSMgr) throw( uno::Exception );
[all …]
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.hxx126 ) throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::RuntimeException ) ;
155 …virtual HCRYPTPROV getCryptoProvider() throw( ::com::sun::star::uno::Exception , ::com::sun::star:…
159 …virtual LPCTSTR getKeyContainer() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno:…
163 …virtual HCERTSTORE getCryptoSlot() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno…
167 …virtual HCERTSTORE getCertDb() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno::Ru…
169 …virtual void setCertDb( HCERTSTORE aCertDb ) throw( ::com::sun::star::uno::Exception , ::com::sun:…
171 …virtual void adoptSymKey( HCRYPTKEY aSymKey ) throw( ::com::sun::star::uno::Exception , ::com::sun…
177 …virtual void adoptPubKey( HCRYPTKEY aPubKey ) throw( ::com::sun::star::uno::Exception , ::com::sun…
183 …virtual void adoptPriKey( HCRYPTKEY aPriKey ) throw( ::com::sun::star::uno::Exception , ::com::sun…
191 …virtual sal_Bool defaultEnabled() throw( ::com::sun::star::uno::Exception , ::com::sun::star::uno:…
[all …]
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java71 public void setUpDocument() throws Exception { in setUpDocument()
120 public static void setUpConnection() throws Exception { in setUpConnection()
137 Exception { in tearDownConnection()
144 public void testGeneralAuthor() throws Exception { in testGeneralAuthor()
239 public void testGeneralModifiedBy() throws Exception { in testGeneralModifiedBy()
270 public void testGeneralPrintBy() throws Exception { in testGeneralPrintBy()
286 public void testGeneralPrintDate() throws Exception { in testGeneralPrintDate()
358 public void testGeneralReset() throws Exception { in testGeneralReset()
382 public void testDescriptionTitle() throws Exception{ in testDescriptionTitle()
621 public void testNoRefresh() throws Exception{ in testNoRefresh()
[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()
213 catch (uno::Exception& ) in getCrossesAt()
293 catch (uno::Exception& ) in setMinorUnit()
308 catch (uno::Exception& ) in getMinorUnit()
323 catch (uno::Exception& ) in setMinorUnitIsAuto()
340 catch (uno::Exception& ) in getMinorUnitIsAuto()
370 catch (uno::Exception& ) in setMajorUnit()
385 catch (uno::Exception& ) in getMajorUnit()
[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/connectivity/qa/complex/connectivity/dbase/
H A DDBaseStringFunctions.java42 …public void testFunctions() throws com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyE… in testFunctions()
83 …private void upper(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in upper()
90 …private void lower(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in lower()
101 …private void acsii(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in acsii()
115 …private void concat(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in concat()
121 …private void locate(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in locate()
133 …private void ltrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in ltrim()
139 …private void rtrim(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in rtrim()
145 …private void space(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in space()
169 …private void left(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in left()
[all …]
H A DDBaseDateFunctions.java43 …public void testFunctions() throws com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyE… in testFunctions()
83 …private void dayofweek(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.bean… in dayofweek()
101 …private void month(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in month()
107 …private void dayname(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in dayname()
119 …private void quarter(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.… in quarter()
128 …private void week(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in week()
134 …private void year(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in year()
140 …private void hour(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unk… in hour()
146 …private void minute(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in minute()
152 …private void second(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.U… in second()
[all …]
/trunk/main/svtools/source/config/
H A Daccessibilityoptions.cxx138 catch(const css::uno::Exception& ex) in SvtAccessibilityOptions_Impl()
160 catch(const css::uno::Exception& ex) in GetAutoDetectSystemHC()
178 catch(const css::uno::Exception& ex) in GetIsForPagePreviews()
195 catch(const css::uno::Exception& ex) in GetIsHelpTipsDisappear()
213 catch(const css::uno::Exception& ex) in GetIsAllowAnimatedGraphics()
231 catch(const css::uno::Exception& ex) in GetIsAllowAnimatedText()
249 catch(const css::uno::Exception& ex) in GetIsAutomaticFontColor()
267 catch(const css::uno::Exception& ex) in GetIsSystemFont()
285 catch(const css::uno::Exception& ex) in GetHelpTipSeconds()
303 catch(const css::uno::Exception& ex) in IsSelectionInReadonly()
[all …]
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java39 import com.sun.star.uno.Exception;
97 } catch (com.sun.star.uno.Exception e) { in _OptionsEventHandler()
117 } catch (com.sun.star.uno.Exception e) { in _OptionsEventHandler()
178 throws com.sun.star.uno.Exception { in handleExternalEvent()
197 com.sun.star.uno.Exception { in saveData()
212 throw new com.sun.star.uno.Exception( in saveData()
276 throws com.sun.star.uno.Exception { in loadData()
291 throw new com.sun.star.uno.Exception( in loadData()
344 throws com.sun.star.uno.Exception { in getWindowName()
357 throw new com.sun.star.uno.Exception( in getWindowName()
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java348 throws java.lang.Exception in fromXML()
503 throws java.lang.Exception in toHTML()
614 throws java.lang.Exception in toXML()
708 throws java.lang.Exception in convertTypePropsToExternal()
808 throws java.lang.Exception in convertFilterPropsToExternal()
911 throws java.lang.Exception in convertDetectServicePropsToExternal()
944 throws java.lang.Exception in convertFrameLoaderPropsToExternal()
977 throws java.lang.Exception in convertContentHandlerPropsToExternal()
1031 throws java.lang.Exception in convertTypePropsToInternal()
1154 throws java.lang.Exception in convertFilterPropsToInternal()
[all …]
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java289 catch( Exception e ) in actionPerformed()
326 catch( Exception e ) in saveObject()
412 catch( Exception e ) in getPosRect()
433 catch( Exception e ) in getClipRect()
1339 catch( Exception e ) in createLinkObject()
1376 catch( Exception e ) in loadEmbedObject()
1446 catch( Exception e ) in createTempStorage()
1501 catch( Exception e ) in saveObjectAsFileURI()
1576 catch( Exception e ) in loadFileURI()
1670 catch( Exception e ) in storeLinkAsFileURI()
[all …]
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DUserOptTest.cxx108 throw css::uno::Exception(MESSAGE_SETCOMPANY_FAILED, 0); in impl_checkSetCompany()
126 throw css::uno::Exception(MESSAGE_SETLASTNAME_FAILED, 0); in impl_checkSetLastName()
135 throw css::uno::Exception(MESSAGE_SETID_FAILED, 0); in impl_checkSetID()
144 throw css::uno::Exception(MESSAGE_SETSTREET_FAILED, 0); in impl_checkSetStreet()
153 throw css::uno::Exception(MESSAGE_SETCITY_FAILED, 0); in impl_checkSetCity()
162 throw css::uno::Exception(MESSAGE_SETSTATE_FAILED, 0); in impl_checkSetState()
171 throw css::uno::Exception(MESSAGE_SETZIP_FAILED, 0); in impl_checkSetZip()
180 throw css::uno::Exception(MESSAGE_SETCOUNTRY_FAILED, 0); in impl_checkSetCountry()
198 throw css::uno::Exception(MESSAGE_SETTITLE_FAILED, 0); in impl_checkSetTitle()
225 throw css::uno::Exception(MESSAGE_SETFAX_FAILED, 0); in impl_checkSetFax()
[all …]
H A DHistoryOptTest.cxx102 throw css::uno::Exception(MESSAGE_MISS_ITEM, 0); in impl_testHistory()
114 throw css::uno::Exception(MESSAGE_WRONG_ORDER, 0); in impl_testHistory()
128 throw css::uno::Exception(MESSAGE_WRONG_ORDER, 0); in impl_testHistory()
134 throw css::uno::Exception(MESSAGE_WRONG_ORDER, 0); in impl_testHistory()
144 throw css::uno::Exception(MESSAGE_WRONG_ORDER, 0); in impl_testHistory()
147 throw css::uno::Exception(MESSAGE_UNEXPECTED_ITEM, 0); in impl_testHistory()
161 throw css::uno::Exception(MESSAGE_WRONG_ORDER, 0); in impl_testHistory()
167 catch (const css::uno::Exception& ex) in impl_testHistory()
182 throw css::uno::Exception(MESSAGE_CLEAR_FAILED, 0); in impl_clearList()
189 throw css::uno::Exception(MESSAGE_CLEAR_FAILED, 0); in impl_clearList()
[all …]
/trunk/main/cppuhelper/source/
H A Dfactory.cxx116 throw (Exception, RuntimeException);
120 throw (Exception, RuntimeException);
209 throw (Exception, RuntimeException) in createInstanceWithContext()
217 throw (Exception, RuntimeException) in createInstanceWithArgumentsAndContext()
360 throw (Exception, RuntimeException);
364 throw (Exception, RuntimeException);
482 throw (Exception, RuntimeException) in createInstanceWithContext()
501 throw (Exception, RuntimeException) in createInstanceWithArgumentsAndContext()
591 throw (Exception);
716 throw (Exception) in setFastPropertyValue_NoBroadcast()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx530 throw( CommandAbortedException, RuntimeException, Exception ) in getCommands()
546 throw( CommandAbortedException, RuntimeException, Exception ) in getProperties()
562 throw( CommandAbortedException, RuntimeException, Exception ) in getPropertyValue()
573 throw( CommandAbortedException, RuntimeException, Exception ) in getPropertyValue()
585 throw( CommandAbortedException, RuntimeException, Exception ) in setPropertyValue()
600 throw( CommandAbortedException, RuntimeException, Exception ) in setPropertyValue()
615 throw( CommandAbortedException, RuntimeException, Exception ) in getPropertyValues()
636 throw( CommandAbortedException, RuntimeException, Exception ) in getPropertyValues()
657 throw( CommandAbortedException, RuntimeException, Exception ) in getPropertyValuesInterface()
1426 catch ( Exception const & ) in insertNewContent()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java108 catch( Exception e ) in main()
282 catch ( Exception e ) in readDataExample()
297 catch ( Exception e ) in browseDataExample()
312 catch ( Exception e ) in updateGroupExample()
331 catch ( Exception e ) in resetGroupExample()
346 catch ( Exception e ) in updateSetExample()
604 catch (Exception e) in editGridOptions()
645 catch (Exception e) in execute()
706 catch (Exception e) in readModel()
731 catch (Exception e) in toggleVisibility()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java100 throws com.sun.star.uno.Exception in ConfigHelper()
145 catch(com.sun.star.uno.Exception ex) in readRelativeKey()
164 catch(com.sun.star.uno.Exception ex) in writeRelativeKey()
185 catch(com.sun.star.uno.Exception ex) in flush()
194 throws com.sun.star.uno.Exception in readDirectKey()
206 throws com.sun.star.uno.Exception in writeDirectKey()
227 throws com.sun.star.uno.Exception in getOrInsertGroup()
269 throws com.sun.star.uno.Exception in updateGroupProperty()
285 } catch (com.sun.star.uno.Exception e) { in updateGroupProperty()
310 throws com.sun.star.uno.Exception in insertOrUpdateExtensibleGroupProperty()
[all …]
/trunk/main/autodoc/source/ary/idl/
H A Di_exception.cxx39 Exception::Exception( const String & i_sName, in Exception() function in ary::idl::Exception
49 Exception::~Exception() in ~Exception()
54 Exception::do_Accept( csv::ProcessorIfc & io_processor ) const in do_Accept()
60 Exception::get_AryClass() const in get_AryClass()
66 Exception::inq_LocalName() const in inq_LocalName()
72 Exception::inq_NameRoom() const in inq_NameRoom()
78 Exception::inq_Owner() const in inq_Owner()
84 Exception::inq_SightLevel() const in inq_SightLevel()
93 inline const Exception &
96 csv_assert( i_ce.AryClass() == Exception::class_id ); in exception_cast()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DCalcTools.java37 import com.sun.star.uno.Exception;
66 } catch (Exception e){ in fillCalcSheetWithContent()
67 throw new Exception( in fillCalcSheetWithContent()
99 throw new Exception( in fillCalcSheetWithContent()
106 } catch (Exception e){ in fillCalcSheetWithContent()
107 throw new Exception( in fillCalcSheetWithContent()
140 throw new Exception( in getSpreadSheetFromSheetDoc()
143 throw new Exception( in getSpreadSheetFromSheetDoc()
146 throw new Exception( in getSpreadSheetFromSheetDoc()
149 } catch (Exception e){ in getSpreadSheetFromSheetDoc()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java257 catch( Exception e ) in SetShowInBrowserByDefault()
323 catch( Exception e ) in GetMainURL()
462 } catch ( Exception e ) in EachLine()
477 } catch ( Exception ex ) in GetDocTitle()
709 catch( Exception e ) in ShowURLInBrowser()
774 catch( Exception e )
797 catch( Exception e ) in GetLoginToken()
932 catch( Exception e ) in GetPasswordsForURLAndUser()
949 catch( Exception e ) in PasswordStoringIsAllowed()
1059 catch( Exception e ) in AllowUnknownCert()
[all …]
/trunk/main/unotools/qa/complex/tempfile/
H A DTestHelper.java44 } catch( Exception e ) { in SetTempFileRemove()
53 } catch( Exception e) { in GetTempFileRemove()
63 } catch (Exception e) { in GetTempFileURL()
76 } catch ( Exception e ) { in GetTempFileName()
92 catch ( Exception e ) { in CompareFileNameAndURL()
107 } catch ( Exception e ) { in WriteBytesWithStream()
141 catch ( Exception e) in ReadDirectlyFromTempFile()
161 } catch( Exception e ) { in CloseTempFile()
175 } catch( Exception e ) { in CloseTempFile()
189 catch ( Exception e ) { in KillTempFile()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datktable.cxx110 catch(const uno::Exception& e) { in table_wrapper_ref_at()
136 catch(const uno::Exception& e) { in table_wrapper_get_index_at()
161 catch(const uno::Exception& e) { in table_wrapper_get_column_at_index()
186 catch(const uno::Exception& e) { in table_wrapper_get_row_at_index()
210 catch(const uno::Exception& e) { in table_wrapper_get_n_columns()
234 catch(const uno::Exception& e) { in table_wrapper_get_n_rows()
260 catch(const uno::Exception& e) { in table_wrapper_get_column_extent_at()
286 catch(const uno::Exception& e) { in table_wrapper_get_row_extent_at()
310 catch(const uno::Exception& e) { in table_wrapper_get_caption()
335 catch(const uno::Exception& e) { in table_wrapper_get_row_description()
[all …]
/trunk/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java45 public void setUp() throws Exception { in setUp()
55 public void tearDown() throws Exception { in tearDown()
65 public void testTableSize() throws Exception { in testTableSize()
94 public void testTableBackground() throws Exception { in testTableBackground()
128 public void testTableBorder() throws Exception { in testTableBorder()
237 public void testTableAutoFormat() throws Exception { in testTableAutoFormat()
258 public void testTableRowHeight() throws Exception { in testTableRowHeight()
288 public void testTableSelectRow() throws Exception { in testTableSelectRow()
313 public void testTableInsertRow() throws Exception { in testTableInsertRow()
344 public void testTableRowDelete() throws Exception { in testTableRowDelete()
[all …]

Completed in 1963 milliseconds

12345678910>>...162