142143144145146147148149
{ return dataSource.getColumnCount(); } catch (com.sun.star.report.DataSourceException e) { throw new DataSourceException("Failed to query column count.", e); } }
155156157158159160161162
{ return dataSource.getColumnName(column + 1); } catch (com.sun.star.report.DataSourceException e) { throw new DataSourceException("Failed to query column name.", e); } }