LibreOffice Module sc (master) 1
|
#include <bulkdatahint.hxx>
Public Member Functions | |
BulkDataHint (ScDocument &rDoc, SfxHintId nHintId) | |
void | setSpans (const ColumnSpanSet *pSpans) |
const ColumnSpanSet * | getSpans () const |
ScDocument & | getDoc () |
Public Member Functions inherited from SfxHint | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Private Attributes | |
ScDocument & | mrDoc |
const ColumnSpanSet * | mpSpans |
Definition at line 20 of file bulkdatahint.hxx.
|
inline |
Definition at line 26 of file bulkdatahint.hxx.
|
inline |
Definition at line 36 of file bulkdatahint.hxx.
References mrDoc.
|
inline |
Definition at line 34 of file bulkdatahint.hxx.
References mpSpans.
Referenced by sc::FormulaGroupAreaListener::notifyBulkChange().
|
inline |
Definition at line 33 of file bulkdatahint.hxx.
References mpSpans.
Referenced by ScBroadcastAreaSlotMachine::BulkBroadcastGroupAreas().
|
private |
Definition at line 23 of file bulkdatahint.hxx.
Referenced by getSpans(), and setSpans().
|
private |
Definition at line 22 of file bulkdatahint.hxx.
Referenced by getDoc().