/aoo41x/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() 278 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getInt() 307 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getLong() 336 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getFloat() 365 if (m_nRowPos != -1 && m_nRowPos != nRecords && m_xMetaData.is()) in getDouble() 578 m_nRowPos = -1; in beforeFirst() 609 m_nRowPos = 0; in first() 644 m_nRowPos = row; in absolute() 886 if (m_nRowPos != -1 && m_nRowPos != nRecords) in getBookmark() [all …]
|
H A D | MacabResultSet.hxx | 68 sal_Int32 m_nRowPos; // the current row within the result set member in connectivity::macab::MacabResultSet
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KResultSet.cxx | 58 m_nRowPos(-1), in KabResultSet() 193 if (m_nRowPos != -1 && m_nRowPos != nAddressees && m_xMetaData.is()) in getString() 336 if (m_nRowPos != -1 && m_nRowPos != nAddressees && m_xMetaData.is()) in getTimestamp() 478 if (m_nRowPos == 0) in isFirst() 502 m_nRowPos = -1; in beforeFirst() 533 m_nRowPos = 0; in first() 555 return m_nRowPos; in getRow() 568 m_nRowPos = row; in absolute() 810 if (m_nRowPos != -1 && m_nRowPos != nAddressees) in getBookmark() 834 m_nRowPos = nRow; in moveToBookmark() [all …]
|
H A D | KResultSet.hxx | 68 sal_Int32 m_nRowPos; // the current row within the result set member in connectivity::kab::KabResultSet
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 108 ,m_nRowPos(-1) in DBG_NAME() 1067 ++m_nRowPos; in Move() 1071 --m_nRowPos; in Move() 1074 m_nRowPos = 0; in Move() 1180 ++m_nRowPos; in Move() 1183 --m_nRowPos; in Move() 1186 m_nRowPos = 0; in Move() 1189 m_nRowPos = 0; in Move() 1217 m_nRowPos = 1; in Move() 1238 m_nRowPos = -1; 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()
|
/aoo41x/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()
|
/aoo41x/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() 783 --m_nRowPos; in seekRow() 784 if(m_nRowPos > 0) in seekRow() 792 m_nRowPos = 0; in seekRow() 843 m_nRowPos = m_nMaxRowCount; in seekRow() 852 m_nRowPos = aLastPos->first; in seekRow() 854 while(m_nRowPos != nOffset) in seekRow() [all …]
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AResultSet.cxx | 89 ,m_nRowPos(0) in OResultSet() 380 return m_nRowPos == 1; in isFirst() 433 m_nRowPos = 1; in first() 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() 597 ++m_nRowPos; in next() 608 ++m_nRowPos; in next() [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()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 98 ,m_nRowPos(0) in OResultSet() 659 return m_nRowPos == 0; in isBeforeFirst() 675 return m_nRowPos == 1; in isFirst() 895 if ( -1 == m_nRowPos ) in insertRow() 901 m_nRowPos = nRowPos; in insertRow() 1193 m_nRowPos = -1; in moveToBookmark() 1633 ++m_nRowPos; in move() 1636 --m_nRowPos; in move() 1639 m_nRowPos = 1; in move() 1668 m_nRowPos = 0; in move() [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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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
|
/aoo41x/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()
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | ETable.hxx | 58 sal_Int32 m_nRowPos; member in connectivity::flat::OFlatTable
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DDatabaseMetaDataResultSet.hxx | 77 sal_Int32 m_nRowPos; member in connectivity::file::ODatabaseMetaDataResultSet
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaDataResultSet.hxx | 81 sal_Int32 m_nRowPos; member in connectivity::ado::ODatabaseMetaDataResultSet
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaDataResultSet.hxx | 81 sal_Int32 m_nRowPos; member in connectivity::odbc::ODatabaseMetaDataResultSet
|