|
LibreOffice Module sw (master) 1
|
#include <unoevent.hxx>
Public Member Functions | |
| SwHyperlinkEventDescriptor () | |
| void | copyMacrosFromINetFormat (const SwFormatINetFormat &aFormat) |
| void | copyMacrosIntoINetFormat (SwFormatINetFormat &aFormat) |
| void | copyMacrosFromNameReplace (css::uno::Reference< css::container::XNameReplace > const &xReplace) |
Public Member Functions inherited from SvDetachedEventDescriptor | |
| SvDetachedEventDescriptor (const SvEventDescription *pSupportedMacroItems) | |
| SvDetachedEventDescriptor & | operator= (SvDetachedEventDescriptor const &)=delete |
| SvDetachedEventDescriptor (SvDetachedEventDescriptor const &)=delete | |
| virtual | ~SvDetachedEventDescriptor () override |
| virtual OUString SAL_CALL | getImplementationName () override |
Public Member Functions inherited from SvBaseEventDescriptor | |
| SvBaseEventDescriptor (const SvEventDescription *pSupportedMacroItems) | |
| virtual | ~SvBaseEventDescriptor () override |
| virtual void SAL_CALL | replaceByName (const OUString &rName, const css::uno::Any &rElement) override |
| virtual css::uno::Any SAL_CALL | getByName (const OUString &rName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getElementNames () override |
| virtual sal_Bool SAL_CALL | hasByName (const OUString &rName) override |
| virtual css::uno::Type SAL_CALL | getElementType () override |
| virtual sal_Bool SAL_CALL | hasElements () override |
| virtual OUString SAL_CALL | getImplementationName () override=0 |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Private Member Functions | |
| virtual OUString SAL_CALL | getImplementationName () override |
| virtual | ~SwHyperlinkEventDescriptor () override |
Additional Inherited Members | |
Protected Member Functions inherited from SvDetachedEventDescriptor | |
| sal_Int16 | getIndex (const SvMacroItemId nID) const |
| virtual void | replaceByName (const SvMacroItemId nEvent, const SvxMacro &rMacro) override |
| virtual void | getByName (SvxMacro &rMacro, const SvMacroItemId nEvent) override |
| bool | hasById (const SvMacroItemId nEvent) const |
| virtual void SAL_CALL | replaceByName (const OUString &rName, const css::uno::Any &rElement) override |
| virtual void | replaceByName (const SvMacroItemId nEvent, const SvxMacro &rMacro)=0 |
| virtual css::uno::Any SAL_CALL | getByName (const OUString &rName) override |
| virtual void | getByName (SvxMacro &rMacro, const SvMacroItemId nEvent)=0 |
Protected Member Functions inherited from SvBaseEventDescriptor | |
| virtual void | replaceByName (const SvMacroItemId nEvent, const SvxMacro &rMacro)=0 |
| virtual void | getByName (SvxMacro &rMacro, const SvMacroItemId nEvent)=0 |
| SvMacroItemId | mapNameToEventID (std::u16string_view rName) const |
| SvMacroItemId | getMacroID (std::u16string_view rName) const |
Protected Attributes inherited from SvBaseEventDescriptor | |
| const SvEventDescription * | mpSupportedMacroItems |
| sal_Int16 | mnMacroItems |
Definition at line 35 of file unoevent.hxx.
|
overrideprivatevirtual |
Definition at line 99 of file unoevent.cxx.
| SwHyperlinkEventDescriptor::SwHyperlinkEventDescriptor | ( | ) |
Definition at line 94 of file unoevent.cxx.
| void SwHyperlinkEventDescriptor::copyMacrosFromINetFormat | ( | const SwFormatINetFormat & | aFormat | ) |
Definition at line 108 of file unoevent.cxx.
References SwFormatINetFormat::GetMacro(), i, SvEventDescription::mnEvent, SvBaseEventDescriptor::mpSupportedMacroItems, and SvDetachedEventDescriptor::replaceByName().
| void SwHyperlinkEventDescriptor::copyMacrosFromNameReplace | ( | css::uno::Reference< css::container::XNameReplace > const & | xReplace | ) |
Definition at line 135 of file unoevent.cxx.
References SvBaseEventDescriptor::getElementNames(), and SvBaseEventDescriptor::replaceByName().
| void SwHyperlinkEventDescriptor::copyMacrosIntoINetFormat | ( | SwFormatINetFormat & | aFormat | ) |
Definition at line 120 of file unoevent.cxx.
References SvDetachedEventDescriptor::getByName(), SvDetachedEventDescriptor::hasById(), i, SvEventDescription::mnEvent, SvBaseEventDescriptor::mpSupportedMacroItems, and SwFormatINetFormat::SetMacro().
|
overrideprivatevirtual |
Reimplemented from SvDetachedEventDescriptor.
Definition at line 103 of file unoevent.cxx.