|
LibreOffice Module sc (master) 1
|
#include <refhint.hxx>
Public Member Functions | |
| RefStopListeningHint () | |
| virtual | ~RefStopListeningHint () 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 101 of file refhint.hxx.
| sc::RefStopListeningHint::RefStopListeningHint | ( | ) |
Definition at line 75 of file refhint.cxx.
|
overridevirtual |
Definition at line 76 of file refhint.cxx.