|
LibreOffice Module lingucomponent (master) 1
|
Public Member Functions | |
| DictItem (OUString i_DName, Locale i_DLoc, rtl_TextEncoding i_DEnc) | |
Public Attributes | |
| OUString | m_aDName |
| Locale | m_aDLoc |
| std::unique_ptr< Hunspell > | m_pDict |
| rtl_TextEncoding | m_aDEnc |
Definition at line 55 of file sspellimp.hxx.
| SpellChecker::DictItem::DictItem | ( | OUString | i_DName, |
| Locale | i_DLoc, | ||
| rtl_TextEncoding | i_DEnc | ||
| ) |
Definition at line 80 of file sspellimp.cxx.
| rtl_TextEncoding SpellChecker::DictItem::m_aDEnc |
Definition at line 60 of file sspellimp.hxx.
| Locale SpellChecker::DictItem::m_aDLoc |
Definition at line 58 of file sspellimp.hxx.
| OUString SpellChecker::DictItem::m_aDName |
Definition at line 57 of file sspellimp.hxx.
| std::unique_ptr<Hunspell> SpellChecker::DictItem::m_pDict |
Definition at line 59 of file sspellimp.hxx.