|
LibreOffice Module sw (master) 1
|
#include <calbck.hxx>
Public Member Functions | |
| ListenerEntry (SwClient *const pTellHim, SwModify *const pDepend) | |
| ListenerEntry (ListenerEntry const &)=delete | |
| ListenerEntry & | operator= (ListenerEntry const &)=delete |
| ListenerEntry (ListenerEntry &&other) noexcept | |
| ListenerEntry & | operator= (ListenerEntry &&other) noexcept |
| virtual bool | GetInfo (SfxPoolItem &rInfo) const override |
| get Client information More... | |
Public Member Functions inherited from SwClient | |
| SwClient () | |
| SwClient (SwClient &&) noexcept | |
| virtual | ~SwClient () override |
| std::optional< sw::ModifyChangedHint > | CheckRegistration (const SfxPoolItem *pOldValue) |
| void | CheckRegistrationFormat (SwFormat &rOld) |
| const SwModify * | GetRegisteredIn () const |
| SwModify * | GetRegisteredIn () |
| void | EndListeningAll () |
| void | StartListeningToSameModifyAs (const SwClient &) |
| virtual bool | GetInfo (SfxPoolItem &) const |
Public Member Functions inherited from sw::WriterListener | |
| bool | IsLast () const |
| virtual const SwCellFrame * | DynCastCellFrame () const |
| virtual const SwTabFrame * | DynCastTabFrame () const |
| virtual const SwRowFrame * | DynCastRowFrame () const |
| virtual const SwTable * | DynCastTable () const |
Private Member Functions | |
| virtual void | SwClientNotify (const SwModify &rModify, const SfxHint &rHint) override |
Private Attributes | |
| SwClient * | m_pToTell |
Friends | |
| template<typename E , typename S , sw::IteratorMode > | |
| class | ::SwIterator |
Additional Inherited Members | |
Protected Member Functions inherited from SwClient | |
| SwClient (SwModify *pToRegisterIn) | |
| SwModify * | GetRegisteredInNonConst () const |
| virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint) override |
Protected Member Functions inherited from sw::WriterListener | |
| WriterListener () | |
| virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
| virtual void | SwClientNotify (const SwModify &, const SfxHint &rHint)=0 |
Definition at line 233 of file calbck.hxx.
Definition at line 240 of file calbck.hxx.
|
delete |
|
inlinenoexcept |
Definition at line 245 of file calbck.hxx.
|
overridevirtual |
get Client information
Reimplemented from SwClient.
Definition at line 35 of file calbck.cxx.
References SwClient::GetInfo(), and m_pToTell.
|
inlinenoexcept |
Definition at line 249 of file calbck.hxx.
References SwModify::Add(), SwClient::GetRegisteredIn(), and m_pToTell.
|
delete |
|
overrideprivatevirtual |
Reimplemented from SwClient.
Definition at line 37 of file calbck.cxx.
References SwClient::CheckRegistration(), SfxHint::GetId(), m_pToTell, RES_OBJECTDYING(), and SwClient::SwClientNotify().
|
friend |
Definition at line 236 of file calbck.hxx.
|
private |
Definition at line 237 of file calbck.hxx.
Referenced by GetInfo(), operator=(), and SwClientNotify().