Home
last modified time | relevance | path

Searched refs:rows (Results 176 – 200 of 302) sorted by relevance

12345678910>>...13

/trunk/main/offapi/com/sun/star/form/
H A DXGridFieldDataSupplier.idl45 …<p>This interface allows to retrieve data even for rows which are not current, which is quite usef…
/trunk/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx290 …eRelativeToBookmark(const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows) throw(::com::sun::…
326 …virtual sal_Bool SAL_CALL relative(sal_Int32 rows) throw(::com::sun::star::sdbc::SQLException, ::c…
348 …Rows(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rows) throw(::com::sun::…
/trunk/main/offapi/com/sun/star/sdb/
H A DTableDesign.idl46 <p>The design view of the TableDesign is divided into two parts. The first part contains the rows
/trunk/main/sw/source/ui/table/
H A Dinstable.src122 Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
H A Dconvert.src113 Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx927 sal_Bool SAL_CALL MacabResultSet::moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows) thro… in moveRelativeToBookmark() argument
938 m_nRowPos += rows; in moveRelativeToBookmark()
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetFilterDescriptor.idl104 /** specifies if columns or rows are filtered.
H A DSpreadsheetView.idl126 /** allows to freeze columns and rows of the view.
H A DDatabaseRange.idl83 /** if this property is set, columns or rows are inserted or deleted
H A DXNamedRanges.idl93 The named ranges refer to single columns or rows in the inner
H A DTablePageStyle.idl123 rows to the bottom.</p>
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt62 // return number of rows in table
/trunk/main/offapi/com/sun/star/report/
H A DXGroup.idl107 /** Defines an interval value that rows are grouped by.
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControlModel.idl84 of all rows.</p>
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridDataModel.idl54 /** denotes the number of rows for which the model can provide data
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytablewrapper.mm144 // find out number of rows
/trunk/main/offapi/com/sun/star/chart/
H A DChartDataPointProperties.idl62 whole data rows.</p>
H A DDiagram.idl123 columns or in the rows of the data array.
/trunk/main/offapi/com/sun/star/sdbc/
H A DKeyRule.idl61 when the primary key is deleted, rows that imported that key
H A DXDatabaseMetaData.idl1906 <li> importedKeyCascade - delete rows that import a deleted key
2021 <li> CASCADE - delete rows that import a deleted key
2139 <li> CASCADE - delete rows that import a deleted key
2347 this is the number of rows in the table; otherwise, it is the
2500 returns <FALSE/>, then deleted rows are removed from the result set.
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx1109 sal_Bool SAL_CALL DatabaseDataProvider::relative(sal_Int32 rows) throw( SQLException, RuntimeExcept… in relative() argument
1111 return m_xRowSet->relative(rows); in relative()
/trunk/main/toolkit/workben/layout/
H A Dsortdlg.src258 Text [ en-US ] = "~Top to bottom (sort rows)" ;
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.src35 Text [ en-US ] = "rows" ;
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx3447 sal_Bool SAL_CALL ODatabaseForm::relative(sal_Int32 rows) throw( SQLException, RuntimeException ) in relative() argument
3449 return m_xAggregateAsRowSet->relative(rows); in relative()
3621 Sequence<sal_Int32> SAL_CALL ODatabaseForm::deleteRows(const Sequence<Any>& rows) throw( SQLExcepti… in deleteRows() argument
3627 return xDelete->deleteRows(rows); in deleteRows()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx279 relative( sal_Int32 rows )

Completed in 99 milliseconds

12345678910>>...13