Searched refs:IsLeaf (Results 1 – 4 of 4) sorted by relevance
159 if (!IsLeaf()) in Find()200 if (IsLeaf() && this == &rIndex.m_aCurLeaf) in Insert()250 if (!IsLeaf() || nRowsLeft < (sal_uInt32)(rIndex.GetMaxNodes() / 2)) in Insert()265 if (!IsLeaf()) in Insert()271 if (IsLeaf()) in Insert()288 if (IsLeaf()) in Insert()295 if (IsLeaf()) in Insert()380 if (IsLeaf()) in Delete()473 if (IsLeaf()) in Split()524 if (IsLeaf()) in Merge()[all …]
76 while (pPage && !pPage->IsLeaf()) in Find()109 if (pPage->IsLeaf()) in GetFirstKey()121 if (!pPage->IsLeaf()) in GetFirstKey()160 while (pPage && !pPage->IsLeaf()) in GetCompare()223 while (pPage && !pPage->IsLeaf()) in GetLike()243 while (pPage && !pPage->IsLeaf()) in GetNull()303 while (pPage && !pPage->IsLeaf()) in GetNextKey()
308 if (!rIndex.isUnique() || rPage.IsLeaf()) in Write()527 if (!IsLeaf()) in PrintPage()544 if (!IsLeaf()) in PrintPage()
153 sal_Bool IsLeaf() const;199 inline sal_Bool ONDXPage::IsLeaf() const {return !aChild.HasPage();} in IsLeaf() function in connectivity::dbase::ONDXPage