Home
last modified time | relevance | path

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

/aoo4110/main/sfx2/source/sidebar/
H A DTheme.cxx683 VetoableListenerContainer* pListeners = GetVetoableListeners(eItem, true); in addVetoableChangeListener()
711 VetoableListenerContainer* pContainer = GetVetoableListeners(eItem, false); in removeVetoableChangeListener()
714VetoableListenerContainer::iterator iListener (::std::find(pContainer->begin(), pContainer->end(),… in removeVetoableChangeListener()
1008 Theme::VetoableListenerContainer* Theme::GetVetoableListeners ( in GetVetoableListeners()
1017 maVetoableListeners[eItem] = VetoableListenerContainer(); in GetVetoableListeners()
1047 const VetoableListenerContainer* pListeners, in DoVetoableListenersVeto()
1053 VetoableListenerContainer aListeners (*pListeners); in DoVetoableListenersVeto()
1056 for (VetoableListenerContainer::const_iterator in DoVetoableListenersVeto()
/aoo4110/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 29 milliseconds