/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 104 return impl.absolute(arg0); in absolute() 160 return impl.relative(arg0); in relative() 178 return implRow.getArray(arg0); in getArray() 186 return implRow.getBlob(arg0); in getBlob() 194 return implRow.getByte(arg0); in getByte() 206 return implRow.getClob(arg0); in getClob() 210 return implRow.getDate(arg0); in getDate() 222 return implRow.getInt(arg0); in getInt() 226 return implRow.getLong(arg0); in getLong() 234 return implRow.getRef(arg0); in getRef() [all …]
|
H A D | PostgresqlPreparedStatement.java | 167 implParameters.setArray(arg0, arg1); in setArray() 175 implParameters.setBlob(arg0, arg1); in setBlob() 183 implParameters.setByte(arg0, arg1); in setByte() 187 implParameters.setBytes(arg0, arg1); in setBytes() 195 implParameters.setClob(arg0, arg1); in setClob() 199 implParameters.setDate(arg0, arg1); in setDate() 211 implParameters.setInt(arg0, arg1); in setInt() 215 implParameters.setLong(arg0, arg1); in setLong() 219 implParameters.setNull(arg0, arg1); in setNull() 235 implParameters.setRef(arg0, arg1); in setRef() [all …]
|
H A D | PostgresqlResultSetMetaData.java | 38 return impl.getCatalogName(arg0); in getCatalogName() 54 return impl.getColumnName(arg0); in getColumnName() 77 return impl.getPrecision(arg0); in getPrecision() 81 return impl.getScale(arg0); in getScale() 89 return impl.getTableName(arg0); in getTableName() 101 return impl.isCurrency(arg0); in isCurrency() 109 return impl.isNullable(arg0); in isNullable() 113 return impl.isReadOnly(arg0); in isReadOnly() 117 return impl.isSearchable(arg0); in isSearchable() 121 return impl.isSigned(arg0); in isSigned() [all …]
|
H A D | PostgresqlDatabaseMetadata.java | 65 return impl.deletesAreDetected(arg0); in deletesAreDetected() 422 return impl.insertsAreDetected(arg0); in insertsAreDetected() 454 return impl.othersDeletesAreVisible(arg0); in othersDeletesAreVisible() 458 return impl.othersInsertsAreVisible(arg0); in othersInsertsAreVisible() 462 return impl.othersUpdatesAreVisible(arg0); in othersUpdatesAreVisible() 466 return impl.ownDeletesAreVisible(arg0); in ownDeletesAreVisible() 470 return impl.ownInsertsAreVisible(arg0); in ownInsertsAreVisible() 474 return impl.ownUpdatesAreVisible(arg0); in ownUpdatesAreVisible() 550 return impl.supportsConvert(arg0, arg1); in supportsConvert() 670 return impl.supportsResultSetType(arg0); in supportsResultSetType() [all …]
|
H A D | PostgresqlStatement.java | 76 public boolean execute(String arg0) throws SQLException { in execute() argument 77 System.out.println(arg0); in execute() 78 return impl.execute(arg0); in execute() 82 XResultSet results = impl.executeQuery(arg0); in executeQuery() 86 public int executeUpdate(String arg0) throws SQLException { in executeUpdate() argument 87 return impl.executeUpdate(arg0); in executeUpdate() 103 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener() 107 implPropertySet.addVetoableChangeListener(arg0, arg1); in addVetoableChangeListener() 115 return implPropertySet.getPropertyValue(arg0); in getPropertyValue() 126 public void setPropertyValue(String arg0, Object arg1) in setPropertyValue() argument [all …]
|
H A D | PostgresqlConnection.java | 139 public synchronized String nativeSQL(String arg0) throws SQLException { in nativeSQL() argument 141 return impl.nativeSQL(arg0); in nativeSQL() 165 public synchronized void setAutoCommit(boolean arg0) throws SQLException { in setAutoCommit() argument 167 impl.setAutoCommit(arg0); in setAutoCommit() 170 public synchronized void setCatalog(String arg0) throws SQLException { in setCatalog() argument 172 impl.setCatalog(arg0); in setCatalog() 175 public synchronized void setReadOnly(boolean arg0) throws SQLException { in setReadOnly() argument 177 impl.setReadOnly(arg0); in setReadOnly() 182 impl.setTransactionIsolation(arg0); in setTransactionIsolation() 185 public synchronized void setTypeMap(XNameAccess arg0) throws SQLException { in setTypeMap() argument [all …]
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DatabaseMetaDataResultSet.java | 358 return implColumnLocate.findColumn(arg0); in findColumn() 365 implPropertySet.addPropertyChangeListener(arg0, arg1); in addPropertyChangeListener() 370 implPropertySet.addVetoableChangeListener(arg0, arg1); in addVetoableChangeListener() 380 return implPropertySet.getPropertyValue(arg0); in getPropertyValue() 385 implPropertySet.removePropertyChangeListener(arg0, arg1); in removePropertyChangeListener() 390 implPropertySet.removeVetoableChangeListener(arg0, arg1); in removeVetoableChangeListener() 396 implPropertySet.setPropertyValue(arg0, arg1); in setPropertyValue() 406 bookmark1 = AnyConverter.toInt(arg0); in compareBookmarks() 435 bookmark = AnyConverter.toInt(arg0); in hashBookmark() 447 bookmark = AnyConverter.toInt(arg0); in moveRelativeToBookmark() [all …]
|
H A D | CustomResultSet.java | 356 public synchronized int compareBookmarks(Object arg0, Object arg1) throws SQLException { in compareBookmarks() argument 361 bookmark1 = AnyConverter.toInt(arg0); in compareBookmarks() 386 public synchronized int hashBookmark(Object arg0) throws SQLException { in hashBookmark() argument 390 bookmark = AnyConverter.toInt(arg0); in hashBookmark() 397 public synchronized boolean moveRelativeToBookmark(Object arg0, int arg1) throws SQLException { in moveRelativeToBookmark() argument 402 bookmark = AnyConverter.toInt(arg0); in moveRelativeToBookmark() 415 public synchronized boolean moveToBookmark(Object arg0) throws SQLException { in moveToBookmark() argument 420 bookmark = AnyConverter.toInt(arg0); in moveToBookmark()
|
/aoo42x/main/unoxml/source/rdf/ |
H A D | CURI.cxx | 755 ::rtl::OUString arg0; in initialize() 767 if (!(aArguments[0] >>= arg0)) { in initialize() 779 arg0 = arg0 + arg1; in initialize() 785 if ( ((idx = arg0.indexOf ('#')) >= 0) in initialize() 786 || ((idx = arg0.lastIndexOf('/')) >= 0) in initialize() 787 || ((idx = arg0.lastIndexOf(':')) >= 0)) in initialize() 790 if (idx < arg0.getLength() - 1) { in initialize() 791 arg1 = arg0.copy(idx+1); in initialize() 792 arg0 = arg0.copy(0, idx+1); in initialize() 801 if (arg0.getLength() > 0) { in initialize() [all …]
|
H A D | CLiteral.cxx | 113 ::rtl::OUString arg0; in initialize() 114 if (!(aArguments[0] >>= arg0)) { in initialize() 121 m_Value = arg0; in initialize()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | ConverterException.java | 50 public ConverterException(String arg0) { in ConverterException() argument 51 super(arg0); in ConverterException() 58 public ConverterException(Throwable arg0) { in ConverterException() argument 59 super(arg0); in ConverterException() 67 public ConverterException(String arg0, Throwable arg1) { in ConverterException() argument 68 super(arg0, arg1); in ConverterException()
|
H A D | LineErrorException.java | 51 public LineErrorException(String arg0) { in LineErrorException() argument 52 super(arg0); in LineErrorException() 59 public LineErrorException(Throwable arg0) { in LineErrorException() argument 60 super(arg0); in LineErrorException() 68 public LineErrorException(String arg0, Throwable arg1) { in LineErrorException() argument 69 super(arg0, arg1); in LineErrorException()
|
H A D | ExtMap.java | 53 public ExtMap(int arg0) { in ExtMap() argument 54 super(arg0); in ExtMap() 62 public ExtMap(int arg0, float arg1) { in ExtMap() argument 63 super(arg0, arg1); in ExtMap() 70 public ExtMap(Map arg0) { in ExtMap() argument 71 super(arg0); in ExtMap()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/ |
H A D | LanguageResolver.java | 170 public LanguageResolvingException(String arg0) { in LanguageResolvingException() argument 171 super(arg0); in LanguageResolvingException() 179 public LanguageResolvingException(String arg0, Throwable arg1) { in LanguageResolvingException() argument 180 super(arg0, arg1); in LanguageResolvingException() 187 public LanguageResolvingException(Throwable arg0) { in LanguageResolvingException() argument 188 super(arg0); in LanguageResolvingException()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/ |
H A D | DirtyTagWrapper.java | 218 public TagWrapperException(String arg0) { in TagWrapperException() argument 219 super(arg0); in TagWrapperException() 229 public TagWrapperException(String arg0, Throwable arg1) { in TagWrapperException() argument 230 super(arg0, arg1); in TagWrapperException() 239 public TagWrapperException(Throwable arg0) { in TagWrapperException() argument 240 super(arg0); in TagWrapperException()
|
/aoo42x/main/wizards/com/sun/star/wizards/form/ |
H A D | UIControlArranger.java | 423 public void addListDataListener(ListDataListener arg0) in addListDataListener() argument 428 public void itemStateChanged(ItemEvent arg0) in itemStateChanged() argument 463 public void contentsChanged(ListDataEvent arg0) in contentsChanged() argument 471 public void intervalAdded(ListDataEvent arg0) in intervalAdded() argument 479 public void intervalRemoved(ListDataEvent arg0) in intervalRemoved() argument 487 public void disposing(EventObject arg0) in disposing() argument
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | PeerConfig.java | 99 public void windowResized(WindowEvent arg0) in windowResized() argument 103 public void windowMoved(WindowEvent arg0) in windowMoved() argument 107 public void windowShown(EventObject arg0) in windowShown() argument 151 public void windowHidden(EventObject arg0) in windowHidden() argument 155 public void disposing(EventObject arg0) in disposing() argument
|
H A D | ImageList.java | 125 public void mousePressed(MouseEvent arg0) in mousePressed() argument 130 public void mouseReleased(MouseEvent arg0) in mouseReleased() argument 134 public void mouseEntered(MouseEvent arg0) in mouseEntered() argument 138 public void mouseExited(MouseEvent arg0) in mouseExited() argument 142 public void disposing(EventObject arg0) in disposing() argument 1071 public void disposing(EventObject arg0) in disposing() argument
|
H A D | WizardDialog.java | 153 public void vetoableChange(java.beans.PropertyChangeEvent arg0) in vetoableChange() argument 791 public void notifyTermination(EventObject arg0) in notifyTermination() argument 796 public void queryTermination(EventObject arg0) in queryTermination() argument 803 public void disposing(EventObject arg0) in disposing() argument
|
/aoo42x/main/comphelper/qa/complex/comphelper/ |
H A D | Map.java | 293 …public boolean has( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in has() argument 294 …public void insert( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in insert() argument 295 …public void remove( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in remove() argument 303 …public void addContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExcept… in addContainerListener() argument 304 …public void removeContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExc… in removeContainerListener() argument 309 …public Object getByIdentifier( int arg0 ) { throw new UnsupportedOperationException( "Not implemen… in getByIdentifier() argument
|
/aoo42x/main/testtools/source/bridgetest/ |
H A D | constructors.cxx | 78 ::sal_Bool arg0 = sal_Bool(); in initialize() 123 && (arguments[0] >>= arg0) && arg0 in initialize() 241 ttb::TestPolyStruct< css::uno::Type > arg0; in initialize() local 304 && (arguments[0] >>= arg0) && arg0.member == cppu::UnoType<sal_Int32>::get() in initialize()
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | TableDescriptor.java | 772 public void elementInserted(ContainerEvent arg0) in elementInserted() argument 776 … XPropertySet xTablePropertySet = UnoRuntime.queryInterface(XPropertySet.class, arg0.Element); in elementInserted() 792 public void elementRemoved(ContainerEvent arg0) in elementRemoved() argument 799 public void elementReplaced(ContainerEvent arg0) in elementReplaced() argument 806 public void disposing(EventObject arg0) in disposing() argument
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOFunctionManager.java | 144 public XFunctionDescription getFunctionByName(String arg0) throws NoSuchElementException in getFunctionByName() argument 146 final FunctionDescription func = functionRegistry.getMetaData(arg0); in getFunctionByName()
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/spreadsheet/ |
H A D | SpreadsheetRawReportTarget.java | 127 public int compareTo(final Object arg0) in compareTo() argument 129 if (arg0.equals(this)) in compareTo() 133 if (arg0 instanceof ColumnBoundary) in compareTo() 135 if (boundary > ((ColumnBoundary) arg0).boundary) in compareTo()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/ |
H A D | IconsDialog.java | 144 public Object getElementAt(int arg0) in getElementAt() argument 146 return objects[arg0]; in getElementAt()
|