Home
last modified time | relevance | path

Searched refs:nBookmark (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/commontools/
H A DTSkipDeletedSet.cxx80 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()
/trunk/main/sw/qa/complex/writer/
H A DCheckBookmarks.java163 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
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx701 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 DOptimisticSet.cxx443 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()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx1351 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 85 milliseconds