Searched refs:nBookmark (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/connectivity/source/commontools/ |
H A D | TSkipDeletedSet.cxx | 80 sal_Int32 nBookmark = 0; in skipDeleted() local 92 nBookmark = (*m_aBookmarksPositions.rbegin())/*->first*/; in skipDeleted() 94 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted() 112 nBookmark = (*m_aBookmarksPositions.rbegin())/*->first*/; in skipDeleted() 113 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK, nBookmark, _bRetrieveData); in skipDeleted() 218 const sal_Int32 nBookmark = m_aBookmarksPositions[nNewPos-1]/*->first*/; in moveAbsolute() local 219 bDataFound = m_pHelper->move(IResultSetHelper::BOOKMARK,nBookmark, _bRetrieveData); in moveAbsolute()
|
/aoo41x/main/sw/qa/complex/writer/ |
H A D | CheckBookmarks.java | 163 for(int nBookmark=0; nBookmark<100; ++nBookmark){ in setupBookmarks() 166 "P" + nPara + "word" + nBookmark, in setupBookmarks() local 167 "P" + nPara + "word" + nBookmark); in setupBookmarks() local
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | KeySet.cxx | 701 const sal_Int32 nBookmark = ::comphelper::getINT32((_rInsertRow->get())[0].getAny()); in executeUpdate() local 702 m_aKeyIter = m_aKeyMap.find(nBookmark); in executeUpdate() 705 copyRowValue(_rInsertRow,m_aKeyIter->second.first,nBookmark); in executeUpdate() 1091 sal_Int32 nBookmark = ::comphelper::getINT32((_rDeleteRow->get())[0].getAny()); in deleteRow() local 1092 if(m_aKeyIter == m_aKeyMap.find(nBookmark) && m_aKeyIter != m_aKeyMap.end()) in deleteRow() 1094 m_aKeyMap.erase(nBookmark); in deleteRow()
|
H A D | OptimisticSet.cxx | 443 sal_Int32 nBookmark = ::comphelper::getINT32((_rDeleteRow->get())[0].getAny()); in executeDelete() local 444 if(m_aKeyIter == m_aKeyMap.find(nBookmark) && m_aKeyIter != m_aKeyMap.end()) in executeDelete() 446 m_aKeyMap.erase(nBookmark); in executeDelete()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 1351 const sal_Int32 nBookmark = (*m_aRow->get().begin())->getValue(); in sortRows() local 1352 ExecuteRow( IResultSetHelper::BOOKMARK, nBookmark, sal_True, sal_False ); in sortRows()
|
Completed in 69 milliseconds