Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx486 aActivationListeners( 0 ), in ScTabViewObj()
502 if (aActivationListeners.Count()) in ~ScTabViewObj()
585 if (aActivationListeners.Count() > 0) in SheetChanged()
592 for ( sal_uInt16 n=0; n<aActivationListeners.Count(); n++ ) in SheetChanged()
596 (*aActivationListeners[n])->activeSpreadsheetChanged( aEvent ); in SheetChanged()
600 aActivationListeners.DeleteAndDestroy( n ); in SheetChanged()
1433 sal_uInt16 nCount = aActivationListeners.Count(); in EndActivationListening()
1440 (*aActivationListeners[n])->disposing(aEvent); in EndActivationListening()
1446 aActivationListeners.DeleteAndDestroy(0, nCount); in EndActivationListening()
1490 sal_uInt16 nCount = aActivationListeners.Count(); in addActivationEventListener()
[all …]
/trunk/main/sc/inc/
H A Dviewuno.hxx195 XActivationEventListenerArr_Impl aActivationListeners; member in ScTabViewObj