Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx67 m_aCurLeaf = NULL; in Find()
79 m_aCurLeaf = pPage; in Find()
138 m_aCurLeaf = pPage; in GetFirstKey()
163 m_aCurLeaf = pPage; in GetCompare()
226 m_aCurLeaf = pPage; in GetLike()
246 m_aCurLeaf = pPage; in GetNull()
254 m_aCurLeaf = NULL; 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()
306 m_aCurLeaf = pPage; in GetNextKey()
[all …]
H A DDIndex.cxx237 if (!m_aCurLeaf.Is()) in Insert()
240 sal_Bool bResult = m_aCurLeaf->Insert(aNewNode); in Insert()
273 if (!m_aCurLeaf.Is()) in Delete()
279 return m_aCurLeaf->Delete(m_nCurNode); in Delete()
293 if (m_aCurLeaf.Is()) in Release()
295 m_aCurLeaf->Release(bSave); in Release()
296 m_aCurLeaf.Clear(); in Release()
607 m_aCurLeaf = m_aRoot = CreatePage(m_nRootPage); in CreateImpl()
639 if (aKey == (*m_aCurLeaf)[m_nCurNode].GetKey()) in CreateImpl()
648 if (!m_aCurLeaf->Insert(aNewNode, --nRowsLeft)) in CreateImpl()
H A Ddindexnode.cxx167 rIndex.m_aCurLeaf = this; in Find()
174 rIndex.m_aCurLeaf = this; in Find()
200 if (IsLeaf() && this == &rIndex.m_aCurLeaf) in Insert()
273 rIndex.m_aCurLeaf = aNewPage; in Insert()
274 rIndex.m_nCurNode = rIndex.m_aCurLeaf->Count() - 1; in Insert()
/aoo41x/main/connectivity/source/inc/dbase/
H A DDIndexIter.hxx45 m_aCurLeaf; member in connectivity::dbase::OIndexIterator
H A DDIndex.hxx81 m_aCurLeaf; // aktuelles Blatt member in connectivity::dbase::ODbaseIndex

Completed in 21 milliseconds