Lines Matching refs:m_aSupportedFeatures

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()
265 if ( m_aSupportedFeatures.empty() ) in initializeSupportedFeatures()
286 m_aSupportedFeatures.insert( FeatureMap::value_type( *aLoop, aFeatureInfo ) ); in initializeSupportedFeatures()
301 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in dispatchWithArgument()
302 if ( m_aSupportedFeatures.end() != aInfo ) in dispatchWithArgument()
318 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in dispatch()
319 if ( m_aSupportedFeatures.end() != aInfo ) in dispatch()
332 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in isEnabled()
333 if ( m_aSupportedFeatures.end() != aInfo ) in isEnabled()
344 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in getBooleanState()
345 if ( m_aSupportedFeatures.end() != aInfo ) in getBooleanState()
356 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in getStringState()
357 if ( m_aSupportedFeatures.end() != aInfo ) in getStringState()
368 FeatureMap::const_iterator aInfo = m_aSupportedFeatures.find( _nFeatureId ); in getIntegerState()
369 if ( m_aSupportedFeatures.end() != aInfo ) in getIntegerState()
381 m_aSupportedFeatures.swap( aEmpty ); in invalidateSupportedFeaturesSet()