Lines Matching refs:location

149     if (e.m_aLink.location() == STORE_PAGE_NULL)  in find_lookup()
189 sal_uInt32 const nAddr = rPage.m_pData[i].m_aLink.location();
248 sal_uInt32 const nAddr = xPage->m_pData[i].m_aLink.location(); in remove_Impl()
454 return loadObjectAt (rPage, e.m_aLink.location()); in load_dirpage_Impl()
478 if (e.m_aLink.location() != STORE_PAGE_NULL) in save_dirpage_Impl()
481 return saveObjectAt (rPage, e.m_aLink.location()); in save_dirpage_Impl()
490 xNode->m_pData[i].m_aLink = rPage.location(); in save_dirpage_Impl()
493 return saveObjectAt (aNode, aNode.location()); in save_dirpage_Impl()
502 OStorePageLink aLink (rPage.location()); in save_dirpage_Impl()
506 return saveObjectAt (aNode, aNode.location()); in save_dirpage_Impl()
554 eErrCode = saveObjectAt (aNode, aNode.location()); in attrib()
608 return saveObjectAt (aSrcNode, aSrcNode.location()); in link()
676 OStorePageLink aSrcLink (aPage.location()); in symlink()
680 return saveObjectAt (aSrcNode, aSrcNode.location()); in symlink()
729 eErrCode = base::loadObjectAt (aPage, e.m_aLink.location()); in rename()
754 eErrCode = saveObjectAt (aDstNode, aDstNode.location()); in rename()
775 eErrCode = base::saveObjectAt (aPage, e.m_aLink.location()); in rename()
817 eErrCode = base::loadObjectAt (aPage, e.m_aLink.location()); in remove()
851 eErrCode = base::free (aPage.location()); in remove()
998 eErrCode = base::saveObjectAt (aDstPage, aDstPage.location()); in rebuild()
1028 eErrCode = xSrcBIOS->loadObjectAt (aSrcPage, e.m_aLink.location()); in rebuild()