#include <SwSmartTagMgr.hxx>
|
virtual void SAL_CALL | modified (const css::lang::EventObject &aEvent) override |
|
virtual void SAL_CALL | changesOccurred (const css::util::ChangesEvent &Event) override |
|
| SmartTagMgr (const OUString &rApplicationName) |
|
virtual | ~SmartTagMgr () override |
|
void | Init (std::u16string_view rConfigurationGroupName) |
|
void | RecognizeString (const OUString &rText, const css::uno::Reference< css::text::XTextMarkup > &rMarkup, const css::uno::Reference< css::frame::XController > &rController, const css::lang::Locale &rLocale, sal_uInt32 nStart, sal_uInt32 nLen) const |
|
void | RecognizeTextRange (const css::uno::Reference< css::text::XTextRange > &rRange, const css::uno::Reference< css::text::XTextMarkup > &rMarkup, const css::uno::Reference< css::frame::XController > &rController) const |
|
void | GetActionSequences (std::vector< OUString > &rSmartTagTypes, css::uno::Sequence< css::uno::Sequence< css::uno::Reference< css::smarttags::XSmartTagAction > > > &rActionComponentsSequence, css::uno::Sequence< css::uno::Sequence< sal_Int32 > > &rActionIndicesSequence) const |
|
OUString | GetSmartTagCaption (const OUString &rSmartTagType, const css::lang::Locale &rLocale) const |
|
bool | IsSmartTagTypeEnabled (const OUString &rSmartTagType) const |
|
bool | IsLabelTextWithSmartTags () const |
|
sal_uInt32 | NumberOfRecognizers () const |
|
css::uno::Reference< css::smarttags::XSmartTagRecognizer > const & | GetRecognizer (sal_uInt32 i) const |
|
bool | IsSmartTagsEnabled () const |
|
void | WriteConfiguration (const bool *bLabelTextWithSmartTags, const std::vector< OUString > *pDisabledTypes) const |
|
const OUString & | GetApplicationName () const |
|
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
|
Definition at line 27 of file SwSmartTagMgr.hxx.
SwSmartTagMgr::SwSmartTagMgr |
( |
const OUString & |
rModuleName | ) |
|
|
private |
SwSmartTagMgr::~SwSmartTagMgr |
( |
| ) |
|
|
overrideprivatevirtual |
void SwSmartTagMgr::changesOccurred |
( |
const css::util::ChangesEvent & |
Event | ) |
|
|
overridevirtual |
Definition at line 31 of file SwSmartTagMgr.cxx.
References u.
Referenced by SwXTextMarkup::commitStringMarkup(), SwLayIdle::DoIdleJob(), SwTextPaintInfo::DrawText_(), SwDocShell::Execute(), SwCursorShell::GetSmartTagTerm(), SwTextShell::GetState(), SwEditWin::MouseButtonUp(), SwTextNode::SetSmartTags(), SwTextFrame::SmartTagScan(), SwTextFrame::SwClientNotify(), and SwLayIdle::SwLayIdle().
void SwSmartTagMgr::modified |
( |
const css::lang::EventObject & |
aEvent | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: