19#ifndef INCLUDED_SVL_LSTNER_HXX
20#define INCLUDED_SVL_LSTNER_HXX
45 std::vector<SfxBroadcaster*>
maBCs;
47 std::map<SfxBroadcaster*, std::unique_ptr<sal::BacktraceState>>
61 void EndListening(
SfxBroadcaster& rBroadcaster,
bool bRemoveAllDuplicates = false );
62 void EndListeningAll();
65 sal_uInt16 GetBroadcasterCount() const;
73 virtual
bool IsSdrView()
const {
return false; }
const SfxListener & operator=(const SfxListener &)=delete
std::vector< SfxBroadcaster * > maBCs
std::map< SfxBroadcaster *, std::unique_ptr< sal::BacktraceState > > maCallStacks