Home
last modified time | relevance | path

Searched refs:m_pTreeModel (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx231 ,m_pTreeModel(NULL) in SbaTableQueryBrowser()
332 ::std::auto_ptr<SvLBoxTreeList> aTemp(m_pTreeModel); in disposing()
333 m_pTreeModel = NULL; in disposing()
403 m_pTreeModel = new SvLBoxTreeList; in Construct()
404 m_pTreeModel->SetSortMode(SortAscending); in Construct()
405 m_pTreeModel->SetCompareHdl(LINK(this, SbaTableQueryBrowser, OnTreeEntryCompare)); in Construct()
406 m_pTreeView->setModel(m_pTreeModel); in Construct()
2572 pCurrentEntry = m_pTreeModel->GetParent(pCurrentEntry); in implGetConnectionEntry()
2594 …OSL_ENSURE(m_pTreeModel->HasParent(_pEntry), "SbaTableQueryBrowser::implSelect: invalid entry (1)!… in implSelect()
2595 …OSL_ENSURE(m_pTreeModel->HasParent(m_pTreeModel->GetParent(_pEntry)), "SbaTableQueryBrowser::implS… in implSelect()
[all …]
H A DdsEntriesNoExp.cxx138 m_pTreeModel->InvalidateEntry(_pEntry); in select()
151 _pEntry = m_pTreeModel->GetParent(_pEntry); in selectPath()
226 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in notifyHiContrastChanged()
232 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in notifyHiContrastChanged()
279 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in notifyHiContrastChanged()
H A DdsbrowserDnD.cxx260 if (m_pTreeModel) in clearTreeModel()
263 SvLBoxEntry* pEntryLoop = m_pTreeModel->First(); in clearTreeModel()
283 pEntryLoop = m_pTreeModel->Next(pEntryLoop); in clearTreeModel()
/trunk/main/dbaccess/source/ui/inc/
H A Dunodatbr.hxx160 SvLBoxTreeList* m_pTreeModel; // contains the datasources of the registry member in dbaui::SbaTableQueryBrowser