Home
last modified time | relevance | path

Searched refs:column (Results 126 – 150 of 522) sorted by relevance

12345678910>>...21

/aoo42x/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl42 …SQL <code>WHERE</code> clause, but without the part denoting the database column. For instance, if…
43 have a form control bound to a table column named <code>Name</code>, then entering the string
53 …of the form <code>&lt;column&gt; &lt;predicate&gt; &lt;literal&gt;</code> or of the form <code><em…
129 …to obtain the database column which the filter control works on, by examining the control model's …
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java177 final int column; in appendObject() local
180 column = 12; in appendObject()
183 column = 6; in appendObject()
188 String name = row.getString(column); in appendObject()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetValueBinding.java81 final short column = (short)0; in prepareDocument() local
85 listSourceSheet, column, topRow, bottomRow ); in prepareDocument()
102 XTextRange.class, exchangeSheet.getCellByPosition( column, row ) ); in prepareDocument()
/aoo42x/main/xmerge/java/pexcel/src/main/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() argument
198 wb.addCell(row, column, fmt, cellContents); in addCell()
261 public void setCellFormat(int row, int column, Format fmt) { in setCellFormat() argument
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DDeferrability.idl34 /** A possible value for the column <code>DEFERRABILITY</code>
47 /** A possible value for the column <code>DEFERRABILITY</code>
57 /** A possible value for the column <code>DEFERRABILITY</code>
H A DBestRowScope.idl36 A possible value for the column
50 A possible value for the column
64 A possible value for the column
H A DProcedureResult.idl34 /** A possible value for column
49 /** A possible value for column
64 /** A possible value for column
/aoo42x/main/offapi/com/sun/star/sheet/
H A DDataPilotField.idl80 is representred by a column of the range and is named using the topmost
81 cell of the column.</p>
120 <p>For column and row fields, this is the function for subtotals
131 <p>This property is supported by column and row fields only.</p>
H A DTableAutoFormat.idl56 range. The AutoFormats are numbered row by row, then column by column.</p>
125 /** specifies whether the column widths and row heights should be
H A DDataPilotSourceDimension.idl63 <p>A dimension is equivalent to a column of a cell range in a spreadsheet
70 <p>Example: In a database, a column contains date values. This column
H A DXCellRangesAccess.idl64 is the column index of the cell inside the sheet.
91 is the column index of the first cell inside the range.
97 is the column index of the last cell inside the range.
/aoo42x/main/offapi/com/sun/star/form/
H A DXGrid.idl46 The current column of a grid control, whoever, can be freely controlled.</p>
56 /** retrieves the current column position.
62 /** sets the current column position.
/aoo42x/main/oox/source/dump/
H A Doledumper.ini376 0x00000400=column-heads
446 # column info ----------------------------------------------------------------
449 0x00000001=column-width
492 0x0000000000000800=bound-column
493 0x0000000000001000=text-column
494 0x0000000000002000=column-count
496 0x0000000000008000=column-info-count
529 -1=first-column-with-width
/aoo42x/main/udkapi/com/sun/star/script/
H A DContextInformation.idl55 <p>If "name" addresses a function, all line and column values
66 /** contains the first column in the <var>StartLine</var> associated with
79 /** contains the first column in the <var>EndLine</var> that is NOT
H A DInterruptEngineEvent.idl69 <p>If "name" addresses a function, all line and column values
80 /** contains the first column in the "StartLine" that is affected by the
92 /** contains the first column in the "EndLine" which is NOT affected by
/aoo42x/main/offapi/com/sun/star/text/
H A DTableColumnSeparator.idl42 consists of one column, then this sequence is empty.
47 right margins). For that reason, the table column separator does not
48 contain metric values for the column widths. The values are relative
H A DTextSortDescriptor.idl64 /** contains the row or column index used in the first search key.
87 /** contains the row or column index used in the second search key.
110 /** contains the row or column index used in the third search key.
H A DTextTable.idl158 /** Setting this property to TRUE prevents page or column
235 /** determines if the first column of the table should be treated as
246 /** contains the column description of the table.
252 /** contains the sum of the column width values used in TableColumnSeparators.
H A DXTextTable.idl95 is a concatenation of the alphanumeric column name and the
98 <p>Example: The cell in the 4th column and third row has the name "D3".
102 (i.e. "D3") and the number of the new column and row index inside
/aoo42x/main/offapi/com/sun/star/report/
H A DXReportComponent.idl157 <p>Entries in this sequence can either denote column names in the sub report,
164 and add the column name <code>cust_ref</code> to the DetailFields. In this case,
168 If a string in this property denotes both a column name and a parameter name, it
170 to either decide for the parameter or the column, and proceed as usual.
/aoo42x/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls89 .column = 0 'if not set will default to RID_STR_NOT_AVAILABLE_SHORTHAND
541 .column = Selection.Information(wdFirstCharacterColumnNumber)
634 .column = Selection.Information(wdFirstCharacterColumnNumber)
718 .column = Selection.Information(wdFirstCharacterColumnNumber)
956 .column = Selection.Information(wdFirstCharacterColumnNumber)
1171 .column = Selection.Information(wdFirstCharacterColumnNumber)
1221 .column = Selection.Information(wdFirstCharacterColumnNumber)
/aoo42x/main/offapi/com/sun/star/table/
H A DXCellRange.idl56 is the column index of the cell inside the range.
79 is the column index of the first cell inside the range.
85 is the column index of the last cell inside the range.
/aoo42x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcEncoder.java290 public void addCell(int row, int column, Format fmt, String cellContents) throws IOException { in addCell() argument
300 CellDescriptor cellDes = new CellDescriptor(row, column, ca, cellContents); in addCell()
528 public void setCellFormat(int row, int column, Format fmt) { in setCellFormat() argument
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java403 final Section column = new Section(); in generateSectionStyle() local
404 column.setNamespace(OfficeNamespaces.STYLE_NS); in generateSectionStyle()
405 column.setType("column"); in generateSectionStyle()
406 column.setAttribute(OfficeNamespaces.STYLE_NS, "rel-width", "1*"); in generateSectionStyle()
407 column.setAttribute(OfficeNamespaces.FO_NS, "start-indent", "0cm"); in generateSectionStyle()
408 column.setAttribute(OfficeNamespaces.FO_NS, "end-indent", "0cm"); in generateSectionStyle()
409 columns.addNode(column); in generateSectionStyle()
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXGridDataModel.idl65 if the column or row index do not denote a valid cell position.
78 if the column or row index do not denote a valid cell position.
85 … <p>A grid control will usually paint a row's title in the header column of the respective row.</p>

Completed in 114 milliseconds

12345678910>>...21