Home
last modified time | relevance | path

Searched refs:m_aSupportedFeatures (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/forms/source/helper/
H A Dformnavigation.cxx109 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 …]
/AOO41X/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx319 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 …]
/AOO41X/main/chart2/source/controller/main/
H A DFeatureCommandDispatchBase.cxx55 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()
H A DDrawCommandDispatch.cxx598 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()
H A DShapeController.cxx108 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()
H A DFeatureCommandDispatchBase.hxx100 mutable SupportedFeatures m_aSupportedFeatures; member in chart::FeatureCommandDispatchBase
/AOO41X/main/forms/source/inc/
H A Dformnavigation.hxx76 FeatureMap m_aSupportedFeatures; member in frm::OFormNavigationHelper
/AOO41X/main/dbaccess/inc/
H A Dgenericcontroller.hxx212 SupportedFeatures m_aSupportedFeatures; member in dbaui::OGenericUnoController