LibreOffice Module lingucomponent (master) 1
Public Member Functions | Public Attributes | List of all members
SpellChecker::DictItem Struct Reference

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
 

Detailed Description

Definition at line 55 of file sspellimp.hxx.

Constructor & Destructor Documentation

◆ DictItem()

SpellChecker::DictItem::DictItem ( OUString  i_DName,
Locale  i_DLoc,
rtl_TextEncoding  i_DEnc 
)

Definition at line 80 of file sspellimp.cxx.

Member Data Documentation

◆ m_aDEnc

rtl_TextEncoding SpellChecker::DictItem::m_aDEnc

Definition at line 60 of file sspellimp.hxx.

◆ m_aDLoc

Locale SpellChecker::DictItem::m_aDLoc

Definition at line 58 of file sspellimp.hxx.

◆ m_aDName

OUString SpellChecker::DictItem::m_aDName

Definition at line 57 of file sspellimp.hxx.

◆ m_pDict

std::unique_ptr<Hunspell> SpellChecker::DictItem::m_pDict

Definition at line 59 of file sspellimp.hxx.


The documentation for this struct was generated from the following files: