Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx58 return moveAbsolute(_nOffset,_bRetrieveData); in skipDeleted()
84 bDataFound = m_pHelper->move(IResultSetHelper::FIRST, 0, _bRetrieveData); in skipDeleted()
94 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted()
113 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted()
121 bDataFound = m_pHelper->move(_eCursorPosition, _nOffset, _bRetrieveData); in skipDeleted()
126 bDataFound = m_pHelper->move(eDelPosition, 1, _bRetrieveData); in skipDeleted()
140 bDataFound = m_pHelper->move(eDelPosition, 1, _bRetrieveData); in skipDeleted()
172 sal_Bool OSkipDeletedSet::moveAbsolute(sal_Int32 _nPos,sal_Bool _bRetrieveData) in moveAbsolute() argument
186 bDataFound = m_pHelper->move(IResultSetHelper::FIRST, 0, _bRetrieveData ); in moveAbsolute()
206 bDataFound = m_pHelper->move(IResultSetHelper::NEXT, 1, _bRetrieveData); in moveAbsolute()
[all …]
/aoo41x/main/connectivity/source/inc/
H A DTSkipDeletedSet.hxx43 sal_Bool moveAbsolute(sal_Int32 _nOffset,sal_Bool _bRetrieveData);
67 …pDeleted(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData);
H A DTResultSetHelper.hxx46 virtual sal_Bool move(Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData) = 0;
/aoo41x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx169 …moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData);
311 …ool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData);
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1694 …:moveImpl(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData) in moveImpl() argument
1699 ? m_pSkipDeletedSet->skipDeleted(_eCursorPosition,_nOffset,_bRetrieveData) in moveImpl()
1700 : move(_eCursorPosition,_nOffset,_bRetrieveData); in moveImpl()
/aoo41x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1865 …Set::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData) in move() argument
1868 return Move(_eCursorPosition,_nOffset,_bRetrieveData); in move()
/aoo41x/main/connectivity/source/inc/file/
H A DFResultSet.hxx332 …ool move(IResultSetHelper::Movement _eCursorPosition, sal_Int32 _nOffset, sal_Bool _bRetrieveData);

Completed in 451 milliseconds