Lines Matching refs:rPage

242     page & rPage = (*xImpl);  in remove()  local
246 if (rPage.depth()) in remove()
249 T const aEntryL (rPage.m_pData[nIndexL]); in remove()
274 rPage.remove (nIndexL); in remove()
282 if (nIndexR < rPage.usageCount()) in remove()
286 eErrCode = rBIOS.loadObjectAt (aNodeR, rPage.m_pData[nIndexR].m_aLink.location()); in remove()
300 rPage.m_pData[nIndexL].m_aKey = xPageL->m_pData[0].m_aKey; in remove()
307 if (!(rEntryL.compare (rPage.m_pData[nIndexL]) == T::COMPARE_EQUAL)) in remove()
311 rEntryL = rPage.m_pData[nIndexL]; in remove()
314 rPage.remove (nIndexL); in remove()
436 page const & rPage = (*xPage); in find_lookup() local
437 sal_uInt16 const i = rPage.find(entry); in find_lookup()
438 sal_uInt16 const n = rPage.usageCount(); in find_lookup()
446 sal_uInt32 const nAddr = rPage.m_pData[i].m_aLink.location(); in find_lookup()
460 page const & rPage = (*xPage); in find_lookup() local
461 rIndex = rPage.find(entry); in find_lookup()
462 if (!(rIndex < rPage.usageCount())) in find_lookup()
466 T::CompareResult eResult = entry.compare(rPage.m_pData[rIndex]); in find_lookup()
519 page const & rPage = (*xPage); in find_insert() local
520 sal_uInt16 const i = rPage.find (entry); in find_insert()
521 sal_uInt16 const n = rPage.usageCount(); in find_insert()
529 sal_uInt32 const nAddr = rPage.m_pData[i].m_aLink.location(); in find_insert()
561 page const & rPage = (*xPage); in find_insert() local
562 rIndex = rPage.find(entry); in find_insert()
563 if (rIndex < rPage.usageCount()) in find_insert()
566 T::CompareResult result = entry.compare (rPage.m_pData[rIndex]); in find_insert()