Searched refs:saveObjectAt (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/store/source/ |
H A D | storpage.cxx | 115 eErrCode = base::saveObjectAt (m_aRoot, rnPageSize); in initialize() 481 return saveObjectAt (rPage, e.m_aLink.location()); in save_dirpage_Impl() 493 return saveObjectAt (aNode, aNode.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() 680 return saveObjectAt (aSrcNode, aSrcNode.location()); in symlink() 754 eErrCode = saveObjectAt (aDstNode, aDstNode.location()); in rename() 775 eErrCode = base::saveObjectAt (aPage, e.m_aLink.location()); in rename() 998 eErrCode = base::saveObjectAt (aDstPage, aDstPage.location()); in rebuild()
|
H A D | stordata.cxx | 334 return rBIOS.saveObjectAt (*this, location()); in write() 339 return rBIOS.saveObjectAt (rData, nAddr); in write() 369 eErrCode = rBIOS.saveObjectAt (*this, location()); in write() 405 eErrCode = rBIOS.saveObjectAt (*this, location()); in write() 452 eErrCode = rBIOS.saveObjectAt (*this, location()); in truncate() 506 eErrCode = rBIOS.saveObjectAt (*this, location()); in truncate() 561 eErrCode = rBIOS.saveObjectAt (*this, location()); in truncate() 852 eErrCode = rBIOS.saveObjectAt (rData, nAddr); in write()
|
H A D | stortree.cxx | 221 eErrCode = rBIOS.saveObjectAt (aNodeL, aNodeL.location()); in split() 230 return rBIOS.saveObjectAt (*this, location()); in split() 322 eErrCode = rBIOS.saveObjectAt (*this, location()); in remove() 406 eErrCode = rBIOS.saveObjectAt (*this, nRootAddr); in change()
|
H A D | storlckb.cxx | 351 return m_xManager->saveObjectAt (aPage, aPage.location()); in writeAt() 431 return m_xManager->saveObjectAt (aPage, aPage.location()); in setSize()
|
H A D | storbios.hxx | 121 storeError saveObjectAt (
|
H A D | storbios.cxx | 939 storeError OStorePageBIOS::saveObjectAt (OStorePageObject & rPage, sal_uInt32 nAddr) in saveObjectAt() function in OStorePageBIOS
|
Completed in 30 milliseconds