Home
last modified time | relevance | path

Searched refs:rows (Results 51 – 75 of 302) sorted by relevance

12345678910>>...13

/trunk/main/offapi/com/sun/star/table/
H A DXMergeableCellRange.idl59 This will be done by inserting rows and columns if needed or unmerging
67 this is the number of rows that will be added to each cell. Zero
68 means no new rows
H A DTableOrientation.idl33 /** used to select whether operations are carried out on columns or rows.
45 /** operations are carried out on rows.
H A DTableRowsEnumeration.idl37 /** represents an enumeration of table rows.
45 /** provides methods to access the rows in the enumeration.
H A DXColumnRowRange.idl45 /** provides methods to access the collections of columns and rows
62 /** returns the collection of rows in the range.
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl80 /** Specifies the height of rows in the grid control.
188 /** specifies the colors to be used as background for data rows.
190 …<p>If this sequence is non-empty, the data rows will be rendered with alternating background color…
194 …<p>If this sequence is empty, all rows will use the same background color as the control as whole.…
196 <p>If this property has a value of <VOID/>, rows will be painted
/trunk/main/offapi/com/sun/star/sdbc/
H A DStatement.idl144 /** retrieves the maximum number of rows that a ResultSet can contain.
145 If the limit is exceeded, the excess rows are silently dropped.
192 /** retrieves the direction for fetching rows from database tables
205 /** retrieves the number of result set rows that is the default fetch size
H A DPreparedStatement.idl192 /** retrieves the maximum number of rows that a ResultSet can contain.
193 If the limit is exceeded, the excess rows are silently dropped.
236 /** retrieves the direction for fetching rows from database tables
250 /** retrieves the number of result set rows that is the default fetch size
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx637 sal_Bool SAL_CALL ResultSet::relative( sal_Int32 rows ) in relative() argument
657 if ( rows < 0 ) in relative()
659 if ( ( m_pImpl->m_nPos + rows ) > 0 ) in relative()
663 m_pImpl->m_nPos = ( m_pImpl->m_nPos + rows ); in relative()
676 else if ( rows == 0 ) in relative()
685 if ( ( m_pImpl->m_nPos + rows ) <= nCount ) in relative()
689 m_pImpl->m_nPos = ( m_pImpl->m_nPos + rows ); in relative()
/trunk/main/dbaccess/source/core/api/
H A DStaticSet.hxx54 …RelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows ) throw(::com::sun:…
71 …virtual sal_Bool SAL_CALL relative( sal_Int32 rows ) throw(::com::sun::star::sdbc::SQLException, :…
78 …ows( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rows,const connectivity:…
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetaDataResultSet.java37 … public PostgresqlDatabaseMetaDataResultSet(XResultSet resultSet, ArrayList<ORowSetValue[]> rows) { in PostgresqlDatabaseMetaDataResultSet() argument
38 super(resultSet, rows); in PostgresqlDatabaseMetaDataResultSet()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DPanelLabel.java42 public PanelLabel(String text, int rows, int columns) { in PanelLabel() argument
43 super(text, rows, columns); in PanelLabel()
/trunk/main/sc/source/ui/src/
H A Dscwarngs.src39 Text [ en-US ] = "The number of rows exceeded the maximum. Additional rows were not imported!" ;
/trunk/main/offapi/com/sun/star/chart2/data/
H A DTabularDataProviderArguments.idl55 rows depending on the property
71 or rows in a table.
80 labels for all sequences, if data comes from rows, the first
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx150 sal_Bool SAL_CALL relative(sal_Int32 rows) throw(SQLException, RuntimeException);
298 sal_Bool SAL_CALL moveRelativeToBookmark(const Any& bookmark, sal_Int32 rows)
310 …:uno::Sequence< sal_Int32 > SAL_CALL deleteRows(const ::com::sun::star::uno::Sequence< Any >& rows)
/trunk/main/offapi/com/sun/star/text/
H A DTableRows.idl41 /** represents a collection of all rows of a text table.
51 /** provides methods to insert and remove rows.
/trunk/main/offapi/com/sun/star/sheet/
H A DFillDirection.idl40 /** specifies that rows are filled from top to bottom.
52 /** specifies that rows are filled from bottom to top.
H A DXViewFreezable.idl38 columns and rows of the view.
56 columns and rows.
H A DXDDELinkResults.idl50 the DDE link results. The outer sequence contains the value rows.
60 the DDE link results. The outer sequence contains the value rows.
/trunk/main/pyuno/demo/
H A Dswriter.py68 rows = table.Rows variable
72 row = rows.getByIndex(0)
H A Dswritercomp.py70 rows = table.Rows
74 row = rows.getByIndex(0)
/trunk/main/scripting/examples/python/pythonSamples/
H A DTableSample.py59 rows = table.Rows
63 row = rows.getByIndex(0)
/trunk/main/offapi/com/sun/star/form/component/
H A DGridControl.idl85 display not only the current row of the form, but all rows (at least potentially, limited
88 <p>The table rows in a grid control correspond to the rows in the <type>DataForm</type>
/trunk/main/offapi/com/sun/star/ucb/
H A DCachedContentResultSetStub.idl53 rows with only one call.
61 <type>XContentAccess</type> for several rows of one result set at once.
/trunk/main/connectivity/source/inc/calc/
H A DCResultSet.hxx72 …RelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows ) throw(::com::sun:…
77 …ows( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ) throw(::com::sun:…
/trunk/main/connectivity/source/inc/dbase/
H A DDResultSet.hxx72 …RelativeToBookmark( const ::com::sun::star::uno::Any& bookmark, sal_Int32 rows ) throw(::com::sun:…
77 …ows( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& rows ) throw(::com::sun:…

Completed in 52 milliseconds

12345678910>>...13