Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 128) sorted by relevance

123456

/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java318 final XRow row = execute(xRowRes, "LOG10(100) "); in log10() local
324 final XRow row = execute(xRowRes, "POWER(2,2) "); in pow() local
330 final XRow row = execute(xRowRes, "SQRT(4) "); in sqrt() local
336 final XRow row = execute(xRowRes, "PI() "); in pi() local
342 final XRow row = execute(xRowRes, "COS(PI()) "); in cos() local
348 final XRow row = execute(xRowRes, "SIN(2) "); in sin() local
354 final XRow row = execute(xRowRes, "TAN(PI()+1) "); in tan() local
360 final XRow row = execute(xRowRes, "ACOS(1) "); in acos() local
366 final XRow row = execute(xRowRes, "ASIN(0) "); in asin() local
372 final XRow row = execute(xRowRes, "ATAN(0) "); in atan() local
[all …]
H A DDBaseStringFunctions.java214 final XRow row = execute(xRowRes, "upper('test'),UCASE('test') "); in upper() local
221 final XRow row = execute(xRowRes, "lower('TEST'),LCASE('TEST') "); in lower() local
232 final XRow row = execute(xRowRes, "ASCII('2') "); in acsii() local
246 final XRow row = execute(xRowRes, "CONCAT('Hello',' ','World') "); in concat() local
252 final XRow row = execute(xRowRes, "LOCATE('bar', 'foobarbar') "); in locate() local
264 final XRow row = execute(xRowRes, "LTRIM(' barbar') "); in ltrim() local
270 final XRow row = execute(xRowRes, "RTRIM('barbar ') "); in rtrim() local
276 final XRow row = execute(xRowRes, "space(6) "); in space() local
288 final XRow row = execute(xRowRes, "REPEAT('OOo', 3) "); in repeat() local
300 final XRow row = execute(xRowRes, "LEFT('foobarbar', 5) "); in left() local
[all …]
H A DDBaseDateFunctions.java207 final XRow row = execute(xRowRes, "DAYOFWEEK('1998-02-03') "); in dayofweek() local
219 final XRow row = execute(xRowRes, "DAYOFYEAR('1998-02-03') "); in dayofyear() local
225 final XRow row = execute(xRowRes, "month('1998-02-03') "); in month() local
231 final XRow row = execute(xRowRes, "DAYNAME('1998-02-05') "); in dayname() local
252 final XRow row = execute(xRowRes, "WEEK('1998-02-20') "); in week() local
258 final XRow row = execute(xRowRes, "YEAR('98-02-03') "); in year() local
264 final XRow row = execute(xRowRes, "HOUR('10:05:03') "); in hour() local
276 final XRow row = execute(xRowRes, "SECOND('10:05:03') "); in second() local
282 final XRow row = execute(xRowRes, "CURDATE() "); in curdate() local
289 final XRow row = execute(xRowRes, "CURTIME() "); in curtime() local
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java51 public String getItemText(int row, int col) { in getItemText()
236 public boolean isChecked(int row) { in isChecked()
264 public boolean isTristate(int row) { in isTristate()
292 public int getState(int row) { in getState()
296 public int getState(int row, int col) { in getState()
308 public void check(int row) { in check()
312 public void check(int row, int col) { in check()
324 public void unCheck(int row) { in unCheck()
328 public void unCheck(int row, int col) { in unCheck()
341 public void triState(int row) { in triState()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DCellInfo.java30 private int row; field in CellInfo
36 public CellInfo(int col, int row) { in CellInfo()
50 public void setRow(int row) { in setRow()
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java118 final short row = 2; in checkTextFieldBinding() local
198 short row = (short)10; in checkStringRadioBinding() local
227 short row = (short)13; in checkBooleanCheckBoxBinding() local
258 short row = (short)15; in checkStringCheckBoxBinding() local
289 short row = (short)18; in checkListBoxBinding() local
331 short row = (short)21; in checkListBoxIndexBinding() local
393 …private boolean verifyVoidCell( short col, short row, String failErrorMessage ) throws com.sun.sta… in verifyVoidCell()
426 …private boolean verifyStringCellContent( short col, short row, String text, String failErrorMessag… in verifyStringCellContent()
442 private void setCellText( short col, short row, String text ) throws com.sun.star.uno.Exception in setCellText()
453 … private void setCellValue( short col, short row, double value ) throws com.sun.star.uno.Exception in setCellValue()
[all …]
H A DSpreadsheetDocument.java83 …c com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short row ) in createCellBinding()
91 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding()
99 …orm.binding.XValueBinding createCellBinding( short sheet, short column, short row, boolean support… in createCellBinding()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java99 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, rs); in retrieveSalesData() local
118 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,srs); in retrieveSalesData2() local
155 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in insertRow() local
179 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class,rs); in deleteRow() local
199 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, rs); in refreshRow() local
/trunk/main/scripting/workben/installer/
H A DIdeVersion.java297 ArrayList row = new ArrayList(); in MyTableModelIDE() local
327 public Object getValueAt(int row, int col) { in getValueAt()
340 public boolean isCellEditable(int row, int col) { in isCellEditable()
348 public void setValueAt(Object value, int row, int col) { in setValueAt()
361 ArrayList row = (ArrayList)iter.next(); in isAnySelected() local
H A DVersion.java287 ArrayList row = new ArrayList(); in MyTableModel() local
318 public Object getValueAt(int row, int col) { in getValueAt()
331 public boolean isCellEditable(int row, int col) { in isCellEditable()
339 public void setValueAt(Object value, int row, int col) { in setValueAt()
352 ArrayList row = (ArrayList)iter.next(); in isAnySelected() local
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DCGTopic.java57 public CGTopic( Object row) { in CGTopic()
72 public void setDataToRow(Object row) { in setDataToRow()
/trunk/main/xmlsecurity/tools/uno/
H A DUnsolvedReferenceTableModel.java60 public Object getValueAt(int row, int col) in getValueAt()
80 public boolean isCellEditable(int row, int col) in isCellEditable()
/trunk/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx114 sal_Bool SAL_CALL OAdabasResultSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException) in absolute()
138 sal_Bool SAL_CALL OAdabasResultSet::relative( sal_Int32 row ) throw(SQLException, RuntimeException) in relative()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java66 …c com.sun.star.form.binding.XValueBinding createCellBinding( short sheet, short column, short row ) in createCellBinding()
73 ….sun.star.form.binding.XValueBinding createListIndexBinding( short sheet, short column, short row ) in createListIndexBinding()
80 …orm.binding.XValueBinding createCellBinding( short sheet, short column, short row, boolean support… in createCellBinding()
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java159 public void remove(int row) { in remove()
175 public Object getValueAt(int row, int col) { in getValueAt()
189 public boolean isCellEditable(int row, int col) { in isCellEditable()
196 public void setValueAt(Object value, int row, int col) { in setValueAt()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlCatalog.java49 XRow row = UnoRuntime.queryInterface(XRow.class, results); in refreshTables() local
73 XRow row = UnoRuntime.queryInterface(XRow.class, results); in refreshViews() local
/trunk/main/vcl/unx/gtk/a11y/
H A Datktable.cxx91 gint row, in table_wrapper_ref_at()
121 gint row, in table_wrapper_get_index_at()
245 gint row, in table_wrapper_get_column_extent_at()
271 gint row, in table_wrapper_get_row_extent_at()
321 gint row ) in table_wrapper_get_row_description()
371 gint row ) in table_wrapper_get_row_header()
552 gint row ) in table_wrapper_is_row_selected()
577 gint row, in table_wrapper_is_selected()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTable.cpp47 STDMETHODIMP CAccTable::get_accessibleAt(long row, long column, IUnknown * * accessible) in get_accessibleAt()
153 STDMETHODIMP CAccTable::get_columnExtentAt(long row, long column, long * nColumnsSpanned) in get_columnExtentAt()
349 STDMETHODIMP CAccTable::get_rowDescription(long row, BSTR * description) in get_rowDescription()
384 STDMETHODIMP CAccTable::get_rowExtentAt(long row, long column, long * nRowsSpanned) in get_rowExtentAt()
620 STDMETHODIMP CAccTable::get_isRowSelected(long row, unsigned char * isSelected) in get_isRowSelected()
649 STDMETHODIMP CAccTable::get_isSelected(long row, long column, unsigned char * isSelected) in get_isSelected()
676 STDMETHODIMP CAccTable::selectRow(long row) in selectRow()
769 STDMETHODIMP CAccTable::unselectRow(long row) in unselectRow()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSpreadsheetEncoder.java69 public abstract void setCellFormat(int row, int column, Format fmt); in setCellFormat()
81 public abstract void addCell(int row, int column, in addCell()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DReportFunction.java39 public ReportFunction advance(DataRow row); in advance()
H A DDataSource.java39 boolean absolute(int row) throws DataSourceException; in absolute()
H A DReportExpression.java46 Object getValue(DataRow row); in getValue()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexColumnContainer.java67 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createObject() local
83 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createObject() local
H A DOKeyColumnContainer.java65 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createObject() local
78 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createObject() local
/trunk/main/l10ntools/java/receditor/java/transex3/view/
H A DSdfTable.java32 public boolean isCellEditable(int row, int col) { in isCellEditable()

Completed in 130 milliseconds

123456