Searched refs:m_aSupportedFeatures (Results 1 – 8 of 8) sorted by relevance
109 for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin(); in statusChanged()110 aFeature != m_aSupportedFeatures.end(); in statusChanged()140 for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin(); in disposing()141 aFeature != m_aSupportedFeatures.end(); in disposing()176 for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin(); in updateDispatches()177 aFeature != m_aSupportedFeatures.end(); in updateDispatches()218 for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin(); in connectDispatchers()219 aFeature != m_aSupportedFeatures.end(); in connectDispatchers()242 for ( FeatureMap::iterator aFeature = m_aSupportedFeatures.begin(); in disconnectDispatchers()243 aFeature != m_aSupportedFeatures.end(); in disconnectDispatchers()[all …]
319 m_aSupportedFeatures.clear(); in Construct()561 sal_uInt16 nFeat = m_aSupportedFeatures[ _rFeature ].nFeatureId; in ImplBroadcastFeatureState()598 m_aSupportedFeatures.begin(), in ImplBroadcastFeatureState()599 m_aSupportedFeatures.end(), in ImplBroadcastFeatureState()629 m_aSupportedFeatures.begin(), in isFeatureSupported()630 m_aSupportedFeatures.end(), in isFeatureSupported()634 return ( m_aSupportedFeatures.end() != aFeaturePos && aFeaturePos->first.getLength()); in isFeatureSupported()640 …ImplInvalidateFeature( m_aSupportedFeatures[ _rURLPath ].nFeatureId, _xListener, _bForceBroadcast … in InvalidateFeature()669 m_aSupportedFeatures.begin(), in InvalidateFeature_Impl()670 m_aSupportedFeatures.end(), in InvalidateFeature_Impl()[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