| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | MacabResultSet.cxx | 60 m_nRowPos(-1), in MacabResultSet() 219 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getString() 222 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getString() 278 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getInt() 281 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getInt() 307 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getLong() 310 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getLong() 336 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getFloat() 339 macabfield *aField = m_aMacabRecords->getField(m_nRowPos,nFieldNumber); in getFloat() 365 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getDouble() [all …]
|
| H A D | MacabResultSet.hxx | 68 …sal_Int32 m_nRowPos; // the current row within the resu… member in connectivity::macab::MacabResultSet
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FResultSet.cxx | 108 ,m_nRowPos(-1) in DBG_NAME() 416 return m_nRowPos == sal_Int32(m_pFileSet->get().size()); in isAfterLast() 426 return m_nRowPos == 0; in isFirst() 436 return m_nRowPos == sal_Int32(m_pFileSet->get().size() - 1); in isLast() 559 return m_nRowPos == -1; in isBeforeFirst() 573 bRet = m_pTable->seekRow(IResultSetHelper::BOOKMARK,(*m_aEvaluateIter),m_nRowPos); in evaluate() 577 bRet = m_pTable->seekRow(IResultSetHelper::NEXT,1,m_nRowPos); in evaluate() 1047 sal_Int32 nTempPos = m_nRowPos; in Move() 1060 *(*m_aRow->get().begin()) = sal_Int32(m_nRowPos + 1); in Move() 1067 ++m_nRowPos; in Move() [all …]
|
| H A D | fcode.cxx | 94 , m_nRowPos(_nPos) in OOperandRow() 102 …OSL_ENSURE(m_pRow.isValid() && m_nRowPos < m_pRow->get().size(),"Invalid RowPos is >= vector.size(… in bindValue() 103 (m_pRow->get())[m_nRowPos]->setBound(sal_True); in bindValue() 109 …OSL_ENSURE(m_pRow.isValid() && m_nRowPos < m_pRow->get().size(),"Invalid RowPos is >= vector.size(… in setValue() 110 (*(m_pRow->get())[m_nRowPos]) = _rVal; in setValue() 116 …OSL_ENSURE(m_pRow.isValid() && m_nRowPos < m_pRow->get().size(),"Invalid RowPos is >= vector.size(… in getValue() 117 return (m_pRow->get())[m_nRowPos]->getValue(); in getValue()
|
| /trunk/main/connectivity/source/drivers/flat/ |
| H A D | ETable.cxx | 413 ,m_nRowPos(0) in OFlatTable() 739 m_nRowPos = 0; in refreshHeader() 753 m_nRowPos = 0; in seekRow() 757 ++m_nRowPos; in seekRow() 758 …al_Int32,TRowPositionsInFile::iterator>::const_iterator aFind = m_aRowPosToFilePos.find(m_nRowPos); in seekRow() 767 if ( m_nRowPos == 1 ) in seekRow() 772 m_nMaxRowCount = m_nRowPos -1; in seekRow() 777 …sToFilePos.insert(::std::map<sal_Int32,TRowPositionsInFile::iterator>::value_type(m_nRowPos,aPos)); in seekRow() 783 --m_nRowPos; in seekRow() 784 if(m_nRowPos > 0) in seekRow() [all …]
|
| /trunk/main/svtools/source/table/ |
| H A D | tablegeometry.cxx | 44 ,m_nRowPos( _nRow ) in TableRowGeometry() 47 if ( m_nRowPos == ROW_COL_HEADERS ) in TableRowGeometry() 61 if ( ( m_nRowPos >= m_rControl.m_nTopRow ) && impl_isValidRow( m_nRowPos ) ) in impl_initRect() 63 …m_aRect.Top() = m_rControl.m_nColHeaderHeightPixel + ( m_nRowPos - m_rControl.m_nTopRow ) * m_rCon… in impl_initRect() 79 if ( m_nRowPos == ROW_COL_HEADERS ) in moveDown() 81 m_nRowPos = m_rControl.m_nTopRow; in moveDown() 86 if ( impl_isValidRow( ++m_nRowPos ) ) in moveDown()
|
| H A D | tablegeometry.hxx | 74 RowPos m_nRowPos; member in svt::table::TableRowGeometry 87 RowPos getRow() const { return m_nRowPos; } in getRow()
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AResultSet.cxx | 89 ,m_nRowPos(0) in OResultSet() 279 return (aPos > 0) ? aPos : m_nRowPos; in getRow() 380 return m_nRowPos == 1; in isFirst() 433 m_nRowPos = 1; in first() 450 m_pRecordSet->get_RecordCount(&m_nRowPos); in last() 482 m_nRowPos = row; in absolute() 503 m_nRowPos += row; in relative() 517 --m_nRowPos; in previous() 541 --m_nRowPos; in rowDeleted() 554 ++m_nRowPos; in rowInserted() [all …]
|
| H A D | ADatabaseMetaDataResultSet.cxx | 406 return m_nRowPos == 1; in isFirst() 468 m_nRowPos = 1; in first() 494 m_nRowPos = row; in absolute() 513 m_nRowPos += row; in relative() 528 --m_nRowPos; in previous()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OResultSet.cxx | 98 ,m_nRowPos(0) in OResultSet() 659 return m_nRowPos == 0; in isBeforeFirst() 667 return m_nRowPos != 0 && m_nCurrentFetchState == SQL_NO_DATA; in isAfterLast() 675 return m_nRowPos == 1; in isFirst() 895 if ( -1 == m_nRowPos ) in insertRow() 899 if ( nRowPos == m_nRowPos ) in insertRow() 901 m_nRowPos = nRowPos; in insertRow() 1148 …::std::compose1(::std::bind2nd(::std::equal_to<sal_Int32>(),m_nRowPos),::std::select2nd<TBookmarkP… in getBookmark() 1163 m_aPosToBookmarks[m_aBookmark] = m_nRowPos; in getBookmark() 1191 m_nRowPos = aFind->second; in moveToBookmark() [all …]
|
| H A D | ODatabaseMetaDataResultSet.cxx | 71 ,m_nRowPos(-1) in ODatabaseMetaDataResultSet() 492 return m_nRowPos == 1; in isFirst() 553 m_nRowPos = 1; in first() 581 m_nRowPos = row; in absolute() 596 m_nRowPos += row; in relative() 611 --m_nRowPos; in previous() 658 return m_nRowPos == 0; in isBeforeFirst()
|
| /trunk/main/accessibility/source/extended/ |
| H A D | accessiblebrowseboxcell.cxx | 49 ,m_nRowPos( _nRowPos ) in DBG_NAME() 70 mpBrowseBox->GoToCell( m_nRowPos, m_nColPos ); in grabFocus() 75 return mpBrowseBox->GetFieldRectPixelAbs( m_nRowPos, m_nColPos, sal_False, sal_False ); in implGetBoundingBox() 81 return mpBrowseBox->GetFieldRectPixelAbs( m_nRowPos, m_nColPos, sal_False ); in implGetBoundingBoxOnScreen()
|
| H A D | accessibleeditbrowseboxcell.cxx | 218 ,m_nRowPos( _nRowPos ) in DBG_NAME() 239 …BoxTableCell( m_xParent, xMe, xInnerContext, *m_pBrowseBox, m_xFocusWindow, m_nRowPos, m_nColPos ); in getAccessibleContext()
|
| H A D | AccessibleGridControlTableCell.cxx | 69 ,m_nRowPos( _nRowPos ) in AccessibleGridControlCell() 94 m_aTable.GoToCell( m_nColPos, m_nRowPos ); in grabFocus()
|
| /trunk/main/connectivity/source/drivers/adabas/ |
| H A D | BResultSet.cxx | 58 ++m_nRowPos; in next() 86 m_nRowPos = 1; in first() 134 m_nRowPos = row; in absolute() 157 m_nRowPos += row; in relative() 180 --m_nRowPos; in previous()
|
| /trunk/main/accessibility/inc/accessibility/extended/ |
| H A D | accessiblebrowseboxcell.hxx | 43 sal_Int32 m_nRowPos; // the row number of the table cell member in accessibility::AccessibleBrowseBoxCell 48 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos()
|
| H A D | AccessibleGridControlTableCell.hxx | 36 sal_Int32 m_nRowPos; // the row number of the table cell member in accessibility::AccessibleGridControlCell 41 inline sal_Int32 getRowPos( ) const { return m_nRowPos; } in getRowPos()
|
| H A D | accessibleeditbrowseboxcell.hxx | 122 sal_Int32 m_nRowPos; member in accessibility::EditBrowseBoxTableCellAccess
|
| /trunk/main/connectivity/source/inc/file/ |
| H A D | fcode.hxx | 95 sal_uInt16 m_nRowPos; member in connectivity::file::OOperandRow 101 sal_uInt16 getRowPos() const {return m_nRowPos;} in getRowPos()
|
| /trunk/main/connectivity/source/inc/flat/ |
| H A D | ETable.hxx | 58 sal_Int32 m_nRowPos; member in connectivity::flat::OFlatTable
|
| /trunk/main/connectivity/source/inc/dbase/ |
| H A D | DDatabaseMetaDataResultSet.hxx | 77 sal_Int32 m_nRowPos; member in connectivity::file::ODatabaseMetaDataResultSet
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ADatabaseMetaDataResultSet.hxx | 81 sal_Int32 m_nRowPos; member in connectivity::ado::ODatabaseMetaDataResultSet
|
| H A D | AResultSet.hxx | 80 sal_Int32 m_nRowPos; member in connectivity::ado::OResultSet
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | ODatabaseMetaDataResultSet.hxx | 81 sal_Int32 m_nRowPos; member in connectivity::odbc::ODatabaseMetaDataResultSet
|
| /trunk/main/connectivity/workben/skeleton/ |
| H A D | SResultSet.hxx | 83 sal_Int32 m_nRowPos; member in connectivity::skeleton::OResultSet
|