LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
sc::BroadcasterState::CellListener Struct Reference

#include <broadcast.hxx>

Public Types

using DataType = std::variant< const ScFormulaCell *, const SvtListener * >
 

Public Member Functions

 CellListener (const ScFormulaCell *p)
 
 CellListener (const SvtListener *p)
 

Public Attributes

CellListenerType eType
 
DataType pData
 

Detailed Description

Definition at line 40 of file broadcast.hxx.

Member Typedef Documentation

◆ DataType

Definition at line 42 of file broadcast.hxx.

Constructor & Destructor Documentation

◆ CellListener() [1/2]

sc::BroadcasterState::CellListener::CellListener ( const ScFormulaCell p)

Definition at line 16 of file broadcast.cxx.

References eType, p, and pData.

◆ CellListener() [2/2]

sc::BroadcasterState::CellListener::CellListener ( const SvtListener p)

Definition at line 22 of file broadcast.cxx.

References eType, Generic, p, and pData.

Member Data Documentation

◆ eType

CellListenerType sc::BroadcasterState::CellListener::eType

Definition at line 44 of file broadcast.hxx.

◆ pData

DataType sc::BroadcasterState::CellListener::pData

Definition at line 45 of file broadcast.hxx.


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