Searched refs:getDetailView (Results 1 – 6 of 6) sorted by relevance
253 OApplicationDetailView* OAppBorderWindow::getDetailView() const in getDetailView() function in OAppBorderWindow311 if ( m_pWin && m_pWin->getDetailView() ) in setTaskExternalMnemonics()312 m_pWin->getDetailView()->setTaskExternalMnemonics( _rMnemonics ); in setTaskExternalMnemonics()354 else if ( m_pWin && getDetailView() && getDetailView()->HasChildPathFocus() ) in PreNotify()368 if ( getDetailView() && getDetailView()->interceptKeyInput( *pKeyEvent ) ) in PreNotify()381 pTest = getDetailView(); in getActiveChild()426 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in getQualifiedName()427 return getDetailView()->getQualifiedName( _pEntry ); in getQualifiedName()432 OSL_ENSURE(m_pWin && getDetailView(),"Detail view is NULL! -> GPF"); in isLeaf()433 return getDetailView()->isLeaf(_pEntry); in isLeaf()[all …]
89 OApplicationDetailView* getDetailView() const;158 inline OApplicationDetailView* getDetailView() const { return m_pWin->getDetailView(); } in getDetailView() function in dbaui::OApplicationView
277 if ( getContainer() && getContainer()->getDetailView() ) in refreshTables()292 getContainer()->getDetailView()->clearPages(sal_False); in refreshTables()293 getContainer()->getDetailView()->createTablesPage( ensureConnection() ); in refreshTables()632 getContainer()->getDetailView()->clearPages(sal_False); in askToReconnect()
1712 if ( xConnection.is() && getContainer()->getDetailView() ) in onContainerSelect()1714 getContainer()->getDetailView()->createTablesPage(xConnection); in onContainerSelect()1746 if ( _eType != E_TABLE && getContainer()->getDetailView() ) in onContainerSelect()1750 getContainer()->getDetailView()->createPage(_eType,xContainer); in onContainerSelect()2447 if ( pTransfer && getContainer()->getDetailView() ) in requestDrag()2450 …pTransfer->StartDrag( getContainer()->getDetailView()->getTreeWindow(), ((eType == E_FORM || eType… in requestDrag()
364 …m_rTaskWindow.getDetailView()->getBorderWin().getView()->getAppController().executeChecked( aComma… in onSelected()540 …Reference<XModuleUIConfigurationManagerSupplier> xModuleCfgMgrSupplier(getDetailView()->getBorderW… in fillTaskEntryList()
161 OApplicationDetailView* getDetailView() const { return m_pDetailView; } in getDetailView() function in dbaui::OTasksWindow