Home
last modified time | relevance | path

Searched refs:_eCursorPosition (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx47 sal_Bool OSkipDeletedSet::skipDeleted(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffs… in skipDeleted() argument
50 …OSL_ENSURE(_eCursorPosition != IResultSetHelper::BOOKMARK,"OSkipDeletedSet::SkipDeleted can't be c… in skipDeleted()
52 IResultSetHelper::Movement eDelPosition = _eCursorPosition; in skipDeleted()
55 switch (_eCursorPosition) in skipDeleted()
77 if (_eCursorPosition == IResultSetHelper::LAST) in skipDeleted()
119 else if (_eCursorPosition != IResultSetHelper::RELATIVE) in skipDeleted()
121 bDataFound = m_pHelper->move(_eCursorPosition, _nOffset, _bRetrieveData); in skipDeleted()
141 if (_eCursorPosition != IResultSetHelper::RELATIVE) in skipDeleted()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1577 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move() argument
1581 switch(_eCursorPosition) in move()
1619 if ( !m_bUseFetchScroll && _eCursorPosition == IResultSetHelper::NEXT ) in move()
1630 switch(_eCursorPosition) in move()
1667 else if ( IResultSetHelper::PRIOR == _eCursorPosition && m_nCurrentFetchState == SQL_NO_DATA ) in move()
1669 …else if(IResultSetHelper::NEXT == _eCursorPosition && m_nCurrentFetchState == SQL_NO_DATA && nOldF… in move()
1694 sal_Bool OResultSet::moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_… in moveImpl() argument
1699 ? m_pSkipDeletedSet->skipDeleted(_eCursorPosition,_nOffset,_bRetrieveData) in moveImpl()
1700 : move(_eCursorPosition,_nOffset,_bRetrieveData); in moveImpl()
/aoo4110/main/connectivity/source/inc/
H A DTResultSetHelper.hxx46 virtual sal_Bool move(Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData) = 0;
H A DTSkipDeletedSet.hxx67 …sal_Bool skipDeleted(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bR…
/aoo4110/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx169 …sal_Bool moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetr…
311 …virtual sal_Bool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _b…
/aoo4110/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1865 sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool… in move() argument
1868 return Move(_eCursorPosition,_nOffset,_bRetrieveData); in move()
/aoo4110/main/connectivity/source/inc/file/
H A DFResultSet.hxx332 …virtual sal_Bool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _b…

Completed in 56 milliseconds