Home
last modified time | relevance | path

Searched refs:isCommandEnabled (Results 1 – 12 of 12) sorted by relevance

/trunk/main/dbaccess/inc/
H A DIController.hxx86 virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const = 0;
95 virtual sal_Bool isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) const = 0;
H A Dgenericcontroller.hxx445 virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const;
446 virtual sal_Bool isCommandEnabled(const ::rtl::OUString& _rCompleteCommandURL) const;
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx67 bool isCommandEnabled();
152 bool StateEventHelper::isCommandEnabled() in isCommandEnabled() function in svt::StateEventHelper
656 pMenu->EnableItem( nId, pHelper->isCommandEnabled() ); in completeMenuProperties()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1544 if ( isCommandEnabled(_nCommandId) ) in executeChecked()
1549 sal_Bool OGenericUnoController::isCommandEnabled(sal_uInt16 _nCommandId) const in isCommandEnabled() function in dbaui::OGenericUnoController
1614 sal_Bool OGenericUnoController::isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) con… in isCommandEnabled() function in dbaui::OGenericUnoController
1621 bIsEnabled = isCommandEnabled( aIter->second.nFeatureId ); in isCommandEnabled()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx517 ? _rController.isCommandEnabled( sCommandURL ) in lcl_enableEntries()
518 : _rController.isCommandEnabled( nId ); in lcl_enableEntries()
/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx518 virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const;
519 virtual sal_Bool isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) const;
H A DAppDetailView.cxx734 …: getBorderWin().getView()->getCommandController().isCommandEnabled( rData.aTasks[0].sUNOCommand… in impl_createPage()
809 … && !getBorderWin().getView()->getCommandController().isCommandEnabled( pTask->sUNOCommand ) in impl_fillTaskPaneData()
H A DAppController.cxx2369 sal_Bool OApplicationController::isCommandEnabled(sal_uInt16 _nCommandId) const in isCommandEnabled() function in dbaui::OApplicationController
2371 return OApplicationController_CBASE::isCommandEnabled( _nCommandId ); in isCommandEnabled()
2375 sal_Bool OApplicationController::isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) co… in isCommandEnabled() function in dbaui::OApplicationController
2377 return OApplicationController_CBASE::isCommandEnabled( _rCompleteCommandURL ); in isCommandEnabled()
H A DAppDetailPageHelper.cxx1150 …if ( getBorderWin().getView()->getAppController().isCommandEnabled(SID_DB_APP_VIEW_DOCINFO_PREVIEW… in switchPreview()
1337 …_VIEW_DOCINFO_PREVIEW, getBorderWin().getView()->getAppController().isCommandEnabled(SID_DB_APP_VI…
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx262 … if ( !aUrl.Complete.getLength() || !m_rController.isCommandEnabled( aUrl.Complete ) ) in PreNotify()
H A DReportSection.cxx477 rContextMenu.EnableItem(nId,rController.isCommandEnabled(nId)); in lcl_insertMenuItemImages()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx324 sal_Bool bEnabled = m_rController.isCommandEnabled(nId); in Command()

Completed in 101 milliseconds