LibreOffice Module sc (master) 1
|
#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 |
Definition at line 40 of file broadcast.hxx.
using sc::BroadcasterState::CellListener::DataType = std::variant<const ScFormulaCell*, const SvtListener*> |
Definition at line 42 of file broadcast.hxx.
sc::BroadcasterState::CellListener::CellListener | ( | const ScFormulaCell * | p | ) |
Definition at line 16 of file broadcast.cxx.
sc::BroadcasterState::CellListener::CellListener | ( | const SvtListener * | p | ) |
CellListenerType sc::BroadcasterState::CellListener::eType |
Definition at line 44 of file broadcast.hxx.
DataType sc::BroadcasterState::CellListener::pData |
Definition at line 45 of file broadcast.hxx.