Home
last modified time | relevance | path

Searched refs:isALeafSelected (Results 1 – 8 of 8) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx615 aReturn.bEnabled = getContainer()->isALeafSelected(); in GetState()
746 && getContainer()->isALeafSelected(); in GetState()
794 && getContainer()->isALeafSelected(); in GetState()
805 && ( getContainer()->isALeafSelected() ); in GetState()
812 && ( getContainer()->isALeafSelected() ) in GetState()
838 aReturn.bEnabled = getContainer()->getSelectionCount() > 0 && getContainer()->isALeafSelected(); in GetState()
898 … E_REPORT == eType && getContainer()->getSelectionCount() > 0 && getContainer()->isALeafSelected(); in GetState()
2236 if ( pView->isALeafSelected() ) in onSelectionChanged()
H A DAppView.cxx436 sal_Bool OApplicationView::isALeafSelected() const in isALeafSelected() function in OApplicationView
439 return getDetailView()->isALeafSelected(); in isALeafSelected()
H A DAppDetailView.cxx843 sal_Bool OApplicationDetailView::isALeafSelected() const in isALeafSelected() function in OApplicationDetailView
846 return m_pControlHelper->isALeafSelected(); in isALeafSelected()
H A DAppView.hxx181 sal_Bool isALeafSelected() const;
H A DAppDetailPageHelper.hxx311 sal_Bool isALeafSelected() const;
H A DAppDetailView.hxx254 sal_Bool isALeafSelected() const;
H A DAppControllerGen.cxx711 bEnabled = !isConnectionReadOnly() && getContainer()->isALeafSelected(); in isRenameDeleteAllowed()
H A DAppDetailPageHelper.cxx666 sal_Bool OAppDetailPageHelper::isALeafSelected() const in isALeafSelected() function in OAppDetailPageHelper

Completed in 52 milliseconds