|
LibreOffice Module sc (master) 1
|
#include <refhint.hxx>
Public Types | |
| enum | Type { ColumnReordered , RowReordered , StartListening , StopListening } |
Public Member Functions | |
| RefHint ()=delete | |
| virtual | ~RefHint () override=0 |
| RefHint (RefHint const &)=default | |
| RefHint (RefHint &&)=default | |
| RefHint & | operator= (RefHint const &)=delete |
| RefHint & | operator= (RefHint &&)=delete |
| Type | getType () const |
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 |
Protected Member Functions | |
| RefHint (Type eType) | |
Private Attributes | |
| Type | meType |
Definition at line 20 of file refhint.hxx.
| enum sc::RefHint::Type |
| Enumerator | |
|---|---|
| ColumnReordered | |
| RowReordered | |
| StartListening | |
| StopListening | |
Definition at line 23 of file refhint.hxx.
|
protected |
Definition at line 14 of file refhint.cxx.
References eType, meType, and ScReference.
|
delete |
|
overridepure virtual |
Definition at line 15 of file refhint.cxx.
|
default |
|
default |
| RefHint::Type sc::RefHint::getType | ( | ) | const |
Definition at line 17 of file refhint.cxx.
References meType.
Referenced by ScFormulaCell::Notify().
|
private |
Definition at line 31 of file refhint.hxx.
Referenced by getType().