Searched refs:doubleLink (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/store/source/ |
H A D | stordata.hxx | 514 sal_uInt32 doubleLink (sal_uInt16 nIndex) const in doubleLink() function 521 void doubleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in doubleLink() function 785 sal_uInt32 doubleLink (sal_uInt16 nIndex) const in doubleLink() function in store::OStoreDirectoryPageObject 787 return PAGE().m_aDataBlock.doubleLink (nIndex); in doubleLink() 789 void doubleLink (sal_uInt16 nIndex, sal_uInt32 nAddr) in doubleLink() function in store::OStoreDirectoryPageObject 791 PAGE().m_aDataBlock.doubleLink (nIndex, nAddr); in doubleLink()
|
H A D | stordata.cxx | 783 sal_uInt32 const nAddr = doubleLink (aLink.m_nIndex2); in read() 871 eErrCode = aDouble.loadOrCreate (doubleLink (aLink.m_nIndex2), rBIOS); in write() 876 doubleLink (aLink.m_nIndex2, aDouble.location()); in write() 985 doubleLink (aLink.m_nIndex2), aLink.m_nIndex1, aLink.m_nIndex0, rBIOS); in truncate() 993 doubleLink (aLink.m_nIndex2, STORE_PAGE_NULL); in truncate() 1093 eErrCode = store_truncate_Impl (doubleLink (i - 1), 0, 0, rBIOS); in truncate() 1098 doubleLink (i - 1, STORE_PAGE_NULL); in truncate()
|
Completed in 37 milliseconds