LibreOffice Module svx (master)
1
|
Classes | |
class | ChineseDictionaryDialog |
class | ChineseTranslation_UnoDialog |
class | ChineseTranslationDialog |
struct | DictionaryEntry |
class | DictionaryList |
Functions | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, SizeAllocHdl, const Size &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, DirectionHdl, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, EditFieldsListBoxHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, EditFieldsHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, MappingSelectHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, AddHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, ModifyHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ChineseDictionaryDialog, DeleteHdl, weld::Button &, void) | |
IMPL_LINK (ChineseDictionaryDialog, ToSimplifiedHeaderBarClick, int, nColumn, void) | |
IMPL_LINK (ChineseDictionaryDialog, ToTraditionalHeaderBarClick, int, nColumn, void) | |
IMPL_LINK_NOARG (ChineseTranslationDialog, OkHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ChineseTranslationDialog, DictionaryHdl, weld::Button &, void) | |
textconversiondlgs::IMPL_LINK | ( | ChineseDictionaryDialog | , |
ToSimplifiedHeaderBarClick | , | ||
int | , | ||
nColumn | , | ||
void | |||
) |
Definition at line 664 of file chinese_dictionarydialog.cxx.
textconversiondlgs::IMPL_LINK | ( | ChineseDictionaryDialog | , |
ToTraditionalHeaderBarClick | , | ||
int | , | ||
nColumn | , | ||
void | |||
) |
Definition at line 669 of file chinese_dictionarydialog.cxx.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseTranslationDialog | , |
OkHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 69 of file chinese_translationdialog.cxx.
References Any, m_xDialog, RET_OK, SvtLinguConfig::SetProperty(), UPN_IS_DIRECTION_TO_SIMPLIFIED, and UPN_IS_TRANSLATE_COMMON_TERMS.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseTranslationDialog | , |
DictionaryHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 82 of file chinese_translationdialog.cxx.
References m_xDialog.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
SizeAllocHdl | , | ||
const Size & | , | ||
void | |||
) |
Definition at line 250 of file chinese_dictionarydialog.cxx.
References textconversiondlgs::DictionaryList::get_visible(), textconversiondlgs::DictionaryList::get_widget(), and y.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
DirectionHdl | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 428 of file chinese_dictionarydialog.cxx.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
EditFieldsListBoxHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 453 of file chinese_dictionarydialog.cxx.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
EditFieldsHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 458 of file chinese_dictionarydialog.cxx.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
MappingSelectHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 463 of file chinese_dictionarydialog.cxx.
References textconversiondlgs::DictionaryEntry::m_aMapping, textconversiondlgs::DictionaryEntry::m_aTerm, textconversiondlgs::DictionaryEntry::m_nConversionPropertyType, nPos, and pE.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
AddHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 546 of file chinese_dictionarydialog.cxx.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
ModifyHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 564 of file chinese_dictionarydialog.cxx.
References textconversiondlgs::DictionaryList::addEntry(), textconversiondlgs::DictionaryList::deleteEntries(), textconversiondlgs::DictionaryList::getFirstSelectedEntry(), textconversiondlgs::DictionaryEntry::m_aMapping, textconversiondlgs::DictionaryEntry::m_aTerm, textconversiondlgs::DictionaryEntry::m_nConversionPropertyType, nPos, and pE.
textconversiondlgs::IMPL_LINK_NOARG | ( | ChineseDictionaryDialog | , |
DeleteHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 596 of file chinese_dictionarydialog.cxx.
References textconversiondlgs::DictionaryList::deleteEntries(), textconversiondlgs::DictionaryList::deleteEntryOnPos(), textconversiondlgs::DictionaryList::get_selected_index(), textconversiondlgs::DictionaryList::getEntryOnPos(), and textconversiondlgs::DictionaryEntry::m_aMapping.