Searched refs:m_aRoot (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/store/source/ |
H A D | storpage.cxx | 100 return base::loadObjectAt (m_aRoot, rnPageSize); in initialize() 104 eErrCode = m_aRoot.loadOrCreate (rnPageSize, *this); in initialize() 108 PageHolderObject< page > xRoot (m_aRoot.get()); in initialize() 115 eErrCode = base::saveObjectAt (m_aRoot, rnPageSize); in initialize() 132 storeError eErrCode = m_aRoot.find_lookup (rNode, rIndex, rKey, *this); in find_lookup() 230 OStoreBTreeNodeObject aNode (m_aRoot.get()); in remove_Impl() 419 storeError eErrCode = m_aRoot.find_lookup (aNode, i, rKey, *this); in iterate() 469 storeError eErrCode = m_aRoot.find_insert (aNode, i, rKey, *this); in save_dirpage_Impl() 601 eErrCode = m_aRoot.find_insert (aSrcNode, i, rSrcKey, *this); in link() 644 eErrCode = m_aRoot.find_insert (aSrcNode, i, aSrcKey, *this); in symlink() [all …]
|
H A D | storpage.hxx | 168 OStoreBTreeRootObject m_aRoot; member in store::OStorePageManager
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DIndexIter.cxx | 66 m_aRoot = m_pIndex->getRoot(); in Find() 75 ONDXPage* pPage = m_aRoot; in Find() 154 ONDXPage* pPage = m_aRoot; in GetCompare() 181 pKey = GetFirstKey(m_aRoot,*m_pOperand); in GetCompare() 184 pKey = GetFirstKey(m_aRoot,*m_pOperand); in GetCompare() 221 ONDXPage* pPage = m_aRoot; in GetLike() 242 ONDXPage* pPage = m_aRoot; in GetNull()
|
H A D | DIndex.cxx | 138 if (!m_aRoot.Is()) in getRoot() 142 m_aRoot = CreatePage(m_nRootPage,NULL,sal_True); in getRoot() 144 return m_aRoot; in getRoot() 276 m_aRoot->PrintPage(); in Delete() 300 if (m_aRoot.Is()) in Release() 302 m_aRoot->Release(bSave); in Release() 303 m_aRoot.Clear(); in Release() 607 m_aCurLeaf = m_aRoot = CreatePage(m_nRootPage); in CreateImpl() 608 m_aRoot->SetModified(sal_True); in CreateImpl()
|
H A D | dindexnode.cxx | 237 rIndex.m_aRoot = aNewRoot; in Insert() 569 rIndex.m_aRoot = this; in Merge() 652 rIndex.m_aRoot = this; in Merge()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 294 XLIB_Window m_aRoot; member 310 m_aRoot( None ), in ScreenData() 497 { return getDataForScreen( nScreen ).m_aRoot; } in GetRootWindow()
|
/aoo42x/main/connectivity/source/inc/dbase/ |
H A D | DIndexIter.hxx | 44 ONDXPagePtr m_aRoot, member in connectivity::dbase::OIndexIterator
|
H A D | DIndex.hxx | 80 ONDXPagePtr m_aRoot, // Wurzel des b+ Baums member in connectivity::dbase::ODbaseIndex
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | randrwrapper.cxx | 329 pConfig = pWrapper->XRRGetScreenInfo( GetDisplay(), m_aScreens[i].m_aRoot ); in processRandREvent()
|
H A D | saldisp.cxx | 688 rSD.m_aRoot = RootWindow( pDisp_, nScreen ); in initScreen() 693 InitRandR( rSD.m_aRoot ); in initScreen() 701 rSD.m_aRoot, in initScreen()
|
Completed in 57 milliseconds