Home
last modified time | relevance | path

Searched refs:row (Results 251 – 275 of 525) sorted by relevance

1...<<1112131415161718192021

/trunk/main/reportbuilder/java/com/sun/star/report/
H A DReportFunction.java39 public ReportFunction advance(DataRow row); in advance() argument
H A DReportExpression.java46 Object getValue(DataRow row); in getValue() argument
H A DDataSource.java39 boolean absolute(int row) throws DataSourceException; in absolute() argument
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx735 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute() argument
738 return moveImpl(IResultSetHelper::ABSOLUTE,row,sal_True); in absolute()
741 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative() argument
744 return moveImpl(IResultSetHelper::RELATIVE,row,sal_True); in relative()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/expressions/
H A DSumExpression.java42 public Object getValue(final DataRow row) in getValue() argument
/trunk/main/dbaccess/source/core/api/
H A DKeySet.hxx203 …virtual sal_Bool SAL_CALL absolute( sal_Int32 row ) throw(::com::sun::star::sdbc::SQLException, ::…
232 virtual sal_Bool absolute_checked( sal_Int32 row,sal_Bool i_bFetchRow );
/trunk/main/sw/source/core/undo/
H A Dundo.src324 Text [ en-US ] = "Delete row/column" ;
332 Text [ en-US ] = "Delete row" ;
/trunk/test/testuno/data/
H A Dlimit_cfg.ini21 /*Max row in worksheet*/
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx246 bool UnoControlTableModel::isCellEditable( ColPos col, RowPos row ) const in isCellEditable()
250 (void)row; in isCellEditable()
/trunk/main/offapi/com/sun/star/sdb/application/
H A DCopyTableWizard.idl63 <li>user interaction in case copying a row fails. If no copy table listener is
65 copying a row, or a registered listeners explicitly tells the wizard to ask the user
/trunk/main/xmerge/source/palmtests/qa-wrapper/testcases/
H A Dc_insertrow-mod.infile22 # simple spreadsheet - insert a new row
/trunk/main/connectivity/source/inc/adabas/
H A DBResultSet.hxx47 …virtual sal_Bool SAL_CALL absolute( sal_Int32 row ) throw(::com::sun::star::sdbc::SQLException, ::…
/trunk/main/sc/source/ui/src/
H A Dglobstr.src127 Text [ en-US ] = "Delete row break" ;
519 Text [ en-US ] = "The data range must contain at least one row." ;
1439 Text [ en-US ] = "Adapt row height" ;
1730 …Text [ en-US ] = "The field name cannot be empty. Check the first row of data source to make sure …
/trunk/main/offapi/com/sun/star/sdb/
H A DRowsChangeEvent.idl31 /** indicates which rows have changed and the type of change action on the row set.
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx91 …define ROWSTATUS(row) !row.Is() ? "NULL" : row->GetStatus() == GRS_CLEAN ? "CLEAN" : row->GetStatu… argument
/trunk/main/offapi/com/sun/star/sheet/
H A DTablePageBreakData.idl41 /** the position (column or row index) of the page break.
H A DDataPilotFieldLayoutInfo.idl49 /** If <TRUE/>, an empty row is inserted in the <type>DataPilotTable</type>
H A D_NamedRange.idl58 /** The range can be used as row headers for printing.
H A DDataPilotFieldOrientation.idl51 /** the field is used as a row field.
H A DDimensionFlags.idl47 /** The dimension cannot be used in row orientation.
H A DNamedRangeFlag.idl57 /** The range can be used as row headers for printing.
/trunk/main/offapi/com/sun/star/table/
H A DCellAddress.idl51 /** is the index of the row where the cell is located.
H A DTableSortFieldType.idl34 (row/column) of a table.
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx933 ::absolute( sal_Int32 row ) in absolute() argument
944 return m_xResultSetOrigin->absolute( row ); in absolute()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx429 sal_Bool SAL_CALL OResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute() argument
437 sal_Bool SAL_CALL OResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative() argument

Completed in 85 milliseconds

1...<<1112131415161718192021