/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaaxis.cxx | 54 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in isValueAxis() 101 DebugHelper::exception(e); in getAxisTitle() 110 DebugHelper::exception(SbERR_NOT_IMPLEMENTED, rtl::OUString()); in setDisplayUnit() 116 DebugHelper::exception(SbERR_NOT_IMPLEMENTED, rtl::OUString()); in getDisplayUnit() 150 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in setCrosses() 201 DebugHelper::exception(e); in setCrossesAt() 215 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in getCrossesAt() 254 DebugHelper::exception(e); in setHasTitle() 280 DebugHelper::exception(e); in getHasTitle() 295 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in setMinorUnit() [all …]
|
H A D | vbaformat.cxx | 68 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in ScVbaFormat() 106 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in setVerticalAlignment() 142 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in getVerticalAlignment() 182 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in setHorizontalAlignment() 223 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in getHorizontalAlignment() 262 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in setOrientation() 299 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in getOrientation() 392 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in getNumberFormatLocal() 414 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in setNumberFormat() 473 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in setNumberFormat() [all …]
|
H A D | vbastyle.cxx | 54 …DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "XModel In… in initialise() 58 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in initialise() 75 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in ScVbaStyle() 87 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in ScVbaStyle() 119 DebugHelper::exception(e); in setNameLocal() 133 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString() ); in getNameLocal() 147 DebugHelper::exception(SbERR_METHOD_FAILED, rtl::OUString()); in Delete() 154 DebugHelper::exception(SbERR_NOT_IMPLEMENTED, rtl::OUString()); in setMergeCells() 160 DebugHelper::exception(SbERR_NOT_IMPLEMENTED, rtl::OUString()); in getMergeCells()
|
/aoo4110/main/wizards/com/sun/star/wizards/text/ |
H A D | TextTableHandler.java | 97 catch (Exception exception) in getByName() 99 exception.printStackTrace(System.out); in getByName() 113 catch (Exception exception) in getlastTextTable() 115 exception.printStackTrace(System.out); 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 …]
|
H A D | TextSectionHandler.java | 72 catch (Exception exception) in removeTextSectionbyName() 74 exception.printStackTrace(System.out); in removeTextSectionbyName() 92 catch (Exception exception) in removeLastTextSection() 94 exception.printStackTrace(System.out); in removeLastTextSection() 105 catch (Exception exception) in removeTextSection() 107 exception.printStackTrace(System.out); in removeTextSection() 128 catch (Exception exception) in removeInvisibleTextSections() 130 exception.printStackTrace(System.out); in removeInvisibleTextSections() 147 catch (Exception exception) in removeAllTextSections() 174 catch (Exception exception) in breakLinkofTextSections() [all …]
|
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | Job.java | 96 Throwable exception = null; in execute() local 106 exception = e.getTargetException(); in execute() 107 if (exception == null) { in execute() 108 exception = e; in execute() 111 exception = e; in execute() 116 if (exception == null) { in execute() 123 if (exception != null in execute() 125 && !(exception instanceof in execute() 134 true, _iMessage.getThreadId(), exception); in execute() 171 private Exception remoteUnoRequestRaisedException(Object exception) { in remoteUnoRequestRaisedException() argument [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | Helper.java | 75 catch (Exception exception) in setUnoPropertyValue() 77 exception.printStackTrace(System.out); in setUnoPropertyValue() 95 catch (Exception exception) in getUnoObjectbyName() 97 exception.printStackTrace(System.out); in getUnoObjectbyName() 137 catch (Exception exception) in getUnoPropertyValue() 187 catch (Exception exception) in getPropertyValuefromAny() 205 catch (Exception exception) in getUnoPropertyValue() 226 catch (Exception exception) in getUnoArrayPropertyValue() 247 catch (Exception exception) in getUnoStructValue() 272 catch (Exception exception) in setUnoPropertyValues() [all …]
|
H A D | SystemDialog.java | 83 catch (com.sun.star.uno.Exception exception) in SystemDialog() 85 exception.printStackTrace(); in SystemDialog() 160 catch (com.sun.star.uno.Exception exception) in callStoreDialog() 162 exception.printStackTrace(); in callStoreDialog() 207 catch (com.sun.star.uno.Exception exception) in callOpenDialog() 209 exception.printStackTrace(); in callOpenDialog() 226 catch (Exception exception) in addFilterToDialog() 228 exception.printStackTrace(System.out); in addFilterToDialog() 293 exception.printStackTrace(System.out); in getFilterUIName_() 348 catch (Exception exception) in showMessageBox() [all …]
|
H A D | Resource.java | 62 catch (Exception exception) in getResText() 64 exception.printStackTrace(); in getResText() 80 catch (Exception exception) in getStringList() 82 exception.printStackTrace(); in getStringList() 98 catch (Exception exception) in getResArray() 100 exception.printStackTrace(System.out); in getResArray() 122 catch (Exception exception) in initResources() 124 exception.printStackTrace(System.out); in initResources()
|
H A D | FileAccess.java | 122 catch (Exception exception) in getOfficePath() 124 exception.printStackTrace(System.out); in getOfficePath() 200 catch (Exception exception) in getOfficePath() 202 exception.printStackTrace(System.out); in getOfficePath() 281 catch (Exception exception) in getOfficePaths() 283 exception.printStackTrace(System.out); in getOfficePaths() 438 catch (Exception exception) in isPathValid() 440 exception.printStackTrace(System.out); in isPathValid() 456 catch (Exception exception) in combinePaths() 458 exception.printStackTrace(System.out); in combinePaths() [all …]
|
/aoo4110/main/qadevOOo/runner/lib/ |
H A D | MultiPropertyTest.java | 214 Exception exception = null; in testProperty() local 225 exception = e; in testProperty() 229 exception = e; in testProperty() 233 exception = e; in testProperty() 237 exception = e; in testProperty() 241 exception = e; in testProperty() 321 if (exception != null) in checkResult() 323 if (exception instanceof PropertyVetoException) in checkResult() 353 throw exception; in checkResult() 392 if (exception == null) in checkResult() [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 97 catch (com.sun.star.uno.Exception exception) in UnoDialog() 99 exception.printStackTrace(System.out); in UnoDialog() 115 catch (com.sun.star.uno.Exception exception) in getControlKey() 117 exception.printStackTrace(System.out); in getControlKey() 169 catch (com.sun.star.uno.Exception exception) in setControlProperty() 171 exception.printStackTrace(System.out); in setControlProperty() 197 exception.printStackTrace(System.out); in setControlProperties() 402 exception.printStackTrace(System.out); in insertScrollBar() 436 exception.printStackTrace(System.out); in insertEditField() 499 exception.printStackTrace(System.out); in insertRadioButton() [all …]
|
H A D | WizardDialog.java | 171 exception.printStackTrace(System.out); in itemStateChanged() 191 catch (IllegalArgumentException exception) in isRoadmapComplete() 193 exception.printStackTrace(System.out); in isRoadmapComplete() 216 catch (com.sun.star.uno.Exception exception) in getCurrentRoadmapItemID() 218 exception.printStackTrace(System.out); in getCurrentRoadmapItemID() 314 catch (com.sun.star.uno.Exception exception) in insertRoadmapItem() 316 exception.printStackTrace(System.out); in insertRoadmapItem() 343 catch (com.sun.star.uno.Exception exception) in getRoadmapItemByID() 345 exception.printStackTrace(System.out); in getRoadmapItemByID() 626 exception.printStackTrace(System.out); in isStepEnabled() [all …]
|
/aoo4110/main/idlc/test/parser/ |
H A D | published.tests | 26 published exception E1 {}; 139 exception Exception {}; 140 exception E2: Exception {}; 146 exception Exception {}; 154 exception E2: Exception {}; 235 exception Exception {}; 242 exception Exception {}; 305 exception Exception {}; 312 exception Exception {}; 627 exception Exception {}; [all …]
|
H A D | attribute.tests | 43 exception E1 {}; 52 exception E1 {}; 61 exception E1 {}; 71 exception E1 {}; 81 exception E1 {}; 91 exception E1 {}; 101 exception E1 {}; 110 exception E1 {}; 119 exception E1 {}; 128 exception E1 {};
|
/aoo4110/main/sc/qa/complex/sc/ |
H A D | CalcRTL.java | 315 Exception exception = null; in changeProperty() local 320 exception = e; in changeProperty() 322 exception = e; in changeProperty() 324 exception = e; in changeProperty() 326 exception = e; in changeProperty() 328 exception = e; in changeProperty() 337 exception); in changeProperty() 393 if (exception != null) { in checkResult() 419 throw exception; in checkResult() 452 if (exception == null) { in checkResult() [all …]
|
/aoo4110/main/configmgr/source/ |
H A D | broadcaster.cxx | 57 buffer.append(exception.Message); in appendMessage() 118 css::uno::Any exception; in send() local 126 exception = cppu::getCaughtException(); in send() 138 exception = cppu::getCaughtException(); in send() 150 exception = cppu::getCaughtException(); in send() 162 exception = cppu::getCaughtException(); in send() 174 exception = cppu::getCaughtException(); in send() 186 exception = cppu::getCaughtException(); in send() 196 exception = cppu::getCaughtException(); in send() 200 if (exception.hasValue()) { in send() [all …]
|
/aoo4110/main/desktop/source/app/ |
H A D | configinit.cxx | 134 catch (configuration::InvalidBootstrapFileException & exception) in CreateApplicationConfigurationProvider() local 136 handleGeneralException(exception, in CreateApplicationConfigurationProvider() 140 catch (backend::CannotConnectException & exception) in CreateApplicationConfigurationProvider() local 142 handleGeneralException(exception, in CreateApplicationConfigurationProvider() 146 catch (backend::BackendSetupException & exception) in CreateApplicationConfigurationProvider() local 148 handleGeneralException(exception, in CreateApplicationConfigurationProvider() 152 catch (configuration::CannotLoadConfigurationException & exception) in CreateApplicationConfigurationProvider() local 154 handleGeneralException(exception, in CreateApplicationConfigurationProvider() 158 catch (uno::Exception & exception) in CreateApplicationConfigurationProvider() local 160 handleGeneralException(exception, in CreateApplicationConfigurationProvider()
|
/aoo4110/main/odk/examples/java/ToDo/ |
H A D | ToDo.java | 580 catch( Exception exception ) { in recalc() 581 showExceptionMessage( exception ); in recalc() 651 catch( Exception exception ) { in getStringFromCell() 652 this.showExceptionMessage( exception ); in getStringFromCell() 677 catch( Exception exception ) { in setStringToCell() 678 this.showExceptionMessage( exception ); in setStringToCell() 794 catch( Exception exception ) { in getOfficialHolidays() 840 catch( Exception exception ) { in getWorkday() 887 catch( Exception exception ) { in getPrivateHolidays() 915 exception.printStackTrace( printwriter); in showExceptionMessage() [all …]
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | TDocSupplier.java | 73 }catch(Exception exception){ in getXModelByTDocUrl() 74 exception.printStackTrace(System.out); in getXModelByTDocUrl() 87 }catch(Exception exception){ in getTitleByTDocUrl() 88 exception.printStackTrace(System.out); in getTitleByTDocUrl() 115 }catch(Exception exception){ in getXRowOfTDocUrl() 116 exception.printStackTrace(System.out); in getXRowOfTDocUrl() 152 catch( Exception exception ) { in openEmptyDocument() 153 System.err.println( exception ); in openEmptyDocument()
|
H A D | Inspector.java | 110 }catch( Exception exception ) { in getSDKPath() 111 exception.printStackTrace(System.out); in getSDKPath() 172 }catch( Exception exception ) { in assignSDKPath() 173 exception.printStackTrace(System.out); in assignSDKPath() 200 }catch( Exception exception ) { in inspect() 201 exception.printStackTrace(System.out); in inspect() 273 }catch( Exception exception ) { in setSourceCodeLanguage() 274 exception.printStackTrace(System.out); in setSourceCodeLanguage() 378 }catch( Exception exception ) { in getSourceCodeLanguage() 379 exception.printStackTrace(System.out); in getSourceCodeLanguage()
|
/aoo4110/main/udkapi/com/sun/star/lang/ |
H A D | WrappedTargetRuntimeException.idl | 36 /** This is a runtime exception that wraps any other exception thrown 39 This exception should not be declared at interfaces, use 41 to transport an exception via interface-methods, that do not 42 specify the appropriate exceptions (so using this exception 45 published exception WrappedTargetRuntimeException: ::com::sun::star::uno::RuntimeException 48 /** The exception is thrown by the target.
|
/aoo4110/main/tools/inc/tools/ |
H A D | diagnose_ex.h | 59 ::com::sun::star::uno::Exception exception; \ 60 caught >>= exception; \ 61 if ( exception.Message.getLength() ) \ 64 …sMessage += ::rtl::OString( exception.Message.getStr(), exception.Message.getLength(), osl_getThre… 66 if ( exception.Context.is() ) \ 68 const char* pContext = typeid( *exception.Context.get() ).name(); \
|
/aoo4110/main/wizards/com/sun/star/wizards/document/ |
H A D | OfficeDocument.java | 90 catch (Exception exception) in attachEventCall() 92 exception.printStackTrace(System.out); in attachEventCall() 112 catch (PropertyVetoException exception) in dispose() 114 exception.printStackTrace(System.out); in dispose() 160 catch (Exception exception) in createNewDocument() 162 exception.printStackTrace(System.out); in createNewDocument() 281 catch (Exception exception) in load() 283 exception.printStackTrace(System.out); in load() 318 catch (Exception exception) in store() 321 exception.printStackTrace(System.out); in store()
|
/aoo4110/main/wizards/com/sun/star/wizards/report/ |
H A D | DBColumn.java | 297 catch (Exception exception) in modifyCellContent() 299 exception.printStackTrace(System.out); in modifyCellContent() 349 catch (Exception exception) in modifyCellContent() 351 System.err.println(exception); in modifyCellContent() 401 catch (com.sun.star.beans.UnknownPropertyException exception) in replaceValueCellofTable() 403 exception.printStackTrace(System.out); in replaceValueCellofTable() 429 catch (Exception exception) in setCellFont() 431 exception.printStackTrace(System.out); in setCellFont() 470 catch (Exception exception) in isNameCell() 474 exception.printStackTrace(System.out); in isNameCell()
|