LibreOffice Module sw (master) 1
|
#include <unobookmark.hxx>
Public Member Functions | |
SwXFieldmarkParameters (::sw::mark::IFieldmark *const pFieldmark) | |
virtual void SAL_CALL | insertByName (const OUString &aName, const css::uno::Any &aElement) override |
virtual void SAL_CALL | removeByName (const OUString &Name) override |
virtual void SAL_CALL | replaceByName (const OUString &aName, const css::uno::Any &aElement) override |
virtual css::uno::Any SAL_CALL | getByName (const OUString &aName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
virtual sal_Bool SAL_CALL | hasByName (const OUString &aName) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
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 Member Functions | |
::sw::mark::IFieldmark::parameter_map_t * | getCoreParameters () |
Private Attributes | |
::sw::mark::IFieldmark * | m_pFieldmark |
Definition at line 145 of file unobookmark.hxx.
|
inline |
Definition at line 154 of file unobookmark.hxx.
References SvtListener::StartListening().
|
overridevirtual |
Definition at line 534 of file unobkm.cxx.
References aName, and getCoreParameters().
|
private |
css::uno::RuntimeException |
Definition at line 575 of file unobkm.cxx.
References m_pFieldmark.
Referenced by getByName(), getElementNames(), hasByName(), hasElements(), insertByName(), removeByName(), and replaceByName().
|
overridevirtual |
Definition at line 544 of file unobkm.cxx.
References getCoreParameters(), and comphelper::mapKeysToSequence().
|
overridevirtual |
Definition at line 558 of file unobkm.cxx.
References sw::proofreadingiterator::get().
|
overridevirtual |
Definition at line 551 of file unobkm.cxx.
References aName, and getCoreParameters().
|
overridevirtual |
Definition at line 563 of file unobkm.cxx.
References getCoreParameters().
|
overridevirtual |
Definition at line 508 of file unobkm.cxx.
References aName, and getCoreParameters().
|
overridevirtual |
Reimplemented from SvtListener.
Definition at line 569 of file unobkm.cxx.
References SfxHint::GetId(), and m_pFieldmark.
|
overridevirtual |
Definition at line 517 of file unobkm.cxx.
References aName, and getCoreParameters().
|
overridevirtual |
Definition at line 524 of file unobkm.cxx.
References aName, and getCoreParameters().
|
private |
Definition at line 150 of file unobookmark.hxx.
Referenced by getCoreParameters(), and Notify().