Home
last modified time | relevance | path

Searched refs:m_aFeatureDispatchers (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svx/source/form/
H A Dformcontroller.cxx539 DispatcherContainer::const_iterator aDispatcherPos = m_aFeatureDispatchers.find( *aLoop );
540 if ( aDispatcherPos != m_aFeatureDispatchers.end() )
1189 for ( DispatcherContainer::iterator aDispatcher = m_aFeatureDispatchers.begin(); in disposeAllFeaturesAndDispatchers()
1190 aDispatcher != m_aFeatureDispatchers.end(); in disposeAllFeaturesAndDispatchers()
1203 m_aFeatureDispatchers.clear(); in disposeAllFeaturesAndDispatchers()
2667 m_aFeatureDispatchers.begin(), in updateAllDispatchers()
2668 m_aFeatureDispatchers.end(), in updateAllDispatchers()
4120 Sequence< sal_Int16 > aInterceptedFeatures( m_aFeatureDispatchers.size() ); in invalidateAllFeatures()
4122 m_aFeatureDispatchers.begin(), in invalidateAllFeatures()
4123 m_aFeatureDispatchers.end(), in invalidateAllFeatures()
[all …]
/AOO41X/main/svx/source/inc/
H A Dformcontroller.hxx185 DispatcherContainer m_aFeatureDispatchers; member in svxform::FormController