Searched refs:m_pTreeView (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/browser/ |
| H A D | brwview.cxx | 107 ,m_pTreeView(NULL) in DBG_NAME() 197 if (m_pTreeView != _pTreeView) in setTreeView() 199 if (m_pTreeView) in setTreeView() 201 ::std::auto_ptr<Window> aTemp(m_pTreeView); in setTreeView() 202 m_pTreeView = NULL; in setTreeView() 204 m_pTreeView = _pTreeView; in setTreeView() 242 if (m_pTreeView && m_pTreeView->IsVisible() && m_pSplitter) in resizeDocumentView() 273 m_pTreeView->SetPosSizePixel( aTreeViewPos, aTreeViewSize ); in resizeDocumentView() 324 if( m_pTreeView && m_pTreeView->IsVisible() && !m_pTreeView->HasChildPathFocus()) in GetFocus() 325 m_pTreeView->GrabFocus(); in GetFocus() [all …]
|
| H A D | unodatbr.cxx | 229 ,m_pTreeView(NULL) in SbaTableQueryBrowser() 386 m_pTreeView = new DBTreeView(getBrowserView(),getORB(), WB_TABSTOP | WB_BORDER); in Construct() 387 m_pTreeView->SetPreExpandHandler(LINK(this, SbaTableQueryBrowser, OnExpandEntry)); in Construct() 389 m_pTreeView->setCopyHandler(LINK(this, SbaTableQueryBrowser, OnCopyEntry)); in Construct() 391 m_pTreeView->getListBox().setContextMenuProvider( this ); in Construct() 392 m_pTreeView->getListBox().setControlActionListener( this ); in Construct() 393 m_pTreeView->SetHelpId(HID_CTL_TREEVIEW); in Construct() 399 getBrowserView()->setTreeView(m_pTreeView); in Construct() 405 m_pTreeView->setModel(m_pTreeModel); in Construct() 406 m_pTreeView->setSelChangeHdl( LINK( this, SbaTableQueryBrowser, OnSelectionChange ) ); in Construct() [all …]
|
| H A D | dsEntriesNoExp.cxx | 82 return m_pTreeView->getListBox().GetEntryText(_pEntry); in GetEntryText() 91 SvLBoxEntry* pRootEntry = m_pTreeView->getListBox().GetRootLevelParent(_pEntry); in getEntryType() 92 SvLBoxEntry* pEntryParent = m_pTreeView->getListBox().GetParent(_pEntry); in getEntryType() 93 SvLBoxEntry* pTables = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_TABLES); in getEntryType() 94 SvLBoxEntry* pQueries = m_pTreeView->getListBox().GetEntry(pRootEntry, CONTAINER_QUERIES); in getEntryType() 98 if (pTables) sTest = m_pTreeView->getListBox().GetEntryText(pTables); in getEntryType() 99 if (pQueries) sTest = m_pTreeView->getListBox().GetEntryText(pQueries); in getEntryType() 124 pEntryParent = m_pTreeView->getListBox().GetParent(pEntryParent); in getEntryType() 223 if ( m_pTreeView ) in notifyHiContrastChanged()
|
| H A D | dsbrowserDnD.cxx | 79 …::rtl::OUString aDSName = getDataSourceAcessor( m_pTreeView->getListBox().GetRootLevelParent( _pAp… in implCopyObject() 109 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel ); in queryDrop() 131 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rEvt.maPosPixel ); in executeDrop() 193 SvLBoxEntry* pHitEntry = m_pTreeView->getListBox().GetEntry( _rPosPixel ); in requestDrag() 207 pTransfer->StartDrag( &m_pTreeView->getListBox(), DND_ACTION_COPY ); in requestDrag() 214 SvLBoxEntry* pSelected = m_pTreeView->getListBox().FirstSelected(); 248 …SvLBoxEntry* pDataSourceEntry = m_pTreeView->getListBox().GetRootLevelParent(m_aAsyncDrop.pDropped…
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | brwview.hxx | 66 DBTreeView* m_pTreeView; member in dbaui::UnoDataBrowserView
|
| H A D | unodatbr.hxx | 158 DBTreeView* m_pTreeView; member in dbaui::SbaTableQueryBrowser
|