Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/sidebar/
H A DTheme.cxx642 VetoableListenerContainer* pListeners = GetVetoableListeners(eItem, true); in addVetoableChangeListener()
668 VetoableListenerContainer* pContainer = GetVetoableListeners(eItem, false); in removeVetoableChangeListener()
671VetoableListenerContainer::iterator iListener (::std::find(pContainer->begin(), pContainer->end(),… in removeVetoableChangeListener()
949 Theme::VetoableListenerContainer* Theme::GetVetoableListeners ( in GetVetoableListeners()
958 maVetoableListeners[eItem] = VetoableListenerContainer(); in GetVetoableListeners()
984 const VetoableListenerContainer* pListeners, in DoVetoableListenersVeto()
990 VetoableListenerContainer aListeners (*pListeners); in DoVetoableListenersVeto()
993 for (VetoableListenerContainer::const_iterator in DoVetoableListenersVeto()
/aoo42x/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx237 …def ::std::vector<cssu::Reference<css::beans::XVetoableChangeListener> > VetoableListenerContainer; typedef in sfx2::sidebar::Theme
238 typedef ::std::map<ThemeItem,VetoableListenerContainer> VetoableListeners;
261 VetoableListenerContainer* GetVetoableListeners (
268 const VetoableListenerContainer* pListeners,

Completed in 33 milliseconds