Home
last modified time | relevance | path

Searched refs:getMappedPosition (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/connectivity/source/inc/
H A DTSkipDeletedSet.hxx79 sal_Int32 getMappedPosition(sal_Int32 _nBookmark) const;
/aoo42x/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx242 sal_Int32 OSkipDeletedSet::getMappedPosition(sal_Int32 _nPos) const in getMappedPosition() function in OSkipDeletedSet
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx326 return m_aSkipDeletedSet.getMappedPosition((m_aRow->get())[0]->getValue()); in getRow()
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx530 return m_pSkipDeletedSet ? m_pSkipDeletedSet->getMappedPosition(getDriverPos()) : getDriverPos(); in getRow()

Completed in 20 milliseconds