Home
last modified time | relevance | path

Searched refs:IsLeaf (Results 1 – 4 of 4) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx159 if (!IsLeaf()) in Find()
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()
737 if (!rIndex.isUnique() || rPage.IsLeaf()) in Write()
948 if (!IsLeaf()) in PrintPage()
[all …]
H A DDIndexIter.cxx76 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()
H A DDNoException.cxx308 if (!rIndex.isUnique() || rPage.IsLeaf()) in Write()
527 if (!IsLeaf()) in PrintPage()
544 if (!IsLeaf()) in PrintPage()
/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx153 sal_Bool IsLeaf() const;
199 inline sal_Bool ONDXPage::IsLeaf() const {return !aChild.HasPage();} in IsLeaf() function in connectivity::dbase::ONDXPage

Completed in 30 milliseconds