Home
last modified time | relevance | path

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

/aoo4110/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx80 m_nCurNode = NODE_NOTFOUND; in Find()
139 m_nCurNode = pFoundKey ? i : i - 1; in GetFirstKey()
164 m_nCurNode = NODE_NOTFOUND; in GetCompare()
227 m_nCurNode = NODE_NOTFOUND; in GetLike()
247 m_nCurNode = NODE_NOTFOUND; in GetNull()
271 pKey = m_aCurLeaf.Is() ? &(*m_aCurLeaf)[m_nCurNode].GetKey() : NULL; in GetNotNull()
283 if (m_aCurLeaf.Is() && ((++m_nCurNode) >= m_aCurLeaf->Count())) in GetNextKey()
307 m_nCurNode = 0; in GetNextKey()
309 return m_aCurLeaf.Is() ? &(*m_aCurLeaf)[m_nCurNode].GetKey() : NULL; in GetNextKey()
H A DDIndex.cxx68 ,m_nCurNode(NODE_NOTFOUND) in ODbaseIndex()
82 ,m_nCurNode(NODE_NOTFOUND) in ODbaseIndex()
279 return m_aCurLeaf->Delete(m_nCurNode); in Delete()
320 m_nCurNode = NODE_NOTFOUND; in Release()
636 if (m_IsUnique && m_nCurNode != NODE_NOTFOUND) in CreateImpl()
639 if (aKey == (*m_aCurLeaf)[m_nCurNode].GetKey()) in CreateImpl()
H A Ddindexnode.cxx168 rIndex.m_nCurNode = i - 1; in Find()
175 rIndex.m_nCurNode = bResult ? i : i - 1; in Find()
205 bResult = Insert(rIndex.m_nCurNode + 1, rNode); in Insert()
274 rIndex.m_nCurNode = rIndex.m_aCurLeaf->Count() - 1; in Insert()
289 rIndex.m_nCurNode = nCount - 1; in Insert()
296 rIndex.m_nCurNode = nNodePos; in Insert()
/aoo4110/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx46 sal_uInt16 m_nCurNode; member in connectivity::dbase::OIndexIterator
68 ,m_nCurNode(NODE_NOTFOUND) in OIndexIterator()
H A DDIndex.hxx82 sal_uInt16 m_nCurNode; // Position des aktuellen Knoten member in connectivity::dbase::ODbaseIndex

Completed in 38 milliseconds