Home
last modified time | relevance | path

Searched refs:column (Results 51 – 75 of 522) sorted by relevance

12345678910>>...21

/aoo42x/main/forms/qa/integration/forms/
H A DSpreadsheetDocument.java83 …public com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short… in createCellBinding() argument
85 return createCellBinding( sheet, column, row, false ); in createCellBinding()
91 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding() argument
93 return createCellBinding( sheet, column, row, true ); in createListIndexBinding()
99 …private com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, shor… in createCellBinding() argument
104 CellAddress address = new CellAddress( sheet, column, row ); in createCellBinding()
126 …public com.sun.star.form.binding.XListEntrySource createListEntrySource( short sheet, short column, in createListEntrySource() argument
132 CellRangeAddress rangeAddress = new CellRangeAddress( sheet, column, in createListEntrySource()
133 topRow, column, bottomRow ); in createListEntrySource()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXColumnLocate.idl44 of the first matching column will be returned. The column name option is
45 designed to be used when column names are used in the SQL
47 is best to use column numbers. If column names are used, there is
55 /** maps the given Resultset column name to its ResultSet column index.
57 the name of the column
59 the position of the column
H A DKeyRule.idl34 /** a possible value for the column's
49 For the column
57 For the column
68 /** a possible value for the column's
83 For the column
90 For the column
100 /** a possible value for the column's
128 /** a possible value for the column's
154 /** a possible value for the column's
H A DResultSet.idl62 The getXXX methods retrieve column values for the current
64 column. Columns are numbered from 1.
68 read in left-to-right order and each column should be read only once.
78 of the first matching column will be returned. The column name option is
79 designed to be used when column names are used in the SQL
81 is best to use column numbers. If column names are used, there is
160 /** is used for locating a column by it's name.
H A DBestRowType.idl34 /** indicates that the best row identifier may or may not be a pseudo-column.
35 A possible value for the column
47 /** indicates that the best row identifier is NOT a pseudo-column.
48 A possible value for the column
60 /** indicates that the best row identifier is a pseudo-column.
61 A possible value for the column
/aoo42x/main/offapi/com/sun/star/sdb/
H A DColumnSettings.idl33 /** describes the common properties of a database column.
41 column.
50 , a default numberformat should be used according to the datatype of the column.
68 to the datatype of the column.
74 /** specifies the width of the column displayed in a grid, the unit is 10THMM.
79 , a default width should be used according to the label of the column.
85 /** Position of the column within a grid.
96 /** determines whether the column should be displayed or not.
109 when representing this column.
H A DBooleanComparisonMode.idl40 <p>Most databases support comparing boolean expressions or column values directly with
41 …integer values: <code><em>column</em> = 0</code> respectively <code><em>column</em> = 1</code>.</p>
47 … <p>That is, the generated comparison predicates will be <code><em>column</em> IS TRUE</code> resp.
48 <code><em>column</em> IS FALSE</code>.</p>
54 … <p>That is, the generated comparison predicates will be <code><em>column</em> = TRUE</code> resp.
55 <code><em>column</em> = FALSE</code>.</p>
H A DXSQLQueryComposer.idl95 with the name of the column and the filter condition. The filter condition
121 @param column
122 the column which is used to create a filter
126 void appendFilterByColumn([in] com::sun::star::beans::XPropertySet column)
132 @param column
133 the column which is used to create a order part
139 void appendOrderByColumn([in] com::sun::star::beans::XPropertySet column,
H A DDataColumn.idl36 /** defines a column used for a result set which contains the data definition
37 and the data of the column of the current row of a result set.
54 /** contains the column's value. This could be a constraint property, to
56 defined for the column.
61 /** contains the original value of the column.
/aoo42x/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx484 setConditionByColumn(column,andCriteria,F_tmp,filterOperator); in appendHavingClauseByColumn()
499 if ( !column.is() in impl_getColumnName_throw()
511 column->getPropertyValue(PROPERTY_NAME) >>= aName; in impl_getColumnName_throw()
1326 column->getPropertyValue(PROPERTY_SCHEMANAME) >>= aSchema; in getTableAlias()
1327 column->getPropertyValue(PROPERTY_TABLENAME) >>= aTable; in getTableAlias()
1328 column->getPropertyValue(PROPERTY_NAME) >>= aColumnName; in getTableAlias()
1608 if ( !column.is() in setConditionByColumn()
1615 column->getPropertyValue(PROPERTY_TYPE) >>= nType; in setConditionByColumn()
1623 column->getPropertyValue(PROPERTY_NAME) >>= aName; in setConditionByColumn()
1626 column->getPropertyValue(PROPERTY_VALUE) >>= aValue; in setConditionByColumn()
[all …]
/aoo42x/main/offapi/com/sun/star/form/control/
H A DInteractionGridControl.idl53 …<dt>.uno:GridSlots/ColumnAttribs</dt><dd> (interactively) customize the format of a given column</…
54 … <dt>.uno:GridSlots/ColumnWidth</dt><dd> (interactively) customize the width of a given column</dd>
61 …<dt>ColumnId</dt><dd> the id of the column in question, if the command is executed for a column</d…
62 …umnModelPos</dt><dd> the model position of the column in question, if the command is executed for …
63 …olumnViewPos</dt><dd> the view position of the column in question, if the command is executed for …
/aoo42x/main/offapi/com/sun/star/style/
H A DBreakType.idl35 column break is applied.
42 /** No column or page break is applied.
49 /** A column break is applied before the object to which it belongs.
54 first in its column.</p>
61 /** A column break is applied after the object to which it belongs.
66 in its column.</p>
73 /** A column break is applied before and after the object to which
78 <p>This implies that this object is the only one in its column.</p>
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBTables.cxx267 for( sal_Int32 column=0; column<xColumns->getCount(); ++column ) in createTable() local
269 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
284 for( sal_Int32 column=0; column<xColumns->getCount(); ++column ) in createTable() local
286 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
312 for ( sal_Int32 column=0; column<xColumns->getCount(); ++column ) in createTable() local
314 if(::cppu::extractInterface(xColProp,xColumns->getByIndex(column)) && xColProp.is()) in createTable()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java203 …public static void setValueToCell(XSpreadsheet xSpreadsheet, int column, int row, double value) th… in setValueToCell() argument
204 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setValueToCell()
216 …public static void setTextToCell(XSpreadsheet xSpreadsheet, int column, int row, String text) thro… in setTextToCell() argument
217 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setTextToCell()
242 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in setFormulaToCell()
254 …public static double getValueFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Excep… in getValueFromCell() argument
255 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getValueFromCell()
270 …public static String getTextFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Except… in getTextFromCell() argument
271 XCell xCell = xSpreadsheet.getCellByPosition(column, row); in getTextFromCell()
285 …public static String getFormulaFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Exc… in getFormulaFromCell() argument
[all …]
/aoo42x/main/offapi/com/sun/star/sdbcx/
H A DXAlterTable.idl53 /** is intended to alter an existing column identified by its name.
57 the column name which to alter
59 the new descriptor for the new column
69 /** is intended to alter an existing column identified by its position.
73 the position of the column to alter
75 the new descriptor for the new column
79 if the given index does not denote an existing column.
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridControl.idl44 /** retrieves the column which a given point belongs to
51 … the index of the column which the point lies in, or -1 if no column is under the given point.
66 /** returns the column index of the currently active cell
68 …<p>If the grid control's does not contain any cells (which happens if the grid column model does n…
75 …<p>If the grid control's does not contain any cells (which happens if the grid column model does n…
82 the column index of the cell to activate.
/aoo42x/main/dbaccess/source/ui/tabledesign/
H A Dtable.src288 Text [ en-US ] = "The table cannot be saved because column name \"$column$\" was assigned twice." ;
292 …Text [ en-US ] = "The column \"$column$\" belongs to the primary key. If the column is deleted, th…
355 …Text [ en-US ] = "The column \"$column$\" could not be changed. Should the column instead be delet…
365 Text [ en-US ] = "The column $column$ could not be deleted." ;
/aoo42x/main/scripting/workben/installer/
H A DIdeVersion.java214 TableColumn column = null; in initColumnSizes() local
223 column = table.getColumnModel().getColumn(i); in initColumnSizes()
226 comp = column.getHeaderRenderer(). in initColumnSizes()
228 null, column.getHeaderValue(), in initColumnSizes()
262 column.setPreferredWidth(InstallWizard.DEFWIDTH - totalWidth); in initColumnSizes()
264 column.setPreferredWidth(preferredWidth); in initColumnSizes()
267 column.setMinWidth(preferredWidth); in initColumnSizes()
H A DVersion.java160 TableColumn column = null; in initColumnSizes() local
169 column = table.getColumnModel().getColumn(i); in initColumnSizes()
172 comp = column.getHeaderRenderer(). in initColumnSizes()
174 null, column.getHeaderValue(), in initColumnSizes()
208 column.setPreferredWidth(InstallWizard.DEFWIDTH - totalWidth); in initColumnSizes()
210 column.setPreferredWidth(preferredWidth); in initColumnSizes()
213 column.setMinWidth(preferredWidth); in initColumnSizes()
/aoo42x/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportData.java141 public String getColumnName(final int column) throws DataSourceException in getColumnName() argument
143 return columnNames[column - 1]; in getColumnName()
293 public Object getObject(final int column) throws DataSourceException in getObject() argument
301 … final boolean isParameterValue = (parameters != null) && (column >= firstParameterIndex); in getObject()
307 XPropertySet.class, parameters.getByIndex(column - firstParameterIndex)); in getObject()
313 obj = row.getObject(column, null); in getObject()
323 obj = convertObject(columnTypes[column - 1], obj); in getObject()
/aoo42x/main/dbaccess/source/core/resource/
H A Dstrings.src110 Text [ en-US ] = "The column does not support the property '%value'.";
114 Text [ en-US ] = "The column is not searchable!";
122 Text [ en-US ] = "The column is not valid.";
126 Text [ en-US ] = "The column '%name' must be visible as a column.";
166 Text [ en-US ] = "The driver does not support the modification of column descriptions.";
170 …Text [ en-US ] = "The driver does not support the modification of column descriptions by changing …
174 …Text [ en-US ] = "The driver does not support the modification of column descriptions by changing …
293 Text [ en-US ] = "Invalid column index.";
/aoo42x/main/offapi/com/sun/star/form/binding/
H A DBindableDataAwareControlModel.idl53 a column of a <type scope="com::sun::star::form::component">DataForm</type>, and exchange
54 their content with such a column.<br/>
57 it's column in this particular row.<br/>
62 <type scope="com::sun::star::form::component">DataForm</type> column.</p>
68 <type scope="com::sun::star::form::component">DataForm</type> column).</p>
75 External value bindings overrule any active SQL-column binding. If an external
89 in the control model's value are only propagated to the bound column upon explicit
114 column of an SQL <type scope="com::sun::star::form::component">DataForm</type>.
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DLabelOrigin.idl41 /** If a range spans a single row over more than one column, this
43 single column over more than one row, this is the same as
46 <p>In case of a range spanning more than one column and row,
70 /** Uses the column name for label generation. A spreadsheet
73 <p>If a range consists of more than one column the result of
81 /** Uses the column name for label generation. A spreadsheet
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSetMetaData.java61 public int getColumnType(int column) throws SQLException { in getColumnType() argument
62 int columnType = impl.getColumnType(column); in getColumnType()
64 String columnName = getColumnTypeName(column); in getColumnType()
72 public String getColumnTypeName(int column) throws SQLException { in getColumnTypeName() argument
73 return impl.getColumnTypeName(column); in getColumnTypeName()
/aoo42x/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl64 user in any way). The list box then automatically transfers this id into the foreign key column of
78 /** specifies which column of the list result set should be used for data exchange.
81 property reflects which column value of a result set should
83 to a database field, the column value is stored in the
93 <dd>The column value of the result set at the position is
97 <p>The bound column property is only used if a list source is defined
104 get the column values.</p>
142 determines the table which's column names should fill the list.</dd>

Completed in 82 milliseconds

12345678910>>...21