Lines Matching refs:m_aSupportedFeatures

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()
675 if ( m_aSupportedFeatures.end() == aFeaturePos ) in InvalidateFeature_Impl()
683 if ( m_aSupportedFeatures.end() != aFeaturePos ) in InvalidateFeature_Impl()
707 m_aSupportedFeatures.begin(), in ImplInvalidateFeature()
708 m_aSupportedFeatures.end(), in ImplInvalidateFeature()
711 …OSL_ENSURE( aFeaturePos != m_aSupportedFeatures.end(), "OGenericUnoController::ImplInvalidateFeatu… in ImplInvalidateFeature()
749 for ( SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.begin(); in InvalidateAll_Impl()
750 aIter != m_aSupportedFeatures.end(); in InvalidateAll_Impl()
769 …OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::queryDispatch: shouldn't this … in queryDispatch()
770 if ( m_aSupportedFeatures.empty() ) in queryDispatch()
775 || ( ( m_aSupportedFeatures.find( aURL.Complete ) != m_aSupportedFeatures.end() ) in queryDispatch()
898 …OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::removeStatusListener: shouldn'… in removeStatusListener()
899 if ( m_aSupportedFeatures.empty() ) in removeStatusListener()
902 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find(_rURL.Complete); in removeStatusListener()
903 if (aIter != m_aSupportedFeatures.end()) in removeStatusListener()
1006 OSL_ENSURE( m_aSupportedFeatures.find( aFeature.Command ) == m_aSupportedFeatures.end(), in implDescribeSupportedFeature()
1009 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in implDescribeSupportedFeature()
1061 m_aSupportedFeatures.begin(), in getURLForId()
1062 m_aSupportedFeatures.end(), in getURLForId()
1066 if ( m_aSupportedFeatures.end() != aIter && aIter->first.getLength() ) in getURLForId()
1084 SupportedFeatures::const_iterator pos = m_aSupportedFeatures.find( _rFeatureURL ); in isUserDefinedFeature()
1085 OSL_PRECOND( pos != m_aSupportedFeatures.end(), in isUserDefinedFeature()
1088 …return ( pos != m_aSupportedFeatures.end() ) ? isUserDefinedFeature( pos->second.nFeatureId ) : fa… in isUserDefinedFeature()
1250 …OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::executeUnChecked: shouldn't th… in executeUnChecked()
1251 if ( m_aSupportedFeatures.empty() ) in executeUnChecked()
1254 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCommand.Complete ); in executeUnChecked()
1255 if (aIter != m_aSupportedFeatures.end()) in executeUnChecked()
1261 …OSL_PRECOND( !m_aSupportedFeatures.empty(), "OGenericUnoController::executeChecked: shouldn't this… in executeChecked()
1262 if ( m_aSupportedFeatures.empty() ) in executeChecked()
1265 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCommand.Complete ); in executeChecked()
1266 if ( aIter != m_aSupportedFeatures.end() ) in executeChecked()
1560 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCompleteCommandURL ); in registerCommandURL()
1561 if ( aIter != m_aSupportedFeatures.end() ) in registerCommandURL()
1578 m_aSupportedFeatures[ aFeature.Command ] = aFeature; in registerCommandURL()
1619 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCompleteCommandURL ); in isCommandEnabled()
1620 if ( aIter != m_aSupportedFeatures.end() ) in isCommandEnabled()
1630 for ( SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.begin(); in getSupportedCommandGroups()
1631 aIter != m_aSupportedFeatures.end(); in getSupportedCommandGroups()
1652 for ( SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.begin(); in getConfigurableDispatchInformation()
1653 aIter != m_aSupportedFeatures.end(); in getConfigurableDispatchInformation()