LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScUnoListenerCalls Class Reference

ScUnoListenerCalls stores notifications to XModifyListener that can't be processed during BroadcastUno and calls them together at the end. More...

#include <listenercalls.hxx>

Public Member Functions

 ScUnoListenerCalls ()
 
 ~ScUnoListenerCalls ()
 
void Add (const css::uno::Reference< css::util::XModifyListener > &rListener, const css::lang::EventObject &rEvent)
 
void ExecuteAndClear ()
 

Private Attributes

::std::list< ScUnoListenerEntryaEntries
 

Detailed Description

ScUnoListenerCalls stores notifications to XModifyListener that can't be processed during BroadcastUno and calls them together at the end.

Definition at line 49 of file listenercalls.hxx.

Constructor & Destructor Documentation

◆ ScUnoListenerCalls()

ScUnoListenerCalls::ScUnoListenerCalls ( )

Definition at line 27 of file listenercalls.cxx.

◆ ~ScUnoListenerCalls()

ScUnoListenerCalls::~ScUnoListenerCalls ( )

Definition at line 29 of file listenercalls.cxx.

References aEntries.

Member Function Documentation

◆ Add()

void ScUnoListenerCalls::Add ( const css::uno::Reference< css::util::XModifyListener > &  rListener,
const css::lang::EventObject &  rEvent 
)

Definition at line 34 of file listenercalls.cxx.

References aEntries.

◆ ExecuteAndClear()

void ScUnoListenerCalls::ExecuteAndClear ( )

Member Data Documentation

◆ aEntries

::std::list<ScUnoListenerEntry> ScUnoListenerCalls::aEntries
private

Definition at line 54 of file listenercalls.hxx.

Referenced by Add(), ExecuteAndClear(), and ~ScUnoListenerCalls().


The documentation for this class was generated from the following files: