| /AOO41X/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
| H A D | hash.cxx | 76 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 … in subRound() argument 78 e += rotl(a,5); in subRound() 81 case 1: e += f1( b, c, d );break; in subRound() 83 case 4: e += f2( b, c, d );break; in subRound() 84 case 3: e += f3( b, c, d );break; in subRound() 86 e += constant + datum; in subRound() 110 sal_uInt32 a, b, c, d, e; in transform() local 115 e = hashdata[4]; in transform() 117 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform() 118 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform() [all …]
|
| /AOO41X/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
| H A D | hash.cxx | 77 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 … in subRound() argument 79 e += rotl(a,5); in subRound() 82 case 1: e += f1( b, c, d );break; in subRound() 84 case 4: e += f2( b, c, d );break; in subRound() 85 case 3: e += f3( b, c, d );break; in subRound() 87 e += constant + datum; in subRound() 111 sal_uInt32 a, b, c, d, e; in transform() local 116 e = hashdata[4]; in transform() 118 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform() 119 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform() [all …]
|
| /AOO41X/main/unotools/source/i18n/ |
| H A D | calendarwrapper.cxx | 65 catch ( Exception& e ) in CalendarWrapper() local 69 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper() 72 (void)e; in CalendarWrapper() 90 catch ( Exception& e ) in CalendarWrapper() local 94 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper() 97 (void)e; in CalendarWrapper() 116 catch ( Exception& e ) in loadDefaultCalendar() local 120 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadDefaultCalendar() 123 (void)e; in loadDefaultCalendar() 136 catch ( Exception& e ) in loadCalendar() local [all …]
|
| /AOO41X/main/package/qa/storages/ |
| H A D | TestHelper.java | 75 catch( Exception e ) in WriteBytesToStream() 77 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 95 catch( Exception e ) in WriteBytesToStream() 97 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 111 catch( Exception e ) in WriteBytesToStream() 113 … Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 137 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed() 139 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstreamDefaultCompressed() 165 catch( Exception e ) in WriteBytesToSubstreamDefaultCompressed() 167 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToSubstreamDefaultCompressed() [all …]
|
| /AOO41X/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
| H A D | exceptions.cxx | 122 sal_uInt32 & e, sal_uInt32 constant, sal_uInt32 datum, in subRound() argument 125 e += rotl(a, 5); in subRound() 128 e += f1(b, c, d); in subRound() 132 e += f2(b, c, d); in subRound() 135 e += f3(b, c, d); in subRound() 138 e += constant + datum; in subRound() 185 sal_uInt32 e = hashdata[4]; in transform() local 186 subRound(a, b, c, d, e, K2, data[ 0], 1); in transform() 187 subRound(e, a, b, c, d, K2, data[ 1], 1); in transform() 188 subRound(d, e, a, b, c, K2, data[ 2], 1); in transform() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/chart/ |
| H A D | _ChartAxis.java | 71 } catch(com.sun.star.lang.WrappedTargetException e) { in _Max() 73 e.printStackTrace(log); in _Max() 74 throw new StatusException("Couldn't set property value", e); in _Max() 75 } catch(com.sun.star.lang.IllegalArgumentException e) { in _Max() 77 e.printStackTrace(log); in _Max() 78 throw new StatusException("Couldn't set property value", e); in _Max() 79 } catch(com.sun.star.beans.PropertyVetoException e) { in _Max() 81 e.printStackTrace(log); in _Max() 82 throw new StatusException("Couldn't set property value", e); in _Max() 83 } catch(com.sun.star.beans.UnknownPropertyException e) { in _Max() [all …]
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
| H A D | ModuleCtrl.java | 51 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setModuleSize() 52 PackageDescription child = (PackageDescription) e.nextElement(); in setModuleSize() 65 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setModuleSize() 66 PackageDescription child = (PackageDescription) e.nextElement(); in setModuleSize() 114 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setParentDefaultModuleSettings() 115 PackageDescription child = (PackageDescription) e.nextElement(); in setParentDefaultModuleSettings() 129 for (Enumeration e = packageData.children(); e.hasMoreElements();) { in setParentDefaultModuleSettings() 130 PackageDescription child = (PackageDescription) e.nextElement(); in setParentDefaultModuleSettings() 208 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setHiddenModuleSettingsInstall() 209 PackageDescription child = (PackageDescription) e.nextElement(); in setHiddenModuleSettingsInstall() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sc/ |
| H A D | ScDataPilotItemObj.java | 91 } catch (com.sun.star.uno.Exception e) { in initialize() 93 e.printStackTrace(log); in initialize() 94 throw new StatusException("Couldn't create document", e); in initialize() 162 } catch (com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment() 163 e.printStackTrace(); in createTestEnvironment() 164 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 165 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment() 166 e.printStackTrace(); in createTestEnvironment() 167 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 168 } catch (com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment() [all …]
|
| H A D | ScDataPilotFieldObj.java | 90 } catch (com.sun.star.uno.Exception e) { in initialize() 92 e.printStackTrace(log); in initialize() 93 throw new StatusException("Couldn't create document", e); in initialize() 161 } catch (com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment() 162 e.printStackTrace(); in createTestEnvironment() 163 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 164 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment() 165 e.printStackTrace(); in createTestEnvironment() 166 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 167 } catch (com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment() [all …]
|
| H A D | ScIndexEnumeration_DataPilotItemsEnumeration.java | 93 } catch (com.sun.star.uno.Exception e) { in initialize() 95 e.printStackTrace(log); in initialize() 96 throw new StatusException("Couldn't create document", e); in initialize() 164 } catch (com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment() 165 e.printStackTrace(); in createTestEnvironment() 166 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 167 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment() 168 e.printStackTrace(); in createTestEnvironment() 169 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 170 } catch (com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment() [all …]
|
| H A D | ScDataPilotItemsObj.java | 91 } catch (com.sun.star.uno.Exception e) { in initialize() 93 e.printStackTrace(log); in initialize() 94 throw new StatusException("Couldn't create document", e); in initialize() 162 } catch (com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment() 163 e.printStackTrace(); in createTestEnvironment() 164 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 165 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment() 166 e.printStackTrace(); in createTestEnvironment() 167 throw new StatusException("Couldn't get a spreadsheet", e); in createTestEnvironment() 168 } catch (com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment() [all …]
|
| H A D | ScStyleObj.java | 83 } catch ( com.sun.star.uno.Exception e ) { in initialize() 85 e.printStackTrace( log ); in initialize() 86 throw new StatusException( "Couldn't create document", e ); in initialize() 149 } catch(com.sun.star.lang.WrappedTargetException e) { in createTestEnvironment() 150 e.printStackTrace(log); in createTestEnvironment() 151 throw new StatusException("Couldn't get by index", e); in createTestEnvironment() 152 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in createTestEnvironment() 153 e.printStackTrace(log); in createTestEnvironment() 154 throw new StatusException("Couldn't get by index", e); in createTestEnvironment() 155 } catch(com.sun.star.lang.IllegalArgumentException e) { in createTestEnvironment() [all …]
|
| H A D | ScDataPilotFieldGroupsObj.java | 79 catch (com.sun.star.uno.Exception e) in initialize() 82 e.printStackTrace (log); in initialize() 83 throw new StatusException ("Couldn't create document", e); in initialize() 141 catch (com.sun.star.lang.WrappedTargetException e) in createTestEnvironment() 143 e.printStackTrace (); in createTestEnvironment() 144 throw new StatusException ("Couldn't get a spreadsheet", e); in createTestEnvironment() 146 catch (com.sun.star.lang.IndexOutOfBoundsException e) in createTestEnvironment() 148 e.printStackTrace (); in createTestEnvironment() 149 throw new StatusException ("Couldn't get a spreadsheet", e); in createTestEnvironment() 151 catch (com.sun.star.lang.IllegalArgumentException e) in createTestEnvironment() [all …]
|
| /AOO41X/main/sc/qa/complex/calcPreview/ |
| H A D | ViewForwarder.java | 129 } catch (com.sun.star.uno.Exception e) { in checkPositiveViewForwarder() 130 fail(e.getMessage()); in checkPositiveViewForwarder() 152 } catch(com.sun.star.lang.IllegalArgumentException e) { in checkPositiveViewForwarder() 154 fail(e.getMessage()); in checkPositiveViewForwarder() 155 } catch(com.sun.star.lang.WrappedTargetException e) { in checkPositiveViewForwarder() 157 fail(e.getMessage()); in checkPositiveViewForwarder() 158 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in checkPositiveViewForwarder() 160 fail(e.getMessage()); in checkPositiveViewForwarder() 184 } catch(com.sun.star.lang.IllegalArgumentException e) { in checkPositiveViewForwarder() 185 fail(e.getMessage()); in checkPositiveViewForwarder() [all …]
|
| /AOO41X/main/sc/qa/complex/dataPilot/ |
| H A D | _XPropertySet.java | 91 public void propertyChange(PropertyChangeEvent e) { in propertyChange() argument 115 public void vetoableChange(PropertyChangeEvent e) { in vetoableChange() argument 203 } catch (com.sun.star.beans.PropertyVetoException e) { in _addPropertyChangeListener() 206 e.printStackTrace(); in _addPropertyChangeListener() 207 } catch (com.sun.star.lang.IllegalArgumentException e) { in _addPropertyChangeListener() 210 e.printStackTrace(); in _addPropertyChangeListener() 211 } catch (com.sun.star.beans.UnknownPropertyException e) { in _addPropertyChangeListener() 214 e.printStackTrace(); in _addPropertyChangeListener() 215 } catch (com.sun.star.lang.WrappedTargetException e) { in _addPropertyChangeListener() 218 e.printStackTrace(); in _addPropertyChangeListener() [all …]
|
| H A D | CheckDataPilot.java | 197 } catch (com.sun.star.uno.Exception e) { in before() 199 e.printStackTrace(); in before() 200 throw new StatusException( "Couldn't create document", e ); in before() 215 } catch (com.sun.star.lang.WrappedTargetException e) { in before() 216 e.printStackTrace(); in before() 217 throw new StatusException( "Couldn't get a spreadsheet", e); in before() 218 } catch (com.sun.star.lang.IndexOutOfBoundsException e) { in before() 219 e.printStackTrace(); in before() 220 throw new StatusException( "Couldn't get a spreadsheet", e); in before() 221 } catch (com.sun.star.lang.IllegalArgumentException e) { in before() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/io/ |
| H A D | _XDataInputStream.java | 138 } catch (com.sun.star.io.IOException e) { in _readBoolean() 139 e.printStackTrace(log); in _readBoolean() 140 throw new StatusException("Can't write data to the stream", e); in _readBoolean() 151 } catch (com.sun.star.io.IOException e) { in _readBoolean() 153 e.printStackTrace(log); in _readBoolean() 169 } catch (com.sun.star.io.IOException e) { in _readByte() 170 e.printStackTrace(log); in _readByte() 171 throw new StatusException("Can't write data to the stream", e); in _readByte() 182 } catch(com.sun.star.io.IOException e) { in _readByte() 184 e.printStackTrace(log); in _readByte() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/beans/ |
| H A D | _XPropertySet.java | 71 public void propertyChange(PropertyChangeEvent e) { in propertyChange() argument 91 public void vetoableChange(PropertyChangeEvent e) { in vetoableChange() argument 177 } catch (com.sun.star.beans.PropertyVetoException e) { in _addPropertyChangeListener() 180 e.printStackTrace(log); in _addPropertyChangeListener() 181 } catch (com.sun.star.lang.IllegalArgumentException e) { in _addPropertyChangeListener() 184 e.printStackTrace(log); in _addPropertyChangeListener() 185 } catch (com.sun.star.beans.UnknownPropertyException e) { in _addPropertyChangeListener() 188 e.printStackTrace(log); in _addPropertyChangeListener() 189 } catch (com.sun.star.lang.WrappedTargetException e) { in _addPropertyChangeListener() 192 e.printStackTrace(log); in _addPropertyChangeListener() [all …]
|
| /AOO41X/main/odk/examples/java/Storage/ |
| H A D | TestHelper.java | 71 catch( Exception e ) in WriteBytesToStream() 73 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 91 catch( Exception e ) in WriteBytesToStream() 93 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 107 catch( Exception e ) in WriteBytesToStream() 109 … Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 144 catch( Exception e ) in WriteBytesToSubstream() 146 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream() 172 catch( Exception e ) in WriteBytesToEncrSubstream() 174 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToEncrSubstream() [all …]
|
| /AOO41X/main/package/qa/ofopxmlstorages/ |
| H A D | TestHelper.java | 76 catch( Exception e ) in WriteBytesToStream() 78 Error( "Can't write to stream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 96 catch( Exception e ) in WriteBytesToStream() 98 Error( "Can't set properties to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 112 catch( Exception e ) in WriteBytesToStream() 114 … Error( "Can't get 'Size' property from substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 131 catch( Exception e ) in WriteBytesToStream() 133 Error( "Can't set relationships to substream '" + sStreamName + "', exception: " + e ); in WriteBytesToStream() 163 catch( Exception e ) in WriteBytesToSubstream() 165 Error( "Can't create substream '" + sStreamName + "', exception : " + e + "!" ); in WriteBytesToSubstream() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sw/ |
| H A D | SwXMailMerge.java | 89 } catch (Exception e) { in createTestEnvironment() 90 throw new StatusException("Can't create object environment", e) ; in createTestEnvironment() 110 } catch (Exception e) { in createTestEnvironment() 111 throw new StatusException("Can't create com.sun.star.sdb.RowSet", e); in createTestEnvironment() 121 } catch (UnknownPropertyException e) { in createTestEnvironment() 122 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment() 123 } catch (PropertyVetoException e) { in createTestEnvironment() 124 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment() 125 } catch (IllegalArgumentException e) { in createTestEnvironment() 126 throw new StatusException("Can't set properties on oRowSet", e); in createTestEnvironment() [all …]
|
| /AOO41X/main/unoxml/qa/complex/unoxml/ |
| H A D | DOMTest.java | 117 } catch (Exception e) { /* expected */ } in testXDocumentBuilder() 127 } catch (Exception e) { /* expected */ } in testXDocumentBuilder() 306 } catch (Exception e) { /* expected */ } in testXDocument() 467 } catch (DOMException e) { in testXDocument() 469 NO_MODIFICATION_ALLOWED_ERR == e.Code); in testXDocument() 475 } catch (DOMException e) { in testXDocument() 477 NO_MODIFICATION_ALLOWED_ERR == e.Code); in testXDocument() 483 } catch (Exception e) { /* expected */ } in testXDocument() 489 } catch (Exception e) { /* expected */ } in testXDocument() 493 } catch (Exception e) { /* expected */ } in testXDocument() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sd/ |
| H A D | SdXCustomPresentation.java | 86 } catch (com.sun.star.uno.Exception e) { in initialize() 88 e.printStackTrace( log ); in initialize() 89 throw new StatusException( "Couldn't create document", e ); in initialize() 141 } catch (com.sun.star.uno.Exception e) { in createTestEnvironment() 142 e.printStackTrace(log); in createTestEnvironment() 143 throw new StatusException("Couldn't create instance", e); in createTestEnvironment() 151 } catch (com.sun.star.lang.WrappedTargetException e){ in createTestEnvironment() 152 e.printStackTrace(log); in createTestEnvironment() 153 throw new StatusException("Could't insert Presentation", e); in createTestEnvironment() 154 } catch (com.sun.star.container.ElementExistException e){ in createTestEnvironment() [all …]
|
| /AOO41X/main/qadevOOo/tests/java/ifc/ui/ |
| H A D | _XUIConfigurationManager.java | 78 catch(com.sun.star.lang.IllegalArgumentException e) { in _getUIElementsInfo() 80 e.printStackTrace(log); in _getUIElementsInfo() 96 catch(com.sun.star.lang.IllegalArgumentException e) { in _hasSettings() 97 log.println(e); in _hasSettings() 118 catch(com.sun.star.container.NoSuchElementException e) { in _getSettings() 120 e.printStackTrace(log); in _getSettings() 122 catch(com.sun.star.lang.IllegalArgumentException e) { in _getSettings() 124 e.printStackTrace(log); in _getSettings() 126 catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _getSettings() 128 e.printStackTrace(log); in _getSettings() [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/common/ |
| H A D | PropertySetHelper.java | 70 catch (Exception e) in setPropertyValueDontThrow() 72 …per.writeInfo("Don't throw the exception with property name(" + _sName + " ) : " + e.getMessage()); in setPropertyValueDontThrow() 91 catch (com.sun.star.beans.UnknownPropertyException e) in setPropertyValue() 93 DebugHelper.writeInfo(e.getMessage()); in setPropertyValue() 94 DebugHelper.exception(e); in setPropertyValue() 96 catch (com.sun.star.beans.PropertyVetoException e) in setPropertyValue() 98 DebugHelper.writeInfo(e.getMessage()); in setPropertyValue() 99 DebugHelper.exception(e); in setPropertyValue() 101 catch (com.sun.star.lang.IllegalArgumentException e) in setPropertyValue() 103 DebugHelper.writeInfo(e.getMessage()); in setPropertyValue() [all …]
|