Home
last modified time | relevance | path

Searched refs:m_pTreeView (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx107 ,m_pTreeView(NULL) in DBG_NAME()
197 if (m_pTreeView != _pTreeView) in setTreeView()
199 if (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()
324 if( m_pTreeView && m_pTreeView->IsVisible() && !m_pTreeView->HasChildPathFocus()) in GetFocus()
325 m_pTreeView->GrabFocus(); in GetFocus()
335 if(!bGrabFocus && m_pTreeView && m_pTreeView->IsVisible() ) in GetFocus()
336 m_pTreeView->GrabFocus(); in GetFocus()
[all …]
H A Dunodatbr.cxx229 ,m_pTreeView(NULL) in SbaTableQueryBrowser()
406 m_pTreeView->setModel(m_pTreeModel); in Construct()
1191 if ( m_pTreeView ) in getObjectEntry()
1437 if ( xCon.is() && m_pTreeView ) in disposing()
2082 if(m_pTreeView->HasChildPathFocus()) in Execute()
2154 m_pTreeView->getListBox().InsertEntry( in implAddDatasource()
3291 m_pTreeView->getListBox().Expand( m_pTreeView->getListBox().First() ); in impl_initialize()
3331 return m_pTreeView && m_pTreeView->IsVisible(); in haveExplorer()
3342 m_pTreeView->Hide(); in hideExplorer()
3358 m_pTreeView->Show(); in showExplorer()
[all …]
H A DdsEntriesNoExp.cxx82 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 DdsbrowserDnD.cxx79 …::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…
/aoo42x/main/dbaccess/source/ui/inc/
H A Dbrwview.hxx66 DBTreeView* m_pTreeView; member in dbaui::UnoDataBrowserView
H A Dunodatbr.hxx158 DBTreeView* m_pTreeView; member in dbaui::SbaTableQueryBrowser

Completed in 38 milliseconds