/aoo41x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | OGridControlModel.java | 190 aControl = columns.createColumn("TextField"); in createTestEnvironment() 191 aControl2 = columns.createColumn("DateField"); in createTestEnvironment() 192 aControl3 = columns.createColumn("TextField"); in createTestEnvironment() 193 aControl4 = columns.createColumn("TextField"); in createTestEnvironment() 194 aControl5 = columns.createColumn("TextField"); in createTestEnvironment() 332 XGridColumnFactory columns = null; in createTestEnvironment() local 353 aControl = columns.createColumn("TextField"); in createTestEnvironment() 354 aControl2 = columns.createColumn("DateField"); in createTestEnvironment() 355 aControl3 = columns.createColumn("TextField"); in createTestEnvironment() 356 aControl4 = columns.createColumn("TextField"); in createTestEnvironment() [all …]
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | HsqlDatabase.java | 125 final HsqlColumnDescriptor[] columns = _tableDesc.getColumns(); in createTable() local 126 for (int i = 0; i < columns.length; ++i) in createTable() 133 createStatement.append("\"" + columns[i].getName()); in createTable() 134 createStatement.append("\" " + columns[i].getTypeName()); in createTable() 136 if (columns[i].isRequired()) in createTable() 141 if (columns[i].isPrimaryKey()) in createTable() 147 primaryKeyList += "\"" + columns[i].getName() + "\""; in createTable() 150 if (columns[i].isForeignKey()) in createTable() 152 final String foreignTable = columns[i].getForeignTable(); in createTable() 159 foreignKeysForTable += "\"" + columns[i].getName() + "\""; in createTable() [all …]
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XPrintAreas.idl | 66 /** returns, whether the title columns are repeated on all subsequent 73 /** specifies whether the title columns are repeated on all subsequent 77 if <TRUE/>, title columns are repeated on each page. 83 /** returns the range that is specified as title columns range. 85 <p>Title columns can be automatically repeated on all subsequent 90 the range of columns that is specified as title columns range. 96 /** specifies a range of columns as title columns range. 100 <p>Title columns can be automatically repeated on all subsequent 105 the title columns range. 143 <p>The columns of the passed range are ignored.</p>
|
H A D | XSheetOutline.idl | 54 contains the range of rows or columns, depending on 58 the orientation of the new outline (columns or rows). 72 contains the range of rows or columns, depending on 76 the orientation of the outlines to remove (columns or rows). 124 the orientation of the outlines (columns or rows).
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | DBUtil.java | 158 final HsqlColumnDescriptor[] columns = _columns; in createTable() local 159 for (int i = 0; i < columns.length; ++i) { in createTable() 164 createStatement.append("\"" + columns[i].getName()); in createTable() 165 createStatement.append("\" " + columns[i].getTypeName()); in createTable() 167 if (columns[i].isRequired()) { in createTable() 171 if (columns[i].isPrimaryKey()) { in createTable() 175 primaryKeyList += "\"" + columns[i].getName() + "\""; in createTable() 178 if (columns[i].isForeignKey()) { in createTable() 179 final String foreignTable = columns[i].getForeignTable(); in createTable() 187 foreignKeysForTable += "\"" + columns[i].getName() + "\""; in createTable() [all …]
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | TextColumns.idl | 45 /** provides access to columns in text (e.g., in TextFrames ). 53 …/** determines whether the columns all have equal width. This flag is set if XTextColumns::setColu… 58 /** contains the distance between the columns. It is valid if the property IsAutomatic is set. 59 <!-- The h -->Half of this distance is set to the left and right margins of all columns, 63 /** determines the width of the separator lines between the columns. 67 /** determines the color of the separator lines between the columns. 71 /** determines the relative height of the separator lines between the columns. 75 /** determines the vertical alignment of the separator lines between the columns.
|
H A D | XTextColumns.idl | 42 /** manages columns within the object. 68 the number of columns. 75 /** sets the number of columns. 94 /** sets the descriptors of all columns. 99 number of columns of the object.
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridColumnModel.idl | 54 /** allows to register listeners to be notified when columns are inserted or removed 62 /** Returns the number of columns. 65 the number of columns. 109 /** Returns all columns of the model. 111 all columns associated with the model in a sequence of <type>XGridColumn</type>. 124 /** Fills the model with the given number of default columns 126 … <p>Existing columns will be removed before adding new columns. Listeners at the column model will 132 the number of default columns that should be set.
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.cxx | 1578 for (sal_uInt32 i = 1; i <= columns; i++) { in getCatalogs() 1614 for (sal_uInt32 i = 1; i <= columns; i++) { in getSchemas() 1663 for (sal_uInt32 i = 1; i <= columns; i++) { in getColumnPrivileges() 1708 for (sal_uInt32 i = 1; i <= columns; i++) { in getColumns() 1834 for (sal_uInt32 i = 1; i <= columns; i++) { in getProcedures() 1890 for (sal_uInt32 i = 1; i <= columns; i++) { in getExportedKeys() 1932 for (sal_uInt32 i = 1; i <= columns; i++) { in getImportedKeys() 1973 for (sal_uInt32 i = 1; i <= columns; i++) { in getPrimaryKeys() 2016 for (sal_uInt32 i = 1; i <= columns; i++) { in getIndexInfo() 2059 for (sal_uInt32 i = 1; i <= columns; i++) { in getBestRowIdentifier() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | star-report.css | 29 table|table-columns { 45 table|table-cell[number-columns-spanned], 46 table|table-cell[number-columns-spanned], 47 table|table-columns[number-columns-spanned], 48 table|table-column[number-columns-spanned] { 49 -x-liblayout-colspan: attr("table|number-columns-spanned");
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | XTableColumns.idl | 37 /** provides methods to access columns via index and to insert and remove 38 columns. 46 /** inserts new columns. 55 is the number of columns to insert. 61 /** deletes columns. 70 is the number of columns to delete.
|
H A D | TableColumns.idl | 45 /** represents a collection of all columns of a table or spreadsheet. 53 /** provides methods to insert and remove columns. 59 /** creates an enumeration of all contained columns. 67 /** provides methods to access the columns via their names. 69 <p>The names of the columns are always absolute even if the current
|
/aoo41x/main/comphelper/source/misc/ |
H A D | uieventslogger.cxx | 573 Sequence<OUString> columns = Sequence<OUString>(COLUMNS); in initializeLogger() local 574 columns[0] = OUString::createFromAscii("eventtype"); in initializeLogger() 575 columns[1] = OUString::createFromAscii("originapp"); in initializeLogger() 576 columns[2] = OUString::createFromAscii("originwidget"); in initializeLogger() 577 columns[3] = OUString::createFromAscii("uno url"); in initializeLogger() 578 columns[4] = OUString::createFromAscii("parent id"); in initializeLogger() 579 columns[5] = OUString::createFromAscii("window type"); in initializeLogger() 580 columns[6] = OUString::createFromAscii("id"); in initializeLogger() 581 columns[7] = OUString::createFromAscii("method"); in initializeLogger() 582 columns[8] = OUString::createFromAscii("parameter"); in initializeLogger() [all …]
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | TableDsc.java | 36 private int columns = 0; field in TableDsc 47 columns = nColumns; in TableDsc() 54 columns = nColumns; in TableDsc() 85 if ( rows > 0 && columns > 0 ) { in createInstance() 86 TT.initialize( rows, columns ); in createInstance()
|
/aoo41x/main/offapi/com/sun/star/chart/ |
H A D | XComplexDescriptionAccess.idl | 69 /** retrieves the description texts for all columns. 73 of all columns. The outer index represents different columns. 80 /** sets the description texts for all columns. 84 all columns. The outer index represents different columns.
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/table/ |
H A D | TableColumnsReadHandler.java | 49 private final List columns; field in TableColumnsReadHandler 54 columns = new ArrayList(); in TableColumnsReadHandler() 74 columns.add(readHandler); in getHandlerForChild() 88 for (int i = 0; i < columns.size(); i++) in doneParsing() 90 final TableColumnReadHandler handler = (TableColumnReadHandler) columns.get(i); in doneParsing()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 400 computed columns or to provide alias names for columns as required. 503 provided it specifies all the columns in the SELECT? 540 /** Can columns be defined as non-nullable? 982 /** return the maximum number of columns in a table 1205 Each procedure description has the following columns: 1254 and result columns. 1362 <p>Each table description has the following columns: 1464 /** gets a description of table columns available in 1729 include columns that are nullable? 2201 <p>Each type description has the following columns: [all …]
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | XAnyDescriptionAccess.idl | 72 /** retrieves the descriptions for all columns. 76 of all columns. The outer index represents different columns. 84 /** sets the descriptions for all columns. 88 all columns. The outer index represents different columns.
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSubTotalCalculatable.java | 91 SubTotalColumn[] columns = new SubTotalColumn[1]; in _createSubTotalDescriptor() local 92 columns[0] = new SubTotalColumn(); in _createSubTotalDescriptor() 93 columns[0].Column = 0; in _createSubTotalDescriptor() 94 columns[0].Function = com.sun.star.sheet.GeneralFunction.SUM; in _createSubTotalDescriptor() 95 desc.addNew(columns, 0); in _createSubTotalDescriptor()
|
H A D | _XSubTotalField.java | 97 SubTotalColumn[] columns = new SubTotalColumn[2]; in _setSubTotalColumns() local 101 columns[0]=column; in _setSubTotalColumns() 102 columns[1]=STColumns[0]; in _setSubTotalColumns() 103 oObj.setSubTotalColumns(columns); in _setSubTotalColumns()
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | Query.java | 96 final XIndexAccess columns = UnoRuntime.queryInterface( in testQueryColumns() local 100 …assertTrue( "invalid column count (found " + columns.getCount() + ", expected: " + expectedColumnN… in testQueryColumns() 101 columns.getCount() == expectedColumnNames[i].length ); in testQueryColumns() 102 for ( int col = 0; col < columns.getCount(); ++col ) in testQueryColumns() 105 XNamed.class, columns.getByIndex(col) ); in testQueryColumns()
|
/aoo41x/main/offapi/com/sun/star/sdbcx/ |
H A D | Table.idl | 41 name and one or more columns. 51 All properties and columns of a table could by modified before 53 descriptor. On existing tables, a user might alter columns, add or delete 54 columns, indexes, and keys depending on the capabilities of the database and on 69 /** access to the contained table columns. 89 /** optional, allows the altering of columns.
|
/aoo41x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleTableModelChangeType.idl | 42 changes to the table's geometry. One or more rows and/or columns have 51 /** One or more rows and/or columns have been inserted. 54 structure to determine the indices of the rows and/or columns that 59 /** One or more rows and/or columns have been deleted. 68 <p>The number of rows and columns remains unchanged. Only (some of)
|
H A D | XAccessibleTable.idl | 59 the maximal table size--256 columns and 32000 rows--minus one.</p> 67 <p>The implementation, however, may allow the access of columns 76 /** Returns the number of used columns in the table. 78 <p>The implementation, however, may allow the access of columns 82 Returns the number of used columns in the table or 0 for an empty 149 /** Returns the number of columns occupied by the Accessible at the 153 columns.</p> 208 /** Returns a list of the indices of completely selected columns in a 213 selected columns in the table. This sequence is in ascending 370 columns.
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/ |
H A D | PanelTitle.java | 43 public PanelTitle(String title, String subtitle, int rows, int columns) { in PanelTitle() argument 45 init(title, subtitle, rows, columns); in PanelTitle() 70 private void init(String title, String subtitle, int rows, int columns) { in init() argument 94 SubtitleLabel = new PanelLabel(subtitle, rows, columns ); in init()
|