LibreOffice Module svx (master)
1
|
#include <chinese_dictionarydialog.hxx>
Public Member Functions | |
DictionaryEntry (const OUString &rTerm, const OUString &rMapping, 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 | ( | const OUString & | rTerm, |
const OUString & | rMapping, | ||
sal_Int16 | nConversionPropertyType, | ||
bool | bNewEntry = false |
||
) |
Definition at line 234 of file chinese_dictionarydialog.cxx.
References m_nConversionPropertyType.
textconversiondlgs::DictionaryEntry::~DictionaryEntry | ( | ) |
Definition at line 246 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(), textconversiondlgs::ChineseDictionaryDialog::isEditFieldsContentEqualsSelectedListContent(), textconversiondlgs::DictionaryList::refillFromDictionary(), and textconversiondlgs::DictionaryList::save().
OUString textconversiondlgs::DictionaryEntry::m_aTerm |
Definition at line 39 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::addEntry(), textconversiondlgs::DictionaryList::deleteEntries(), textconversiondlgs::DictionaryList::getTermEntry(), textconversiondlgs::IMPL_LINK_NOARG(), textconversiondlgs::ChineseDictionaryDialog::isEditFieldsContentEqualsSelectedListContent(), textconversiondlgs::DictionaryList::refillFromDictionary(), textconversiondlgs::DictionaryList::save(), and textconversiondlgs::ChineseDictionaryDialog::updateButtons().
bool textconversiondlgs::DictionaryEntry::m_bNewEntry |
Definition at line 43 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::deleteEntries(), textconversiondlgs::DictionaryList::deleteEntryOnPos(), and textconversiondlgs::DictionaryList::save().
sal_Int16 textconversiondlgs::DictionaryEntry::m_nConversionPropertyType |
Definition at line 41 of file chinese_dictionarydialog.hxx.
Referenced by textconversiondlgs::DictionaryList::addEntry(), DictionaryEntry(), textconversiondlgs::IMPL_LINK_NOARG(), textconversiondlgs::ChineseDictionaryDialog::isEditFieldsContentEqualsSelectedListContent(), textconversiondlgs::DictionaryList::refillFromDictionary(), and textconversiondlgs::DictionaryList::save().