Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/helper/
H A Dformnavigation.cxx110 aFeature != m_aSupportedFeatures.end(); in statusChanged()
177 aFeature != m_aSupportedFeatures.end(); in updateDispatches()
219 aFeature != m_aSupportedFeatures.end(); in connectDispatchers()
265 if ( m_aSupportedFeatures.empty() ) in initializeSupportedFeatures()
302 if ( m_aSupportedFeatures.end() != aInfo ) in dispatchWithArgument()
319 if ( m_aSupportedFeatures.end() != aInfo ) in dispatch()
333 if ( m_aSupportedFeatures.end() != aInfo ) in isEnabled()
345 if ( m_aSupportedFeatures.end() != aInfo ) in getBooleanState()
357 if ( m_aSupportedFeatures.end() != aInfo ) in getStringState()
369 if ( m_aSupportedFeatures.end() != aInfo ) in getIntegerState()
[all …]
/aoo4110/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx319 m_aSupportedFeatures.clear(); in Construct()
629 m_aSupportedFeatures.begin(), in isFeatureSupported()
630 m_aSupportedFeatures.end(), in isFeatureSupported()
669 m_aSupportedFeatures.begin(), in InvalidateFeature_Impl()
670 m_aSupportedFeatures.end(), in InvalidateFeature_Impl()
707 m_aSupportedFeatures.begin(), in ImplInvalidateFeature()
708 m_aSupportedFeatures.end(), in ImplInvalidateFeature()
775 || ( ( m_aSupportedFeatures.find( aURL.Complete ) != m_aSupportedFeatures.end() ) in queryDispatch()
1006 OSL_ENSURE( m_aSupportedFeatures.find( aFeature.Command ) == m_aSupportedFeatures.end(), in implDescribeSupportedFeature()
1061 m_aSupportedFeatures.begin(), in getURLForId()
[all …]
/aoo4110/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx55 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommandURL ); in isFeatureSupported()
56 if ( aIter != m_aSupportedFeatures.end() ) in isFeatureSupported()
68 SupportedFeatures::const_iterator aEnd( m_aSupportedFeatures.end() ); in fireStatusEvent()
69 …for ( SupportedFeatures::const_iterator aIter( m_aSupportedFeatures.begin() ); aIter != aEnd; ++aI… in fireStatusEvent()
102 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in implDescribeSupportedFeature()
H A DDrawCommandDispatch.cxx598 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( aBaseCommand ); in parseCommandURL()
599 if ( aIter != m_aSupportedFeatures.end() ) in parseCommandURL()
649 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( aBaseCommand ); in parseCommandURL()
650 if ( aIter != m_aSupportedFeatures.end() ) in parseCommandURL()
H A DShapeController.cxx108 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommand ); in getState()
109 if ( aIter != m_aSupportedFeatures.end() ) in getState()
163 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommand ); in execute()
164 if ( aIter != m_aSupportedFeatures.end() ) in execute()
H A DFeatureCommandDispatchBase.hxx100 mutable SupportedFeatures m_aSupportedFeatures; member in chart::FeatureCommandDispatchBase
/aoo4110/main/forms/source/inc/
H A Dformnavigation.hxx76 FeatureMap m_aSupportedFeatures; member in frm::OFormNavigationHelper
/aoo4110/main/dbaccess/inc/
H A Dgenericcontroller.hxx212 SupportedFeatures m_aSupportedFeatures; member in dbaui::OGenericUnoController

Completed in 49 milliseconds