LibreOffice Module editeng (master) 1
|
#include <UnoForbiddenCharsTable.hxx>
Public Member Functions | |
SvxUnoForbiddenCharsTable (std::shared_ptr< SvxForbiddenCharactersTable > xForbiddenChars) | |
virtual | ~SvxUnoForbiddenCharsTable () override |
virtual css::i18n::ForbiddenCharacters SAL_CALL | getForbiddenCharacters (const css::lang::Locale &rLocale) override |
virtual sal_Bool SAL_CALL | hasForbiddenCharacters (const css::lang::Locale &rLocale) override |
virtual void SAL_CALL | setForbiddenCharacters (const css::lang::Locale &rLocale, const css::i18n::ForbiddenCharacters &rForbiddenCharacters) override |
virtual void SAL_CALL | removeForbiddenCharacters (const css::lang::Locale &rLocale) override |
virtual css::uno::Sequence< css::lang::Locale > SAL_CALL | getLocales () override |
virtual sal_Bool SAL_CALL | hasLocale (const css::lang::Locale &aLocale) override |
Protected Member Functions | |
virtual void | onChange () |
this virtual function is called if the forbidden characters are changed More... | |
Protected Attributes | |
std::shared_ptr< SvxForbiddenCharactersTable > | mxForbiddenChars |
Definition at line 31 of file UnoForbiddenCharsTable.hxx.
SvxUnoForbiddenCharsTable::SvxUnoForbiddenCharsTable | ( | std::shared_ptr< SvxForbiddenCharactersTable > | xForbiddenChars | ) |
Definition at line 36 of file UnoForbiddenCharsTable.cxx.
|
overridevirtual |
Definition at line 41 of file UnoForbiddenCharsTable.cxx.
|
overridevirtual |
Definition at line 49 of file UnoForbiddenCharsTable.cxx.
References LanguageTag::convertToLanguageType(), and mxForbiddenChars.
|
overridevirtual |
Definition at line 104 of file UnoForbiddenCharsTable.cxx.
References LanguageTag::getLocale(), mxForbiddenChars, and nCount.
|
overridevirtual |
Definition at line 64 of file UnoForbiddenCharsTable.cxx.
References LanguageTag::convertToLanguageType(), and mxForbiddenChars.
Referenced by hasLocale().
|
overridevirtual |
Definition at line 125 of file UnoForbiddenCharsTable.cxx.
References hasForbiddenCharacters().
|
protectedvirtual |
this virtual function is called if the forbidden characters are changed
Definition at line 45 of file UnoForbiddenCharsTable.cxx.
Referenced by removeForbiddenCharacters(), and setForbiddenCharacters().
|
overridevirtual |
Definition at line 90 of file UnoForbiddenCharsTable.cxx.
References LanguageTag::convertToLanguageType(), mxForbiddenChars, and onChange().
|
overridevirtual |
Definition at line 77 of file UnoForbiddenCharsTable.cxx.
References LanguageTag::convertToLanguageType(), mxForbiddenChars, and onChange().
|
protected |
Definition at line 39 of file UnoForbiddenCharsTable.hxx.
Referenced by getForbiddenCharacters(), getLocales(), hasForbiddenCharacters(), removeForbiddenCharacters(), and setForbiddenCharacters().