Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2025 aModifyListeners( GetChartMutex() ), in SwChartDataSequence()
2075 aModifyListeners( GetChartMutex() ), in SwChartDataSequence()
2542 LaunchModifiedEvent( aModifyListeners, dynamic_cast< XModifyBroadcaster * >(this) ); in setModified()
2552 aModifyListeners.addInterface( rxListener ); in addModifyListener()
2562 aModifyListeners.removeInterface( rxListener ); in removeModifyListener()
2621 aModifyListeners.disposeAndClear( aEvtObj ); in dispose()
2883 aModifyListeners( GetChartMutex() ) in SwChartLabeledDataSequence()
2943 LaunchModifiedEvent( aModifyListeners, dynamic_cast< XModifyBroadcaster * >(this) ); in setValues()
3060 aModifyListeners.addInterface( rxListener ); in addModifyListener()
3070 aModifyListeners.removeInterface( rxListener ); in removeModifyListener()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1126 aModifyListeners( 0 ) in ScDataPilotTableObj()
1355 aModifyListeners.Insert( pObj, aModifyListeners.Count() ); in addModifyListener()
1357 if ( aModifyListeners.Count() == 1 ) in addModifyListener()
1370 sal_uInt16 nCount = aModifyListeners.Count(); in removeModifyListener()
1373 uno::Reference<util::XModifyListener> *pObj = aModifyListeners[n]; in removeModifyListener()
1376 aModifyListeners.DeleteAndDestroy( n ); in removeModifyListener()
1378 if ( aModifyListeners.Count() == 0 ) in removeModifyListener()
1426 for ( sal_uInt16 n=0; n<aModifyListeners.Count(); n++ ) in Refreshed_Impl()
1427 pDoc->AddUnoListenerCall( *aModifyListeners[n], aEvent ); in Refreshed_Impl()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx385 Sequence< Reference< XInterface > > aModifyListeners( pContainer->getElements() ); in IsUsed() local
386 Reference< XInterface > *p = aModifyListeners.getArray(); in IsUsed()
387 sal_Int32 nCount = aModifyListeners.getLength(); in IsUsed()
/trunk/main/sw/inc/
H A Dunochart.hxx269 ::cppu::OInterfaceContainerHelper aModifyListeners;
375 ::cppu::OInterfaceContainerHelper aModifyListeners;
/trunk/main/sc/inc/
H A Ddapiuno.hxx321 XModifyListenerArr_Impl aModifyListeners; member in ScDataPilotTableObj

Completed in 74 milliseconds