LibreOffice Module cui (master) 1
|
Public Member Functions | |
SvxAsianLayoutPage_Impl () | |
bool | hasForbiddenCharacters (LanguageType eLang) |
SvxForbiddenChars_Impl * | getForbiddenCharacters (LanguageType eLang) |
void | addForbiddenCharacters (LanguageType eLang, std::optional< ForbiddenCharacters > oForbidden) |
Public Attributes | |
SvxAsianConfig | aConfig |
Reference< XForbiddenCharacters > | xForbidden |
Reference< XPropertySet > | xPrSet |
Reference< XPropertySetInfo > | xPrSetInfo |
std::map< LanguageType, SvxForbiddenChars_Impl > | aChangedLanguagesMap |
Definition at line 58 of file optasian.cxx.
|
inline |
Definition at line 61 of file optasian.cxx.
void SvxAsianLayoutPage_Impl::addForbiddenCharacters | ( | LanguageType | eLang, |
std::optional< ForbiddenCharacters > | oForbidden | ||
) |
Definition at line 88 of file optasian.cxx.
References aChangedLanguagesMap.
SvxForbiddenChars_Impl * SvxAsianLayoutPage_Impl::getForbiddenCharacters | ( | LanguageType | eLang | ) |
Definition at line 79 of file optasian.cxx.
References aChangedLanguagesMap, and DBG_ASSERT.
bool SvxAsianLayoutPage_Impl::hasForbiddenCharacters | ( | LanguageType | eLang | ) |
Definition at line 74 of file optasian.cxx.
References aChangedLanguagesMap.
std::map< LanguageType, SvxForbiddenChars_Impl > SvxAsianLayoutPage_Impl::aChangedLanguagesMap |
Definition at line 67 of file optasian.cxx.
Referenced by addForbiddenCharacters(), getForbiddenCharacters(), and hasForbiddenCharacters().
SvxAsianConfig SvxAsianLayoutPage_Impl::aConfig |
Definition at line 60 of file optasian.cxx.
Reference< XForbiddenCharacters > SvxAsianLayoutPage_Impl::xForbidden |
Definition at line 63 of file optasian.cxx.
Reference< XPropertySet > SvxAsianLayoutPage_Impl::xPrSet |
Definition at line 64 of file optasian.cxx.
Reference< XPropertySetInfo > SvxAsianLayoutPage_Impl::xPrSetInfo |
Definition at line 65 of file optasian.cxx.