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()
45 public int getColumnDisplaySize(int arg0) throws SQLException { in getColumnDisplaySize()
49 public String getColumnLabel(int arg0) throws SQLException { in getColumnLabel()
53 public String getColumnName(int arg0) throws SQLException { in getColumnName()
57 public String getColumnServiceName(int arg0) throws SQLException { in getColumnServiceName()
76 public int getPrecision(int arg0) throws SQLException { in getPrecision()
80 public int getScale(int arg0) throws SQLException { in getScale()
84 public String getSchemaName(int arg0) throws SQLException { in getSchemaName()
88 public String getTableName(int arg0) throws SQLException { in getTableName()
92 public boolean isAutoIncrement(int arg0) throws SQLException { in isAutoIncrement()
[all …]
H A DPostgresqlResultSet.java103 public boolean absolute(int arg0) throws SQLException { in absolute()
159 public boolean relative(int arg0) throws SQLException { in relative()
177 public XArray getArray(int arg0) throws SQLException { in getArray()
181 public XInputStream getBinaryStream(int arg0) throws SQLException { in getBinaryStream()
185 public XBlob getBlob(int arg0) throws SQLException { in getBlob()
189 public boolean getBoolean(int arg0) throws SQLException { in getBoolean()
193 public byte getByte(int arg0) throws SQLException { in getByte()
197 public byte[] getBytes(int arg0) throws SQLException { in getBytes()
201 public XInputStream getCharacterStream(int arg0) throws SQLException { in getCharacterStream()
205 public XClob getClob(int arg0) throws SQLException { in getClob()
[all …]
H A DPostgresqlPreparedStatement.java119 …public void addPropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws UnknownPro… in addPropertyChangeListener()
123 …public void addVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws UnknownPro… in addVetoableChangeListener()
131 …public Object getPropertyValue(String arg0) throws UnknownPropertyException, WrappedTargetExceptio… in getPropertyValue()
135 …public void removePropertyChangeListener(String arg0, XPropertyChangeListener arg1) throws Unknown… in removePropertyChangeListener()
139 …public void removeVetoableChangeListener(String arg0, XVetoableChangeListener arg1) throws Unknown… in removeVetoableChangeListener()
143 public void setPropertyValue(String arg0, Object arg1) in setPropertyValue()
166 public void setArray(int arg0, XArray arg1) throws SQLException { in setArray()
170 public void setBinaryStream(int arg0, XInputStream arg1, int arg2) throws SQLException { in setBinaryStream()
174 public void setBlob(int arg0, XBlob arg1) throws SQLException { in setBlob()
178 public void setBoolean(int arg0, boolean arg1) throws SQLException { in setBoolean()
[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()
72 …public XResultSet getBestRowIdentifier(Object arg0, String arg1, String arg2, int arg3, boolean ar… in getBestRowIdentifier()
88 …public XResultSet getColumnPrivileges(Object arg0, String arg1, String arg2, String arg3) throws S… in getColumnPrivileges()
92 …public XResultSet getColumns(Object arg0, String arg1, String arg2, String arg3) throws SQLExcepti… in getColumns()
150 …public XResultSet getCrossReference(Object arg0, String arg1, String arg2, Object arg3, String arg… in getCrossReference()
182 public XResultSet getExportedKeys(Object arg0, String arg1, String arg2) throws SQLException { in getExportedKeys()
194 public XResultSet getImportedKeys(Object arg0, String arg1, String arg2) throws SQLException { in getImportedKeys()
198 …public XResultSet getIndexInfo(Object arg0, String arg1, String arg2, boolean arg3, boolean arg4) … in getIndexInfo()
286 public XResultSet getPrimaryKeys(Object arg0, String arg1, String arg2) throws SQLException { in getPrimaryKeys()
290 …public XResultSet getProcedureColumns(Object arg0, String arg1, String arg2, String arg3) throws S… in getProcedureColumns()
[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/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/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/comphelper/qa/complex/comphelper/
H A DMap.java281 …public boolean has( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in has()
282 …public void insert( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in insert()
283 …public void remove( Object arg0 ) { throw new UnsupportedOperationException( "Not implemente… in remove()
291 …public void addContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExcept… in addContainerListener()
292 …public void removeContainerListener( XContainerListener arg0 ) { throw new UnsupportedOperationExc… in removeContainerListener()
297 …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()

12