Home
last modified time | relevance | path

Searched refs:currentRow (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/writerfilter/qa/cppunittests/xxml/
H A DtestXXML.cxx76 Row *currentRow; member in MyHandler
82 currentRow=NULL; in startDocument()
108 if (currentRow==NULL) in startElement()
109 currentRow=new Row(name, *currentTable); in startElement()
111 currentRow->append(*new Row(name, *currentTable)); in startElement()
116 currentCell=new Cell(name, *currentRow); in startElement()
118 currentCell->append(*new Cell(name, *currentRow)); in startElement()
132 currentRow->append(*currentTable); in endElement()
133 currentRow=NULL; in endElement()
137 currentCell->append(*currentRow); in endElement()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportData.java34 private int currentRow; field in StarReportData
45 this.currentRow = 0; in StarReportData()
56 currentRow = row; in setCursorPosition()
82 return currentRow; in getCursorPosition()
95 return currentRow < rowCount; in isAdvanceable()
105 currentRow += 1; in next()
162 return currentRow > 0 && rowCount > 0; in isReadable()
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XResultSetUpdate.java88 public int currentRow() throws SQLException ; in currentRow() method
191 result = tester.currentRow() < 1 ; in _moveToInsertRow()
211 result = tester.currentRow() >= 1 ;
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java460 public int currentRow() throws SQLException in createTestEnvironment()
/aoo41x/main/qadevOOo/tests/java/mod/_forms/
H A DODatabaseForm.java710 public int currentRow() throws SQLException { in createTestEnvironment()

Completed in 28 milliseconds