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.java90 final XRow row = execute(xRowRes, "ABS(2),ABS(-32) "); in abs() local
97 final XRow row = execute(xRowRes, "SIGN(-32),SIGN(0),SIGN(234) "); in sign() local
105 final XRow row = execute(xRowRes, "MOD(234, 10) "); in mod() local
111 final XRow row = execute(xRowRes, "FLOOR(1.23),FLOOR(-1.23) "); in floor() local
118 final XRow row = execute(xRowRes, "CEILING(1.23),CEILING(-1.23) "); in ceiling() local
125 final XRow row = execute(xRowRes, "ROUND(-1.23),ROUND(1.298, 1) "); in round() local
132 final XRow row = execute(xRowRes, "EXP(2),EXP(-2) "); in exp() local
139 final XRow row = execute(xRowRes, "LOG(2),LOG(-2) "); in log() local
147 final XRow row = execute(xRowRes, "LOG10(100) "); in log10() local
153 final XRow row = execute(xRowRes, "POWER(2,2) "); in pow() local
[all …]
H A DDBaseStringFunctions.java85 final XRow row = execute(xRowRes, "upper('test'),UCASE('test') "); in upper() local
92 final XRow row = execute(xRowRes, "lower('TEST'),LCASE('TEST') "); in lower() local
103 final XRow row = execute(xRowRes, "ASCII('2') "); in ascii() local
109 …final XRow row = execute(xRowRes, "char_length('test'),character_length('test'),OCTET_LENGTH('test… in char_length() local
117 final XRow row = execute(xRowRes, "CONCAT('Hello',' ','World') "); in concat() local
123 final XRow row = execute(xRowRes, "LOCATE('bar', 'foobarbar') "); in locate() local
129 final XRow row = execute(xRowRes, "SUBSTRING('Quadratically',5) "); in substring() local
135 final XRow row = execute(xRowRes, "LTRIM(' barbar') "); in ltrim() local
141 final XRow row = execute(xRowRes, "RTRIM('barbar ') "); in rtrim() local
147 final XRow row = execute(xRowRes, "space(6) "); in space() local
[all …]
H A DDBaseDateFunctions.java85 final XRow row = execute(xRowRes, "DAYOFWEEK('1998-02-03') "); in dayofweek() local
91 final XRow row = execute(xRowRes, "DAYOFMONTH('1998-02-03') "); in dayofmonth() local
97 final XRow row = execute(xRowRes, "DAYOFYEAR('1998-02-03') "); in dayofyear() local
103 final XRow row = execute(xRowRes, "month('1998-02-03') "); in month() local
109 final XRow row = execute(xRowRes, "DAYNAME('1998-02-05') "); in dayname() local
115 final XRow row = execute(xRowRes, "MONTHNAME('1998-02-05') "); in monthname() local
121 …final XRow row = execute(xRowRes, "QUARTER('98-01-01'),QUARTER('98-04-01'),QUARTER('98-07-01'),QUA… in quarter() local
130 final XRow row = execute(xRowRes, "WEEK('1998-02-20') "); in week() local
136 final XRow row = execute(xRowRes, "YEAR('98-02-03') "); in year() local
142 final XRow row = execute(xRowRes, "HOUR('10:05:03') "); in hour() 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()
240 public boolean isChecked(int row, int col) { in isChecked()
264 public boolean isTristate(int row) { in isTristate()
268 public boolean isTristate(int row, int col) { 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()
[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.java124 final short row = 2; in checkTextFieldBinding() local
206 short row = (short)10; in checkStringRadioBinding() local
236 short row = (short)13; in checkBooleanCheckBoxBinding() local
268 short row = (short)15; in checkStringCheckBoxBinding() local
300 short row = (short)18; in checkListBoxBinding() local
343 short row = (short)21; in checkListBoxIndexBinding() local
405 …private boolean verifyVoidCell( short col, short row, String failErrorMessage ) throws com.sun.sta… in verifyVoidCell()
422 …private boolean verifyNumericCellContent( short col, short row, double value, String failErrorMess… in verifyNumericCellContent()
438 …private boolean verifyStringCellContent( short col, short row, String text, String failErrorMessag… in verifyStringCellContent()
454 private void setCellText( short col, short row, String text ) throws com.sun.star.uno.Exception in setCellText()
[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 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
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
/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 DReportExpression.java46 Object getValue(DataRow row); in getValue()
H A DDataSource.java39 boolean absolute(int row) throws DataSourceException; in absolute()
/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()

123456