Home
last modified time | relevance | path

Searched refs:rows (Results 26 – 50 of 302) sorted by relevance

12345678910>>...13

/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridRowSelection.idl41 /** Selects all rows.
56 /** Deselects all selected rows.
68 /** Returns the indices of all selected rows.
74 /** Returns whether rows are selected.
84 or greater than the number of rows, this is silently ignored, and <false/> is returned.
H A DXGridDataListener.idl51 /** is called when one or more rows of data have been inserted into a grid control's data model.
55 /** is called when one or more rows of data have been removed from a grid control's data model.
63 /** is called when the title of one or more rows changed.
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetOutline.idl54 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).
H A DTableOperationMode.idl34 columns, rows, or both columns and rows.
49 /** is applied to the rows.
58 /** is applied to rows and columns.
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java48 private Vector rows = new Vector(); field in Worksheet
84 for(Enumeration e = rows.elements();e.hasMoreElements();) { in write()
152 rows.add(rw); in read()
238 rows.add(r); in addRow()
301 return (rows.elements()); in getRows()
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataRowSource.idl33 /** specifies if the data rows (aka data series) displayed in the
41 /** values displayed as data rows are taken from the rows of the data source.
47 /** values displayed as data rows are taken from the columns of the data source.
/trunk/main/offapi/com/sun/star/sdbcx/
H A DXDeleteRows.idl42 /** deletes one or more rows identified by their bookmarks.
43 @param rows
44 list of bookmarks identifying the rows.
53 sequence<long> deleteRows([in]sequence<any> rows)
/trunk/main/sc/source/ui/src/
H A Dscerrors.src116 Text [ en-US ] = "The maximum number of rows has been exceeded. Excess rows were not imported!" ;
120 …Text [ en-US ] = "The data could not be loaded completely because the maximum number of rows per s…
144 …Text [ en-US ] = "The document contains more rows than supported in the selected format.\nAddition…
/trunk/main/offapi/com/sun/star/ucb/
H A DXFetchProvider.idl40 rows of a <type>ContentResultSet</type> with a single function call.
46 /** returns the contents of the columns of the indicated rows
56 the count of rows
59 <TRUE/>, if you want the rows to be read in the same order, as they
H A DFetchResult.idl31 /** contains data of several rows of a <type>ContentResultSet</type>.
54 <p>The following rows are one after the other, but the direction
60 /** indicates the orientation in which the rows are fetched and set into
64 rows in <member>FetchResult::Rows</member> are ordered in the same way
H A DCachedContentResultSet.idl40 for some rows beforehand.
51 /** contains the number of result set rows that should be fethched from
62 /** contains the direction for fetching rows from an underlying database.
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1226 int rows = getRowCount(table); in Topics() local
1228 rowsPerTopic = (rows - 1) / 3; in Topics()
1295 removeTableRows(table, 1 + rowsPerTopic, rows - rowsPerTopic - 1); in Topics()
1314 int rows = getRowCount(table); in write2() local
1317 int diff = reqRows - rows; in write2()
1320 insertTableRows(table, rows, diff); // set the item's text... in write2()
1612 XTableRows rows = UnoRuntime.queryInterface(XTextTable.class, table).getRows(); in removeTableRows() local
1613 rows.removeByIndex(start, count); in removeTableRows()
1624 XTableRows rows = UnoRuntime.queryInterface(XTextTable.class, table).getRows(); in insertTableRows() local
1625 rows.insertByIndex(start, count); in insertTableRows()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSet.idl128 first row. Has no effect if the result set contains no rows.
136 row. Has no effect if the result set contains no rows.
209 /** moves the cursor a relative number of rows, either positive or negative.
229 @param rows
230 how many rows should be moved relative to the current row
236 boolean relative([in]long rows) raises (SQLException);
269 may actually refresh multiple rows at once if the fetch size is
H A DFetchDirection.idl36 /** The rows in a result set will be processed in a forward direction; first-to-last.
41 /** The rows in a result set will be processed in a reverse direction; last-to-first.
46 /** The order in which rows in a result set will be processed is unknown:
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl59 the maximal table size--256 columns and 32000 rows--minus one.</p>
65 /** Returns the number of used rows in the table.
71 Returns the number of used rows in the table or 0 for an empty
124 /** Returns the number of rows occupied by the Accessible at the
128 rows.</p>
198 /** Returns a list of the indices of completely selected rows in a
203 selected rows in the table. This sequence is in ascending
352 index of the first row if the child spans multiple rows.
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx73 sal_Bool SAL_CALL WrappedResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) t… in moveRelativeToBookmark() argument
76 return m_xRowLocate->moveRelativeToBookmark( bookmark,rows ); in moveRelativeToBookmark()
98 Sequence< sal_Int32 > SAL_CALL WrappedResultSet::deleteRows( const Sequence< Any >& rows ,const con… in deleteRows() argument
104 return xDeleteRow->deleteRows(rows); in deleteRows()
H A DBookmarkSet.cxx67 sal_Bool SAL_CALL OBookmarkSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw… in moveRelativeToBookmark() argument
70 return m_xRowLocate->moveRelativeToBookmark(bookmark,rows); in moveRelativeToBookmark()
92 Sequence< sal_Int32 > SAL_CALL OBookmarkSet::deleteRows( const Sequence< Any >& rows ,const connect… in deleteRows() argument
98 return xDeleteRow->deleteRows(rows); in deleteRows()
H A DKeySet.cxx407 sal_Bool SAL_CALL OKeySet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(SQLE… in moveRelativeToBookmark() argument
414 relative(rows); in moveRelativeToBookmark()
477 const Any* pBegin = rows.getConstArray(); in deleteRows()
478 const Any* pEnd = pBegin + rows.getLength(); in deleteRows()
493 pBegin = rows.getConstArray(); in deleteRows()
511 Sequence< sal_Int32 > aRet(rows.getLength()); in deleteRows()
515 pBegin = rows.getConstArray(); in deleteRows()
516 pEnd = pBegin + rows.getLength(); in deleteRows()
1320 sal_Bool SAL_CALL OKeySet::relative( sal_Int32 rows ) throw(SQLException, RuntimeException) in relative() argument
1323 if(!rows) in relative()
[all …]
H A DRowSetCache.cxx532 sal_Bool ORowSetCache::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) in moveRelativeToBookmark() argument
537 m_nPosition = m_pCacheSet->getRow() + rows; in moveRelativeToBookmark()
1185 sal_Bool ORowSetCache::relative( sal_Int32 rows ) in relative() argument
1188 if(rows) in relative()
1190 sal_Int32 nNewPosition = m_nPosition + rows; in relative()
1192 if ( m_bBeforeFirst && rows > 0 ) in relative()
1193 nNewPosition = rows; in relative()
1194 else if ( m_bRowCountFinal && m_bAfterLast && rows < 0 ) in relative()
1195 nNewPosition = m_nRowCount + 1 + rows; in relative()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx857 sal_Bool SAL_CALL OResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) throw(S… in moveRelativeToBookmark() argument
865 nPos += rows; in moveRelativeToBookmark()
869 return SUCCEEDED(m_pRecordSet->Move(rows,m_aBookmarks[nPos])); in moveRelativeToBookmark()
929 Sequence< sal_Int32 > SAL_CALL OResultSet::deleteRows( const Sequence< Any >& rows ) throw(SQLExcep… in deleteRows() argument
941 rgsabound[0].cElements = rows.getLength(); in deleteRows()
944 const Any* pBegin = rows.getConstArray(); in deleteRows()
945 const Any* pEnd = pBegin + rows.getLength(); in deleteRows()
960 Sequence< sal_Int32 > aSeq(rows.getLength()); in deleteRows()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp476 STDMETHODIMP CAccTable::get_selectedRows(long, long ** rows, long * nRows) in get_selectedRows() argument
484 if(rows == NULL || nRows == NULL) in get_selectedRows()
495 *rows = reinterpret_cast<long*>(CoTaskMemAlloc((count) * sizeof(long))); in get_selectedRows()
497 if(*rows == NULL) in get_selectedRows()
502 (*rows)[i] = pSelected[i]; in get_selectedRows()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Doasis-table.css50 table-cell[number-rows-spanned],
51 table-cell[number-rows-spanned] {
52 -x-liblayout-rowspan: attr(number-rows-spanned);
H A Dstar-report.css52 table|table-cell[number-rows-spanned],
53 table|table-cell[number-rows-spanned] {
54 -x-liblayout-rowspan: attr("table|number-rows-spanned");
/trunk/main/offapi/com/sun/star/table/
H A DTableRows.idl41 /** represents a collection of all rows of a table or spreadsheet.
49 /** provides methods to insert and remove rows.
55 /** creates an enumeration of all contained rows.
H A DTableSortDescriptor2.idl43 /** specifies properties which describe sorting of fields (rows or columns)
66 /** specifies if the columns or rows are to be sorted.
72 <dd>The rows are to be sorted.</dd>

Completed in 99 milliseconds

12345678910>>...13