Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 25 of 34) sorted by relevance

12

/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSetMetaData.java37 public String getCatalogName(int arg0) throws SQLException { in getCatalogName()
49 public String getColumnLabel(int arg0) throws SQLException { in getColumnLabel()
53 public String getColumnName(int arg0) throws SQLException { in getColumnName()
76 public int getPrecision(int arg0) throws SQLException { in getPrecision()
80 public int getScale(int arg0) throws SQLException { in getScale()
88 public String getTableName(int arg0) throws SQLException { in getTableName()
100 public boolean isCurrency(int arg0) throws SQLException { in isCurrency()
108 public int isNullable(int arg0) throws SQLException { in isNullable()
112 public boolean isReadOnly(int arg0) throws SQLException { in isReadOnly()
120 public boolean isSigned(int arg0) throws SQLException { in isSigned()
[all …]
H A DPostgresqlResultSet.java177 public XArray getArray(int arg0) throws SQLException { in getArray()
185 public XBlob getBlob(int arg0) throws SQLException { in getBlob()
193 public byte getByte(int arg0) throws SQLException { in getByte()
205 public XClob getClob(int arg0) throws SQLException { in getClob()
209 public Date getDate(int arg0) throws SQLException { in getDate()
217 public float getFloat(int arg0) throws SQLException { in getFloat()
221 public int getInt(int arg0) throws SQLException { in getInt()
225 public long getLong(int arg0) throws SQLException { in getLong()
233 public XRef getRef(int arg0) throws SQLException { in getRef()
237 public short getShort(int arg0) throws SQLException { in getShort()
[all …]
H A DPostgresqlPreparedStatement.java143 public void setPropertyValue(String arg0, Object arg1) in setPropertyValue()
174 public void setBlob(int arg0, XBlob arg1) throws SQLException { in setBlob()
182 public void setByte(int arg0, byte arg1) throws SQLException { in setByte()
194 public void setClob(int arg0, XClob arg1) throws SQLException { in setClob()
198 public void setDate(int arg0, Date arg1) throws SQLException { in setDate()
206 public void setFloat(int arg0, float arg1) throws SQLException { in setFloat()
210 public void setInt(int arg0, int arg1) throws SQLException { in setInt()
214 public void setLong(int arg0, long arg1) throws SQLException { in setLong()
218 public void setNull(int arg0, int arg1) throws SQLException { in setNull()
234 public void setRef(int arg0, XRef arg1) throws SQLException { in setRef()
[all …]
H A DPostgresqlStatement.java76 public boolean execute(String arg0) throws SQLException { in execute()
81 public XResultSet executeQuery(String arg0) throws SQLException { in executeQuery()
86 public int executeUpdate(String arg0) throws SQLException { in executeUpdate()
102 …public void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws UnknownPro… in addPropertyChangeListener()
106 …public void addVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws UnknownPro… in addVetoableChangeListener()
114 …public Object getPropertyValue(String arg0) throws UnknownPropertyException, WrappedTargetExceptio… in getPropertyValue()
118 …public void removePropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws Unknown… in removePropertyChangeListener()
122 …public void removeVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws Unknown… in removeVetoableChangeListener()
126 public void setPropertyValue(String arg0, Object arg1) in setPropertyValue()
H A DPostgresqlConnection.java139 public synchronized String nativeSQL(String arg0) throws SQLException { in nativeSQL()
144 public synchronized XPreparedStatement prepareCall(String arg0) throws SQLException { in prepareCall()
152 public synchronized XPreparedStatement prepareStatement(String arg0) throws SQLException { in prepareStatement()
165 public synchronized void setAutoCommit(boolean arg0) throws SQLException { in setAutoCommit()
170 public synchronized void setCatalog(String arg0) throws SQLException { in setCatalog()
175 public synchronized void setReadOnly(boolean arg0) throws SQLException { in setReadOnly()
180 public synchronized void setTransactionIsolation(int arg0) throws SQLException { in setTransactionIsolation()
185 public synchronized void setTypeMap(XNameAccess arg0) throws SQLException { in setTypeMap()
H A DPostgresqlDatabaseMetadata.java64 public boolean deletesAreDetected(int arg0) throws SQLException { in deletesAreDetected()
421 public boolean insertsAreDetected(int arg0) throws SQLException { in insertsAreDetected()
453 public boolean othersDeletesAreVisible(int arg0) throws SQLException { in othersDeletesAreVisible()
457 public boolean othersInsertsAreVisible(int arg0) throws SQLException { in othersInsertsAreVisible()
461 public boolean othersUpdatesAreVisible(int arg0) throws SQLException { in othersUpdatesAreVisible()
465 public boolean ownDeletesAreVisible(int arg0) throws SQLException { in ownDeletesAreVisible()
469 public boolean ownInsertsAreVisible(int arg0) throws SQLException { in ownInsertsAreVisible()
473 public boolean ownUpdatesAreVisible(int arg0) throws SQLException { in ownUpdatesAreVisible()
549 public boolean supportsConvert(int arg0, int arg1) throws SQLException { in supportsConvert()
669 public boolean supportsResultSetType(int arg0) throws SQLException { in supportsResultSetType()
[all …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DConverterException.java50 public ConverterException(String arg0) { in ConverterException()
58 public ConverterException(Throwable arg0) { in ConverterException()
67 public ConverterException(String arg0, Throwable arg1) { in ConverterException()
H A DLineErrorException.java51 public LineErrorException(String arg0) { in LineErrorException()
59 public LineErrorException(Throwable arg0) { in LineErrorException()
68 public LineErrorException(String arg0, Throwable arg1) { in LineErrorException()
H A DExtMap.java53 public ExtMap(int arg0) { in ExtMap()
62 public ExtMap(int arg0, float arg1) { in ExtMap()
70 public ExtMap(Map arg0) { in ExtMap()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java356 public synchronized int findColumn(String arg0) throws SQLException { in findColumn()
363 …public synchronized void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) thro… in addPropertyChangeListener()
368 …public synchronized void addVetoableChangeListener(String arg0, XVetoableChangeListener arg1) thro… in addVetoableChangeListener()
378 …public synchronized Object getPropertyValue(String arg0) throws UnknownPropertyException, WrappedT… in getPropertyValue()
383 …public synchronized void removePropertyChangeListener(String arg0, XPropertyChangeListener arg1) t… in removePropertyChangeListener()
388 …public synchronized void removeVetoableChangeListener(String arg0, XVetoableChangeListener arg1) t… in removeVetoableChangeListener()
393 public synchronized void setPropertyValue(String arg0, Object arg1) in setPropertyValue()
401 public synchronized int compareBookmarks(Object arg0, Object arg1) throws SQLException { in compareBookmarks()
431 public synchronized int hashBookmark(Object arg0) throws SQLException { in hashBookmark()
442 public synchronized boolean moveRelativeToBookmark(Object arg0, int arg1) throws SQLException { in moveRelativeToBookmark()
[all …]
H A DCustomResultSet.java356 public synchronized int compareBookmarks(Object arg0, Object arg1) throws SQLException { in compareBookmarks()
386 public synchronized int hashBookmark(Object arg0) throws SQLException { in hashBookmark()
397 public synchronized boolean moveRelativeToBookmark(Object arg0, int arg1) throws SQLException { in moveRelativeToBookmark()
415 public synchronized boolean moveToBookmark(Object arg0) throws SQLException { in moveToBookmark()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java423 public void addListDataListener(ListDataListener arg0) in addListDataListener()
428 public void itemStateChanged(ItemEvent arg0) in itemStateChanged()
463 public void contentsChanged(ListDataEvent arg0) in contentsChanged()
471 public void intervalAdded(ListDataEvent arg0) in intervalAdded()
479 public void intervalRemoved(ListDataEvent arg0) in intervalRemoved()
487 public void disposing(EventObject arg0) in disposing()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DDirtyTagWrapper.java218 public TagWrapperException(String arg0) { in TagWrapperException()
229 public TagWrapperException(String arg0, Throwable arg1) { in TagWrapperException()
239 public TagWrapperException(Throwable arg0) { in TagWrapperException()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A DLanguageResolver.java170 public LanguageResolvingException(String arg0) { in LanguageResolvingException()
179 public LanguageResolvingException(String arg0, Throwable arg1) { in LanguageResolvingException()
187 public LanguageResolvingException(Throwable arg0) { in LanguageResolvingException()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java293 …public boolean has( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in has()
294 …public void insert( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in insert()
295 …public void remove( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in remove()
303 …public void addContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExcept… in addContainerListener()
304 …public void removeContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExc… in removeContainerListener()
309 …public Object getByIdentifier( int arg0 ) { throw new UnsupportedOperationException( "Not implemen… in getByIdentifier()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java99 public void windowResized(WindowEvent arg0) in windowResized()
103 public void windowMoved(WindowEvent arg0) in windowMoved()
107 public void windowShown(EventObject arg0) in windowShown()
151 public void windowHidden(EventObject arg0) in windowHidden()
155 public void disposing(EventObject arg0) in disposing()
H A DImageList.java125 public void mousePressed(MouseEvent arg0) in mousePressed()
130 public void mouseReleased(MouseEvent arg0) in mouseReleased()
134 public void mouseEntered(MouseEvent arg0) in mouseEntered()
138 public void mouseExited(MouseEvent arg0) in mouseExited()
142 public void disposing(EventObject arg0) in disposing()
1071 public void disposing(EventObject arg0) in disposing()
H A DWizardDialog.java153 public void vetoableChange(java.beans.PropertyChangeEvent arg0) in vetoableChange()
791 public void notifyTermination(EventObject arg0) in notifyTermination()
796 public void queryTermination(EventObject arg0) in queryTermination()
803 public void disposing(EventObject arg0) in disposing()
/trunk/main/sal/osl/unx/
H A Dbacktrace.h65 long arg0[8]; member
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLBlob.java98 public long positionOfBlob(XBlob arg0, long arg1) throws SQLException { in positionOfBlob()
H A DJavaSQLClob.java98 public long positionOfClob(XClob arg0, long arg1) throws SQLException { in positionOfClob()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTableDescriptor.java772 public void elementInserted(ContainerEvent arg0) in elementInserted()
792 public void elementRemoved(ContainerEvent arg0) in elementRemoved()
799 public void elementReplaced(ContainerEvent arg0) in elementReplaced()
806 public void disposing(EventObject arg0) in disposing()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFunctionManager.java144 public XFunctionDescription getFunctionByName(String arg0) throws NoSuchElementException in getFunctionByName()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DScenarioSelector.java297 public void itemStateChanged(ItemEvent arg0) in itemStateChanged()
305 public void disposing(EventObject arg0) in disposing()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DIconsDialog.java144 public Object getElementAt(int arg0) in getElementAt()

Completed in 105 milliseconds

12