LibreOffice Module svx (master) 1
|
#include <chinese_dictionarydialog.hxx>
Public Member Functions | |
DictionaryEntry (OUString rTerm, OUString aMapping, sal_Int16 nConversionPropertyType, bool bNewEntry=false) | |
~DictionaryEntry () | |
Public Attributes | |
OUString | m_aTerm |
OUString | m_aMapping |
sal_Int16 | m_nConversionPropertyType |
bool | m_bNewEntry |
Definition at line 31 of file chinese_dictionarydialog.hxx.
textconversiondlgs::DictionaryEntry::DictionaryEntry | ( | OUString | rTerm, |
OUString | aMapping, | ||
sal_Int16 | nConversionPropertyType, | ||
bool | bNewEntry = false |
||
) |
Definition at line 235 of file chinese_dictionarydialog.cxx.
References m_nConversionPropertyType.
textconversiondlgs::DictionaryEntry::~DictionaryEntry | ( | ) |
Definition at line 247 of file chinese_dictionarydialog.cxx.
OUString textconversiondlgs::DictionaryEntry::m_aMapping |
Definition at line 40 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::addEntry(), textconversiondlgs::IMPL_LINK_NOARG(), and textconversiondlgs::DictionaryList::refillFromDictionary().
OUString textconversiondlgs::DictionaryEntry::m_aTerm |
Definition at line 39 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::addEntry(), textconversiondlgs::DictionaryList::deleteEntries(), textconversiondlgs::DictionaryList::refillFromDictionary(), and textconversiondlgs::ChineseDictionaryDialog::updateButtons().
bool textconversiondlgs::DictionaryEntry::m_bNewEntry |
Definition at line 43 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::deleteEntries(), and textconversiondlgs::DictionaryList::deleteEntryOnPos().
sal_Int16 textconversiondlgs::DictionaryEntry::m_nConversionPropertyType |
Definition at line 41 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::addEntry(), DictionaryEntry(), and textconversiondlgs::DictionaryList::refillFromDictionary().