| /aoo4110/main/qadevOOo/tests/java/ifc/sdbc/ | 
| H A D | _XResultSet.java | 82             log.println("Totally number of rows is " + oObj.getRow()) ;  in before()292             result &= oObj.getRow() == 1;  in _getRow()
 312             int prevRow = oObj.getRow() ;  in _next()
 315             log.println("Row was : " + prevRow + ", row is : " + oObj.getRow());  in _next()
 316             result &= prevRow + 1 == oObj.getRow() ;  in _next()
 335             int prevRow = oObj.getRow() ;  in _previous()
 338             log.println("Row was : " + prevRow + ", row is : " + oObj.getRow());  in _previous()
 339             result &= prevRow - 1 == oObj.getRow() ;  in _previous()
 359             int prevRow = oObj.getRow() ;  in _relative()
 362             log.println("Row was : " + prevRow + ", row is : " + oObj.getRow());  in _relative()
 [all …]
 
 | 
| /aoo4110/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 99                     int pos = m_resultSet.getRow();  in run()105                     int pos2 = m_resultSet.getRow();  in run()
 258         final int pos = m_resultSet.getRow();  in testPosition()
 576         return m_resultSet.getRow();  in positionRandom()
 594         final int positionAfter = m_resultSet.getRow();  in deleteRandom()
 638         final int positionPrevious = m_resultSet.getRow();  in testDeleteBehavior()
 643         final int positionAfter = m_resultSet.getRow();  in testDeleteBehavior()
 661                 (m_resultSet.getRow() == deletedPos) && !m_resultSet.rowDeleted());  in testDeleteBehavior()
 753         final int clonePosition = clone.getRow();  in testCloneMovesPlusDeletions()
 757 …   assertTrue("clone's position changed somehow during deletion", clonePosition == clone.getRow());  in testCloneMovesPlusDeletions()
 [all …]
 
 | 
| H A D | QueryInQuery.java | 72         assertTrue( "wrong record counts", outerRowSet.getRow() == innerRowSet.getRow() );  in verifyEqualRowSetContent()82 …       assertTrue( "content of column " + i + " of row " + outerRowSet.getRow() + " not identical",  in verifyEqualRowSetContent()
 
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | WW8TableInfo.cxx | 134 sal_uInt32 WW8TableNodeInfoInner::getRow() const  in getRow()  function in ww8::WW8TableNodeInfoInner541 sal_uInt32 WW8TableNodeInfo::getRow() const  in getRow()  function in ww8::WW8TableNodeInfo
 543     return getInnerForDepth(mnDepth)->getRow();  in getRow()
 1102     return getRow(nTop)->begin();  in getCellsBegin()
 1107     return getRow(nTop)->end();  in getCellsEnd()
 1119     WW8TableCellGridRow::Pointer_t pRow = getRow(rRect.Top());  in insert()
 1192         WW8TableCellGridRow::Pointer_t pRow = getRow(*aTopsIt);  in addShadowCells()
 1299         WW8TableCellGridRow::Pointer_t pRow(getRow(*aTopsIt));  in connectCells()
 1397         getRow(pNodeInfoInner->getRect().Top(), false);  in getTableBoxesOfRow()
 1413         getRow(pNodeInfoInner->getRect().Top(), false);  in getWidthsOfRow()
 [all …]
 
 | 
| H A D | WW8TableInfo.hxx | 96     sal_uInt32 getRow() const;215     sal_uInt32 getRow() const;
 267     WW8TableCellGridRow::Pointer_t getRow(long nTop, bool bCreate = true);
 
 | 
| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | StaticSet.cxx | 79 	return makeAny(getRow());  in getBookmark()127 		((*m_aSetIter)->get())[0] = getRow();  in fetchRow()
 146 			(pRow->get())[0] = getRow();  in fillAllRows()
 232 sal_Int32 SAL_CALL OStaticSet::getRow(  ) throw(SQLException, RuntimeException)  in getRow()  function in OStaticSet
 254 		sal_Int32 nRow = getRow();  in absolute()
 290 	sal_Int32 nCurPos = getRow();  in relative()
 
 | 
| H A D | RowSetCache.cxx | 507 		m_nPosition	= m_pCacheSet->getRow();  in moveToBookmark()537 		m_nPosition = m_pCacheSet->getRow() + rows;  in moveRelativeToBookmark()
 735 			m_nRowCount = m_pCacheSet->getRow();// + 1 removed  in afterLast()
 781 					m_nRowCount = m_pCacheSet->getRow(); // here we have the row count  in fillMatrix()
 1025 					OSL_ENSURE(nPos == m_pCacheSet->getRow(),"nPos isn't valid!");  in moveWindow()
 1097 			m_nRowCount = m_nPosition = m_pCacheSet->getRow(); // not  + 1  in last()
 1099 		m_nPosition = m_pCacheSet->getRow();  in last()
 1127 sal_Int32 ORowSetCache::getRow(  )  in getRow()  function in ORowSetCache
 1653 		if ( aOldRowIter->isValid() && aOldRowIter->getBody().getRow().isValid() )  in reFillMatrix()
 1654 …	aOldRowIter->getBody().setRow(new ORowSetValueVector(aOldRowIter->getBody().getRow().getBody()) );  in reFillMatrix()
 [all …]
 
 | 
| H A D | RowSetBase.cxx | 918 sal_Int32 SAL_CALL ORowSetBase::getRow(  ) throw(SQLException, RuntimeException)  in getRow()  function in dbaccess::ORowSetBase949 		nPos = m_pCache->getRow();  in impl_getRow()
 1131 		sal_Int32 nOldRow = m_pCache->getRow();  in setCurrentRow()
 1135 		sal_Int32 nNewRow = m_pCache->getRow();  in setCurrentRow()
 1426 	if ( !_bWasNew && m_aOldRow->getRow().isValid() )  in getOldRow()
 1427 		aOldValues = new ORowSetValueVector( m_aOldRow->getRow().getBody());	 // remember the old values  in getOldRow()
 1449 		m_nDeletedPosition = m_pCache->getRow();  in onDeleteRow()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/ucb/ | 
| H A D | _XCachedDynamicResultSetStubFactory.java | 96                 int stubRowNum = resSetStubS.getRow() ;  in _createCachedDynamicResultSetStub()99                 int setRowNum = resSetS.getRow() ;  in _createCachedDynamicResultSetStub()
 164                 int rmtRowNum = statRmtSet.getRow() ;  in _connectToCache()
 167                 int resRowNum = statResSet.getRow() ;  in _connectToCache()
 
 | 
| H A D | _XCachedContentResultSetFactory.java | 90                 int stubRowNum = resSetStub.getRow() ;  in _createCachedContentResultSet()93                 int setRowNum = resSet.getRow() ;  in _createCachedContentResultSet()
 
 | 
| H A D | _XCachedContentResultSetStubFactory.java | 88                 int stubRowNum = resSetStub.getRow() ;  in _createCachedContentResultSetStub()91                 int setRowNum = resSet.getRow() ;  in _createCachedContentResultSetStub()
 
 | 
| H A D | _XCachedDynamicResultSetFactory.java | 94                 int stubRowNum = resSetStubS.getRow() ;  in _createCachedDynamicResultSet()97                 int setRowNum = resSetS.getRow() ;  in _createCachedDynamicResultSet()
 
 | 
| /aoo4110/main/svtools/source/table/ | 
| H A D | tablegeometry.hxx | 87         RowPos              getRow() const  { return m_nRowPos; }  in getRow()  function in svt::table::TableRowGeometry157         inline  RowPos      getRow() const      { return m_aRow.getRow(); }  in getRow()  function in svt::table::TableCellGeometry
 
 | 
| /aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ | 
| H A D | PocketExcelDecoder.java | 184 			maxRows = Math.max(maxRows, cell.getRow());  in setWorksheet()244 			row = cell.getRow();  in getRowNumber()
 305 				System.err.println("Setting contents of cell(" + cell.getRow()   in getCellContents()
 362 				System.err.println("Setting value of cell(" + cell.getRow()   in getCellValue()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/ifc/sdbcx/ | 
| H A D | _XDeleteRows.java | 70             rowsBefore = xResultSet.getRow();  in _deleteRows()75             rowsAfter = xResultSet.getRow();  in _deleteRows()
 
 | 
| /aoo4110/main/qadevOOo/tests/java/mod/_dbaccess/ | 
| H A D | ORowSet.java | 439                             int prevPos = resultSet.getRow();  in createTestEnvironment()441                             int count = resultSet.getRow();  in createTestEnvironment()
 462                             return resultSet.getRow();  in createTestEnvironment()
 
 | 
| /aoo4110/main/svx/source/fmcomp/ | 
| H A D | gridctrl.cxx | 129                 sal_Int32 nSeekPos = pSeek->getRow() - 1;  in rowsChanged()1624 				    m_nSeekPos = m_pSeekCursor->getRow() - 1;  in setDataSource()
 2402 				m_nSeekPos = m_pSeekCursor->getRow() - 1;  in AlignSeekCursor()
 2465 			    nSteps = nRow - (m_pSeekCursor->getRow() - 1);  in SeekCursor()
 2518 				m_nSeekPos = m_pSeekCursor->getRow() - 1;  in SeekCursor()
 2551 				m_nSeekPos = m_pSeekCursor->getRow() - 1;  in MoveToLast()
 2603 				m_nSeekPos = m_pSeekCursor->getRow() - 1;  in MoveToNext()
 2639                 m_nSeekPos = m_pSeekCursor->getRow() - 1;  in MoveToPosition()
 2666 				m_nSeekPos = m_pSeekCursor->getRow() - 1;  in AppendNew()
 3399 				m_nSeekPos = m_pSeekCursor->getRow() - 1;  in SaveRow()
 
 | 
| /aoo4110/test/testuno/source/fvt/uno/sc/cell/ | 
| H A D | CellFontSize.java | 136 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellFontSize()153 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellFontSize()
 
 | 
| H A D | CellColor.java | 142 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellColor()159 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellColor()
 
 | 
| H A D | CellProtected.java | 147 			cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow());  in testCellProtected()164 			cells[i] = sheet.getCellByPosition(cInfo.getCol() + i, cInfo.getRow());  in testCellProtected()
 
 | 
| H A D | CellAlignment.java | 152 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellAlignment()169 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellAlignment()
 
 | 
| H A D | CellBorder.java | 187 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellBorder()206 			cells[i] = sheet.getCellByPosition(cInfo.getCol(), cInfo.getRow() + i);  in testCellBorder()
 
 | 
| /aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ | 
| H A D | ResultSet.java | 113     int getRow() throws SQLException  in getRow()  method in ResultSet115         return m_resultSet.getRow();  in getRow()
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | RowSet.java | 141     public int getRow() throws SQLException  in getRow()  method in RowSet143         return m_rowSet.getRow();  in getRow()
 
 | 
| /aoo4110/main/connectivity/qa/connectivity/tools/ | 
| H A D | RowSet.java | 142     public int getRow() throws SQLException  in getRow()  method in RowSet144         return m_rowSet.getRow();  in getRow()
 
 |