Lines Matching refs:find
569 sal_Bool bAlreadyCached = ( m_aStateCache.find(nFeat) != m_aStateCache.end() ); in ImplBroadcastFeatureState()
614 if ( aFeatureCommands.find( rCurrent.aURL.Complete ) != aFeatureCommands.end() ) in ImplBroadcastFeatureState()
775 || ( ( m_aSupportedFeatures.find( aURL.Complete ) != m_aSupportedFeatures.end() ) in queryDispatch()
902 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find(_rURL.Complete); in removeStatusListener()
905 StateCacheIterator aCachePos = m_aStateCache.find( aIter->second.nFeatureId ); in removeStatusListener()
1006 OSL_ENSURE( m_aSupportedFeatures.find( aFeature.Command ) == m_aSupportedFeatures.end(), in implDescribeSupportedFeature()
1084 SupportedFeatures::const_iterator pos = m_aSupportedFeatures.find( _rFeatureURL ); in isUserDefinedFeature()
1254 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCommand.Complete ); in executeUnChecked()
1265 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCommand.Complete ); in executeChecked()
1560 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCompleteCommandURL ); in registerCommandURL()
1619 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( _rCompleteCommandURL ); in isCommandEnabled()