Home
last modified time | relevance | path

Searched defs:column (Results 1 – 25 of 75) sorted by relevance

123

/AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSetMetaData.cxx37 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLException,… in getColumnDisplaySize()
43 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
57 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLException, Runti… in isCaseSensitive()
63 ::rtl::OUString SAL_CALL OResultSetMetaData::getSchemaName( sal_Int32 column ) throw(SQLException, … in getSchemaName()
69 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnName( sal_Int32 column ) throw(SQLException, … in getColumnName()
74 ::rtl::OUString SAL_CALL OResultSetMetaData::getTableName( sal_Int32 column ) throw(SQLException, R… in getTableName()
79 ::rtl::OUString SAL_CALL OResultSetMetaData::getCatalogName( sal_Int32 column ) throw(SQLException,… in getCatalogName()
84 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnTypeName( sal_Int32 column ) throw(SQLExcepti… in getColumnTypeName()
89 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnLabel( sal_Int32 column ) throw(SQLException,… in getColumnLabel()
94 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnServiceName( sal_Int32 column ) throw(SQLExce… in getColumnServiceName()
[all …]
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOResultSetMetaData.cxx42 sal_Int32 column = _column; in getCharColAttrib() local
105 sal_Int32 column = _column; in getNumColAttrib() local
112 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLException,… in getColumnDisplaySize()
120 ,sal_Int32 column) in getColumnODBCType()
138 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
180 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLException, Runti… in isCaseSensitive()
186 ::rtl::OUString SAL_CALL OResultSetMetaData::getSchemaName( sal_Int32 column ) throw(SQLException, … in getSchemaName()
192 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnName( sal_Int32 column ) throw(SQLException, … in getColumnName()
197 ::rtl::OUString SAL_CALL OResultSetMetaData::getTableName( sal_Int32 column ) throw(SQLException, R… in getTableName()
202 ::rtl::OUString SAL_CALL OResultSetMetaData::getCatalogName( sal_Int32 column ) throw(SQLException,… in getCatalogName()
[all …]
/AOO41X/main/mysqlc/source/
H A Dmysqlc_resultsetmetadata.cxx42 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize(sal_Int32 column) in getColumnDisplaySize()
60 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType(sal_Int32 column) in getColumnType()
100 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive(sal_Int32 column) in isCaseSensitive()
119 OUString SAL_CALL OResultSetMetaData::getSchemaName(sal_Int32 column) in getSchemaName()
138 OUString SAL_CALL OResultSetMetaData::getColumnName(sal_Int32 column) in getColumnName()
157 OUString SAL_CALL OResultSetMetaData::getTableName(sal_Int32 column) in getTableName()
176 OUString SAL_CALL OResultSetMetaData::getCatalogName(sal_Int32 column) in getCatalogName()
195 OUString SAL_CALL OResultSetMetaData::getColumnTypeName(sal_Int32 column) in getColumnTypeName()
214 OUString SAL_CALL OResultSetMetaData::getColumnLabel(sal_Int32 column) in getColumnLabel()
233 OUString SAL_CALL OResultSetMetaData::getColumnServiceName(sal_Int32 column) in getColumnServiceName()
[all …]
H A Dmysqlc_resultset.cxx191 Reference< XInputStream > SAL_CALL OResultSet::getBinaryStream(sal_Int32 column) in getBinaryStream()
206 Reference< XInputStream > SAL_CALL OResultSet::getCharacterStream(sal_Int32 column) in getCharacterStream()
221 sal_Bool SAL_CALL OResultSet::getBoolean(sal_Int32 column) in getBoolean()
252 sal_Int8 SAL_CALL OResultSet::getByte(sal_Int32 column) in getByte()
271 Sequence< sal_Int8 > SAL_CALL OResultSet::getBytes(sal_Int32 column) in getBytes()
291 Date SAL_CALL OResultSet::getDate(sal_Int32 column) in getDate()
330 double SAL_CALL OResultSet::getDouble(sal_Int32 column) in getDouble()
349 float SAL_CALL OResultSet::getFloat(sal_Int32 column) in getFloat()
368 sal_Int32 SAL_CALL OResultSet::getInt(sal_Int32 column) in getInt()
405 sal_Int64 SAL_CALL OResultSet::getLong(sal_Int32 column) in getLong()
[all …]
/AOO41X/main/connectivity/source/drivers/jdbc/
H A DResultSetMetaData.cxx69 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLEx… in getColumnDisplaySize()
77 sal_Int32 SAL_CALL java_sql_ResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException… in getColumnType()
98 sal_Bool SAL_CALL java_sql_ResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLExceptio… in isCaseSensitive()
105 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getSchemaName( sal_Int32 column ) throw(SQLExc… in getSchemaName()
113 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnName( sal_Int32 column ) throw(SQLExc… in getColumnName()
120 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getTableName( sal_Int32 column ) throw(SQLExce… in getTableName()
127 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getCatalogName( sal_Int32 column ) throw(SQLEx… in getCatalogName()
134 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnTypeName( sal_Int32 column ) throw(SQ… in getColumnTypeName()
141 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnLabel( sal_Int32 column ) throw(SQLEx… in getColumnLabel()
148 ::rtl::OUString SAL_CALL java_sql_ResultSetMetaData::getColumnServiceName( sal_Int32 column ) throw… in getColumnServiceName()
[all …]
/AOO41X/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSetMetaData.cxx44 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) thr… in getColumnDisplaySize()
53 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLE… in getColumnType()
67 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQL… in isCaseSensitive()
81 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnName( sal_Int32 column ) thro… in getColumnName()
88 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getTableName( sal_Int32 column ) throw… in getTableName()
100 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnTypeName( sal_Int32 column ) … in getColumnTypeName()
107 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnLabel( sal_Int32 column ) thr… in getColumnLabel()
114 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnServiceName( sal_Int32 column in getColumnServiceName()
122 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLExcep… in isCurrency()
130 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(SQL… in isAutoIncrement()
[all …]
/AOO41X/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx156 sal_Bool SAL_CALL ResultSetMetaData::isAutoIncrement( sal_Int32 column ) in isAutoIncrement()
172 sal_Bool SAL_CALL ResultSetMetaData::isCaseSensitive( sal_Int32 column ) in isCaseSensitive()
183 sal_Bool SAL_CALL ResultSetMetaData::isSearchable( sal_Int32 column ) in isSearchable()
199 sal_Bool SAL_CALL ResultSetMetaData::isCurrency( sal_Int32 column ) in isCurrency()
214 sal_Int32 SAL_CALL ResultSetMetaData::isNullable( sal_Int32 column ) in isNullable()
230 sal_Bool SAL_CALL ResultSetMetaData::isSigned( sal_Int32 column ) in isSigned()
245 sal_Int32 SAL_CALL ResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) in getColumnDisplaySize()
260 OUString SAL_CALL ResultSetMetaData::getColumnLabel( sal_Int32 column ) in getColumnLabel()
280 OUString SAL_CALL ResultSetMetaData::getColumnName( sal_Int32 column ) in getColumnName()
295 OUString SAL_CALL ResultSetMetaData::getSchemaName( sal_Int32 column ) in getSchemaName()
[all …]
/AOO41X/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSetMetaData.cxx45 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) thr… in getColumnDisplaySize()
60 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLE… in getColumnType()
92 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnName( sal_Int32 column ) thro… in getColumnName()
105 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnLabel( sal_Int32 column ) thr… in getColumnLabel()
113 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLExcep… in isCurrency()
129 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLExcepti… in isSigned()
143 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLEx… in getPrecision()
155 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::getScale( sal_Int32 column ) throw(::com::su… in getScale()
170 sal_Int32 SAL_CALL ODatabaseMetaDataResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLExce… in isNullable()
187 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isReadOnly( sal_Int32 column ) throw(SQLExcep… in isReadOnly()
[all …]
H A DAResultSetMetaData.cxx53 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLException,… in getColumnDisplaySize()
62 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
85 sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQLException, Runti… in isCaseSensitive()
105 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnName( sal_Int32 column ) throw(SQLException, … in getColumnName()
114 ::rtl::OUString SAL_CALL OResultSetMetaData::getTableName( sal_Int32 column ) throw(SQLException, R… in getTableName()
138 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnLabel( sal_Int32 column ) throw(SQLException,… in getColumnLabel()
149 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
160 sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(SQLException, Runti… in isAutoIncrement()
186 sal_Bool SAL_CALL OResultSetMetaData::isSigned( sal_Int32 column ) throw(SQLException, RuntimeExcep… in isSigned()
197 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
[all …]
H A DADatabaseMetaDataImpl.cxx264 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isSearchable( sal_Int32 column ) throw(SQLExc… in isSearchable()
271 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(SQL… in isAutoIncrement()
278 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnServiceName( sal_Int32 column in getColumnServiceName()
285 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getTableName( sal_Int32 column ) throw… in getTableName()
292 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getCatalogName( sal_Int32 column ) thr… in getCatalogName()
299 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getColumnTypeName( sal_Int32 column ) … in getColumnTypeName()
307 sal_Bool SAL_CALL ODatabaseMetaDataResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(SQL… in isCaseSensitive()
315 ::rtl::OUString SAL_CALL ODatabaseMetaDataResultSetMetaData::getSchemaName( sal_Int32 column ) thro… in getSchemaName()
/AOO41X/main/connectivity/source/drivers/file/
H A DFResultSetMetaData.cxx59 void OResultSetMetaData::checkColumnIndex(sal_Int32 column) throw(SQLException, RuntimeException) in checkColumnIndex()
66 sal_Int32 SAL_CALL OResultSetMetaData::getColumnDisplaySize( sal_Int32 column ) throw(SQLException,… in getColumnDisplaySize()
73 sal_Int32 SAL_CALL OResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, Runtim… in getColumnType()
102 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnName( sal_Int32 column ) throw(SQLException, … in getColumnName()
123 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnTypeName( sal_Int32 column ) throw(SQLExcepti… in getColumnTypeName()
130 ::rtl::OUString SAL_CALL OResultSetMetaData::getColumnLabel( sal_Int32 column ) throw(SQLException,… in getColumnLabel()
143 sal_Bool SAL_CALL OResultSetMetaData::isCurrency( sal_Int32 column ) throw(SQLException, RuntimeExc… in isCurrency()
163 sal_Int32 SAL_CALL OResultSetMetaData::getPrecision( sal_Int32 column ) throw(SQLException, Runtime… in getPrecision()
170 sal_Int32 SAL_CALL OResultSetMetaData::getScale( sal_Int32 column ) throw(::com::sun::star::sdbc::S… in getScale()
178 sal_Int32 SAL_CALL OResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, RuntimeEx… in isNullable()
[all …]
/AOO41X/main/connectivity/source/drivers/adabas/
H A DBResultSetMetaData.cxx49 sal_Int32 SAL_CALL OAdabasResultSetMetaData::getColumnType( sal_Int32 column ) throw(SQLException, … in getColumnType()
59 sal_Int32 SAL_CALL OAdabasResultSetMetaData::isNullable( sal_Int32 column ) throw(SQLException, Run… in isNullable()
71 sal_Bool SAL_CALL OAdabasResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(SQLException,… in isAutoIncrement()
/AOO41X/main/reportbuilder/java/com/sun/star/report/
H A DDataRow.java39 String getColumnName(int column) throws DataSourceException; in getColumnName()
41 Object getObject(int column) throws DataSourceException; in getObject()
/AOO41X/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java66 …public com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short… in createCellBinding()
73 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding()
80 …private com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, shor… in createCellBinding()
106 …public com.sun.star.form.binding.XListEntrySource createListEntrySource( short sheet, short column, in createListEntrySource()
/AOO41X/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java83 …public com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short… in createCellBinding()
91 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding()
99 …private com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, shor… in createCellBinding()
126 …public com.sun.star.form.binding.XListEntrySource createListEntrySource( short sheet, short column, in createListEntrySource()
/AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportData.java116 public Object get(final int column) in get()
147 public String getColumnName(final int column) in getColumnName()
/AOO41X/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp47 STDMETHODIMP CAccTable::get_accessibleAt(long row, long column, IUnknown * * accessible) in get_accessibleAt()
119 STDMETHODIMP CAccTable::get_columnDescription(long column, BSTR * description) in get_columnDescription()
153 STDMETHODIMP CAccTable::get_columnExtentAt(long row, long column, long * nColumnsSpanned) in get_columnExtentAt()
384 STDMETHODIMP CAccTable::get_rowExtentAt(long row, long column, long * nRowsSpanned) in get_rowExtentAt()
593 STDMETHODIMP CAccTable::get_isColumnSelected(long column, unsigned char * isSelected) in get_isColumnSelected()
649 STDMETHODIMP CAccTable::get_isSelected(long row, long column, unsigned char * isSelected) in get_isSelected()
722 STDMETHODIMP CAccTable::selectColumn(long column) in selectColumn()
818 STDMETHODIMP CAccTable::unselectColumn(long column) in unselectColumn()
/AOO41X/main/vcl/unx/gtk/a11y/
H A Datktable.cxx92 gint column) in table_wrapper_ref_at()
122 gint column) in table_wrapper_get_index_at()
246 gint column ) in table_wrapper_get_column_extent_at()
272 gint column ) in table_wrapper_get_row_extent_at()
346 gint column ) in table_wrapper_get_column_description()
402 gint column ) in table_wrapper_get_column_header()
527 gint column ) in table_wrapper_is_column_selected()
578 gint column ) in table_wrapper_is_selected()
/AOO41X/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSpreadsheetEncoder.java69 public abstract void setCellFormat(int row, int column, Format fmt); in setCellFormat()
81 public abstract void addCell(int row, int column, in addCell()
/AOO41X/main/connectivity/source/drivers/kab/
H A DKResultSetMetaData.cxx63 sal_Int32 SAL_CALL KabResultSetMetaData::getColumnDisplaySize(sal_Int32 column) throw(SQLException,… in getColumnDisplaySize()
68 sal_Int32 SAL_CALL KabResultSetMetaData::getColumnType(sal_Int32 column) throw(SQLException, Runtim… in getColumnType()
88 ::rtl::OUString SAL_CALL KabResultSetMetaData::getColumnName(sal_Int32 column) throw(SQLException, … in getColumnName()
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabResultSetMetaData.cxx79 sal_Int32 SAL_CALL MacabResultSetMetaData::getColumnDisplaySize(sal_Int32 column) throw(SQLExceptio… in getColumnDisplaySize()
85 sal_Int32 SAL_CALL MacabResultSetMetaData::getColumnType(sal_Int32 column) throw(SQLException, Runt… in getColumnType()
126 ::rtl::OUString SAL_CALL MacabResultSetMetaData::getColumnName(sal_Int32 column) throw(SQLException… in getColumnName()
/AOO41X/test/testuno/source/fvt/uno/sc/data/
H A DStardarFilterTest.java58 private int column; field in StardarFilterTest
106 public StardarFilterTest(Enum operator, int column, int value, boolean[] rowshow) { in StardarFilterTest()
/AOO41X/main/qadevOOo/tests/java/ifc/form/
H A D_XGridColumnFactory.java65 XPropertySet column = oObj.createColumn("TextField"); in _createColumn() local
/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSubTotalDescriptor.java50 SubTotalColumn column = new SubTotalColumn(); in _addNew() local
/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelEncoder.java192 public void addCell(int row, int column, Format fmt, String cellContents) throws IOException { in addCell()
261 public void setCellFormat(int row, int column, Format fmt) { in setCellFormat()

123