Home
last modified time | relevance | path

Searched refs:aLngSvcEvtListeners (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DPropChgHelper.java42 ArrayList aLngSvcEvtListeners; field in PropChgHelper
51 aLngSvcEvtListeners = new ArrayList(); in PropChgHelper()
71 int nCnt = aLngSvcEvtListeners.size(); in LaunchEvent()
75 (XLinguServiceEventListener) aLngSvcEvtListeners.get(i); in LaunchEvent()
161 bRes = aLngSvcEvtListeners.add( xListener ); in addLinguServiceEventListener()
173 int nIdx = aLngSvcEvtListeners.indexOf( xListener ); in removeLinguServiceEventListener()
176 aLngSvcEvtListeners.remove( nIdx ); in removeLinguServiceEventListener()
/aoo4110/main/linguistic/workben/
H A Dsprophelp.cxx62 aLngSvcEvtListeners (GetLinguMutex()) in PropertyChgHelper()
73 aLngSvcEvtListeners (GetLinguMutex()) in PropertyChgHelper()
119 cppu::OInterfaceIteratorHelper aIt( aLngSvcEvtListeners ); in LaunchEvent()
152 INT32 nCount = aLngSvcEvtListeners.getLength(); in addLinguServiceEventListener()
153 bRes = aLngSvcEvtListeners.addInterface( rxListener ) != nCount; in addLinguServiceEventListener()
169 INT32 nCount = aLngSvcEvtListeners.getLength(); in removeLinguServiceEventListener()
170 bRes = aLngSvcEvtListeners.removeInterface( rxListener ) != nCount; in removeLinguServiceEventListener()
H A Dsprophelp.hxx67 ::cppu::OInterfaceContainerHelper aLngSvcEvtListeners;
/aoo4110/main/linguistic/source/
H A Dlngprophelp.cxx72 aLngSvcEvtListeners (GetLinguMutex()), in PropertyChgHelper()
88 aLngSvcEvtListeners (GetLinguMutex()) in PropertyChgHelper()
287 cppu::OInterfaceIteratorHelper aIt( aLngSvcEvtListeners ); in LaunchEvent()
320 sal_Int32 nCount = aLngSvcEvtListeners.getLength(); in addLinguServiceEventListener()
321 bRes = aLngSvcEvtListeners.addInterface( rxListener ) != nCount; in addLinguServiceEventListener()
337 sal_Int32 nCount = aLngSvcEvtListeners.getLength(); in removeLinguServiceEventListener()
338 bRes = aLngSvcEvtListeners.removeInterface( rxListener ) != nCount; in removeLinguServiceEventListener()
/aoo4110/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx72 ::cppu::OInterfaceContainerHelper aLngSvcEvtListeners;

Completed in 43 milliseconds