Home
last modified time | relevance | path

Searched refs:SupportedFeatures (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx500 struct CommandCollector : public ::std::unary_function< SupportedFeatures::value_type, void>
510 void operator() ( const SupportedFeatures::value_type& lhs ) in operator ()()
628 SupportedFeatures::iterator aFeaturePos = ::std::find_if( in isFeatureSupported()
668 SupportedFeatures::iterator aFeaturePos = ::std::find_if( in InvalidateFeature_Impl()
706 SupportedFeatures::iterator aFeaturePos = ::std::find_if( in ImplInvalidateFeature()
749 for ( SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.begin(); in InvalidateAll_Impl()
902 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find(_rURL.Complete); in removeStatusListener()
1060 SupportedFeatures::const_iterator aIter = ::std::find_if( in getURLForId()
1084 SupportedFeatures::const_iterator pos = m_aSupportedFeatures.find( _rFeatureURL ); in isUserDefinedFeature()
1630 for ( SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.begin(); in getSupportedCommandGroups()
[all …]
/aoo4110/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx55 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommandURL ); 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()
H A DFeatureCommandDispatchBase.hxx42 ::std::less< ::rtl::OUString > > SupportedFeatures; typedef
100 mutable SupportedFeatures m_aSupportedFeatures;
H A DDrawCommandDispatch.cxx598 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( aBaseCommand ); in parseCommandURL()
649 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( aBaseCommand ); in parseCommandURL()
H A DShapeController.cxx108 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommand ); in getState()
163 SupportedFeatures::const_iterator aIter = m_aSupportedFeatures.find( rCommand ); in execute()
/aoo4110/main/dbaccess/inc/
H A Dgenericcontroller.hxx154 > SupportedFeatures; typedef
157 …struct CompareFeatureById : ::std::binary_function< SupportedFeatures::value_type, sal_Int32, bool…
160 inline bool operator()( const SupportedFeatures::value_type& _aType, const sal_Int32& _nId ) const in operator ()()
212 SupportedFeatures m_aSupportedFeatures;

Completed in 58 milliseconds