Home
last modified time | relevance | path

Searched refs:isFeatureSupported (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx661 if ( isFeatureSupported( ID_BROWSER_SAVEASDOC ) ) in impl_onModifyChanged()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx626 sal_Bool OGenericUnoController::isFeatureSupported( sal_Int32 _nId ) in isFeatureSupported() function in dbaui::OGenericUnoController
1566 while ( isFeatureSupported( nFeatureId ) && ( nFeatureId < LAST_USER_DEFINED_FEATURE ) ) in registerCommandURL()
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx338 sal_Bool isFeatureSupported( sal_Int32 _nId );
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx106 bool DrawCommandDispatch::isFeatureSupported( const ::rtl::OUString& rCommandURL ) in isFeatureSupported() function in chart::DrawCommandDispatch
H A DDrawCommandDispatch.hxx52 virtual bool isFeatureSupported( const ::rtl::OUString& rCommandURL );
H A DFeatureCommandDispatchBase.cxx53 bool FeatureCommandDispatchBase::isFeatureSupported( const ::rtl::OUString& rCommandURL ) in isFeatureSupported() function in chart::FeatureCommandDispatchBase
H A DFeatureCommandDispatchBase.hxx64 virtual bool isFeatureSupported( const ::rtl::OUString& rCommandURL );
H A DCommandDispatchContainer.cxx135 … else if ( m_pDrawCommandDispatch && m_pDrawCommandDispatch->isFeatureSupported( rURL.Complete ) ) in getDispatchForURL()
140 else if ( m_pShapeController && m_pShapeController->isFeatureSupported( rURL.Complete ) ) in getDispatchForURL()

Completed in 72 milliseconds