|
LibreOffice Module sc (master) 1
|
#include <cellsuno.hxx>
Public Member Functions | |
| ScLinkListener (const Link< const SfxHint &, void > &rL) | |
| virtual | ~ScLinkListener () override |
| move ScLinkListener into another file !!! More... | |
| virtual void | Notify (const SfxHint &rHint) override |
Public Member Functions inherited from SvtListener | |
| SvtListener ()=default | |
| SvtListener (const SvtListener &r)=default | |
| virtual | ~SvtListener () COVERITY_NOEXCEPT_FALSE |
| bool | StartListening (SvtBroadcaster &rBroadcaster) |
| void | EndListening (SvtBroadcaster &rBroadcaster) |
| void | EndListeningAll () |
| void | CopyAllBroadcasters (const SvtListener &r) |
| bool | HasBroadcaster () const |
| virtual void | Notify (const SfxHint &rHint) |
| virtual void | Query (QueryBase &rQuery) const |
Private Attributes | |
| Link< const SfxHint &, void > | aLink |
Definition at line 120 of file cellsuno.hxx.
Definition at line 124 of file cellsuno.hxx.
|
overridevirtual |
move ScLinkListener into another file !!!
Definition at line 833 of file cellsuno.cxx.
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 837 of file cellsuno.cxx.
References aLink, and Link< typename Arg, typename Ret >::Call().
Definition at line 122 of file cellsuno.hxx.
Referenced by Notify().