Searched refs:m_aSupportedFeatures (Results 1 – 8 of 8) sorted by relevance
110 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 …]
319 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 …]
55 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()
598 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()
108 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()
100 mutable SupportedFeatures m_aSupportedFeatures; member in chart::FeatureCommandDispatchBase
76 FeatureMap m_aSupportedFeatures; member in frm::OFormNavigationHelper
212 SupportedFeatures m_aSupportedFeatures; member in dbaui::OGenericUnoController
Completed in 79 milliseconds