|
LibreOffice Module sc (master) 1
|
#include <refhint.hxx>
Public Member Functions | |
| RefStartListeningHint () | |
| virtual | ~RefStartListeningHint () override |
Public Member Functions inherited from sc::RefHint | |
| 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 |
Additional Inherited Members | |
Public Types inherited from sc::RefHint | |
| enum | Type { ColumnReordered , RowReordered , StartListening , StopListening } |
Protected Member Functions inherited from sc::RefHint | |
| RefHint (Type eType) | |
Definition at line 94 of file refhint.hxx.
| sc::RefStartListeningHint::RefStartListeningHint | ( | ) |
Definition at line 72 of file refhint.cxx.
References StartListening.
|
overridevirtual |
Definition at line 73 of file refhint.cxx.