|
LibreOffice Module sw (master) 1
|
Public Member Functions | |
| Impl (SwPageDesc *const pPageDesc, SwDoc *pDoc, SwFieldIds nResId) | |
| Impl (SwFieldType *const pType, SwDoc *pDoc, SwFieldIds nResId) | |
| void | SetFieldType (SwFieldType *pType) |
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 |
Public Attributes | |
| std::mutex | m_Mutex |
| unotools::WeakReference< SwXFieldMaster > | m_wThis |
| ::comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | m_EventListeners |
| SwDoc * | m_pDoc |
| SwFieldType * | m_pType |
| SwFieldIds | m_nResTypeId |
| OUString | m_sParam1 |
| OUString | m_sParam2 |
| OUString | m_sParam3 |
| OUString | m_sParam5 |
| double | m_fParam1 |
| sal_Int8 | m_nParam1 |
| bool | m_bParam1 |
| sal_Int32 | m_nParam2 |
Protected Member Functions | |
| virtual void | Notify (const SfxHint &rHint) override |
Definition at line 404 of file unofield.cxx.
|
inline |
Definition at line 427 of file unofield.cxx.
References SvtListener::StartListening().
|
inline |
Definition at line 439 of file unofield.cxx.
References m_pType, and SvtListener::StartListening().
|
overrideprotectedvirtual |
Reimplemented from SvtListener.
Definition at line 971 of file unofield.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::disposeAndClear(), SfxHint::GetId(), m_EventListeners, m_Mutex, m_pDoc, m_pType, and m_wThis.
|
inline |
Definition at line 450 of file unofield.cxx.
References SvtListener::EndListeningAll(), m_pType, and SvtListener::StartListening().
| bool SwXFieldMaster::Impl::m_bParam1 |
Definition at line 424 of file unofield.cxx.
| ::comphelper::OInterfaceContainerHelper4<css::lang::XEventListener> SwXFieldMaster::Impl::m_EventListeners |
Definition at line 411 of file unofield.cxx.
Referenced by Notify().
| double SwXFieldMaster::Impl::m_fParam1 |
Definition at line 422 of file unofield.cxx.
| std::mutex SwXFieldMaster::Impl::m_Mutex |
Definition at line 408 of file unofield.cxx.
Referenced by Notify().
| sal_Int8 SwXFieldMaster::Impl::m_nParam1 |
Definition at line 423 of file unofield.cxx.
| sal_Int32 SwXFieldMaster::Impl::m_nParam2 |
Definition at line 425 of file unofield.cxx.
| SwFieldIds SwXFieldMaster::Impl::m_nResTypeId |
Definition at line 416 of file unofield.cxx.
| SwDoc* SwXFieldMaster::Impl::m_pDoc |
Definition at line 413 of file unofield.cxx.
Referenced by Notify().
| SwFieldType* SwXFieldMaster::Impl::m_pType |
Definition at line 414 of file unofield.cxx.
Referenced by Impl(), Notify(), and SetFieldType().
| OUString SwXFieldMaster::Impl::m_sParam1 |
Definition at line 418 of file unofield.cxx.
| OUString SwXFieldMaster::Impl::m_sParam2 |
Definition at line 419 of file unofield.cxx.
| OUString SwXFieldMaster::Impl::m_sParam3 |
Definition at line 420 of file unofield.cxx.
| OUString SwXFieldMaster::Impl::m_sParam5 |
Definition at line 421 of file unofield.cxx.
| unotools::WeakReference<SwXFieldMaster> SwXFieldMaster::Impl::m_wThis |
Definition at line 410 of file unofield.cxx.
Referenced by Notify().