Searched refs:m_aKeyMap (Results 1 – 3 of 3) sorted by relevance
307 m_aKeyIter = m_aKeyMap.begin(); in construct()393 OSL_ENSURE(m_aKeyIter != m_aKeyMap.end() && m_aKeyIter != m_aKeyMap.begin(), in getBookmark()522 if(m_aKeyIter == m_aKeyMap.find(nPos) && m_aKeyIter != m_aKeyMap.end()) in deleteRows()524 m_aKeyMap.erase(nPos); in deleteRows()1092 if(m_aKeyIter == m_aKeyMap.find(nBookmark) && m_aKeyIter != m_aKeyMap.end()) in deleteRow()1094 m_aKeyMap.erase(nBookmark); in deleteRow()1227 m_aKeyIter = m_aKeyMap.end(); in afterLast()1242 return m_aKeyIter != m_aKeyMap.end() && m_aKeyIter != m_aKeyMap.begin(); in first()1256 m_aKeyIter = m_aKeyMap.end(); in last_checked()1260 return m_aKeyIter != m_aKeyMap.end() && m_aKeyIter != m_aKeyMap.begin(); in last_checked()[all …]
139 …m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRo… in construct()140 m_aKeyIter = m_aKeyMap.begin(); in construct()444 if(m_aKeyIter == m_aKeyMap.find(nBookmark) && m_aKeyIter != m_aKeyMap.end()) in executeDelete()446 m_aKeyMap.erase(nBookmark); in executeDelete()555 m_aKeyMap.clear(); in reset()556 …m_aKeyMap.insert(OKeySetMatrix::value_type(0,OKeySetValue(NULL,::std::pair<sal_Int32,Reference<XRo… in reset()557 m_aKeyIter = m_aKeyMap.begin(); in reset()
93 OKeySetMatrix m_aKeyMap; member in dbaccess::OKeySet
Completed in 21 milliseconds