|
LibreOffice Module sw (master) 1
|
Public Member Functions | |
| SwAutoCompleteClient (SwAutoCompleteWord &rToTell, SwDoc &rSwDoc) | |
| SwAutoCompleteClient (const SwAutoCompleteClient &rClient) | |
| virtual | ~SwAutoCompleteClient () override |
| SwAutoCompleteClient & | operator= (const SwAutoCompleteClient &rClient) |
| const SwDoc & | GetDoc () const |
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 |
Static Public Member Functions | |
| static sal_uLong | GetElementCount () |
Protected Member Functions | |
| virtual void | Notify (const SfxHint &) override |
Private Member Functions | |
| void | DocumentDying () |
Private Attributes | |
| SwAutoCompleteWord * | m_pAutoCompleteWord |
| SwDoc * | m_pDoc |
Static Private Attributes | |
| static sal_uLong | s_nSwAutoCompleteClientCount = 0 |
Definition at line 38 of file acmplwrd.cxx.
| SwAutoCompleteClient::SwAutoCompleteClient | ( | SwAutoCompleteWord & | rToTell, |
| SwDoc & | rSwDoc | ||
| ) |
Definition at line 97 of file acmplwrd.cxx.
References SwDoc::getIDocumentStylePoolAccess(), IDocumentStylePoolAccess::GetPageDescFromPool(), m_pDoc, RES_POOLPAGE_STANDARD, s_nSwAutoCompleteClientCount, and SvtListener::StartListening().
| SwAutoCompleteClient::SwAutoCompleteClient | ( | const SwAutoCompleteClient & | rClient | ) |
Definition at line 107 of file acmplwrd.cxx.
References SwDoc::getIDocumentStylePoolAccess(), IDocumentStylePoolAccess::GetPageDescFromPool(), m_pDoc, RES_POOLPAGE_STANDARD, s_nSwAutoCompleteClientCount, and SvtListener::StartListening().
|
overridevirtual |
Definition at line 118 of file acmplwrd.cxx.
References s_nSwAutoCompleteClientCount.
|
private |
Definition at line 135 of file acmplwrd.cxx.
References SwAutoCompleteWord::DocumentDying(), SvtListener::EndListeningAll(), m_pAutoCompleteWord, and m_pDoc.
Referenced by Notify().
|
inline |
Definition at line 52 of file acmplwrd.cxx.
References m_pDoc.
|
inlinestatic |
Definition at line 54 of file acmplwrd.cxx.
References s_nSwAutoCompleteClientCount.
Referenced by SwAutoCompleteWord::~SwAutoCompleteWord().
|
overrideprotectedvirtual |
Reimplemented from SvtListener.
Definition at line 141 of file acmplwrd.cxx.
References DocumentDying(), SfxHint::GetId(), RES_OBJECTDYING(), and RES_REMOVE_UNO_OBJECT().
| SwAutoCompleteClient & SwAutoCompleteClient::operator= | ( | const SwAutoCompleteClient & | rClient | ) |
Definition at line 127 of file acmplwrd.cxx.
References SvtListener::CopyAllBroadcasters(), m_pAutoCompleteWord, and m_pDoc.
|
private |
Definition at line 40 of file acmplwrd.cxx.
Referenced by DocumentDying(), and operator=().
|
private |
Definition at line 41 of file acmplwrd.cxx.
Referenced by DocumentDying(), GetDoc(), operator=(), and SwAutoCompleteClient().
|
staticprivate |
Definition at line 43 of file acmplwrd.cxx.
Referenced by GetElementCount(), SwAutoCompleteClient(), and ~SwAutoCompleteClient().