#include <chinese_dictionarydialog.hxx>
|
| DECL_LINK (DirectionHdl, weld::Toggleable &, void) |
|
| DECL_LINK (EditFieldsHdl, weld::Entry &, void) |
|
| DECL_LINK (EditFieldsListBoxHdl, weld::ComboBox &, void) |
|
| DECL_LINK (MappingSelectHdl, weld::TreeView &, void) |
|
| DECL_LINK (AddHdl, weld::Button &, void) |
|
| DECL_LINK (ModifyHdl, weld::Button &, void) |
|
| DECL_LINK (DeleteHdl, weld::Button &, void) |
|
| DECL_LINK (ToSimplifiedHeaderBarClick, int, void) |
|
| DECL_LINK (ToTraditionalHeaderBarClick, int, void) |
|
| DECL_LINK (SizeAllocHdl, const Size &, void) |
|
void | initDictionaryControl (DictionaryList *pList, const css::uno::Reference< css::linguistic2::XConversionDictionary > &xDictionary) |
|
void | updateAfterDirectionChange () |
|
void | updateButtons () |
|
bool | isEditFieldsHaveContent () const |
|
bool | isEditFieldsContentEqualsSelectedListContent () const |
|
DictionaryList & | getActiveDictionary () |
|
DictionaryList & | getReverseDictionary () |
|
const DictionaryList & | getActiveDictionary () const |
|
const DictionaryList & | getReverseDictionary () const |
|
◆ ChineseDictionaryDialog()
textconversiondlgs::ChineseDictionaryDialog::ChineseDictionaryDialog |
( |
weld::Window * |
pParent | ) |
|
|
explicit |
Definition at line 299 of file chinese_dictionarydialog.cxx.
References Any, SvtLinguConfig::GetProperty(), initDictionaryControl(), LINK, m_xCB_Reverse, m_xContext, m_xCT_DictionaryToSimplified, m_xCT_DictionaryToTraditional, m_xED_Mapping, m_xED_Term, m_xLB_Property, m_xPB_Add, m_xPB_Delete, m_xPB_Modify, m_xRB_To_Simplified, NONE, updateAfterDirectionChange(), and UPN_IS_REVERSE_MAPPING.
◆ ~ChineseDictionaryDialog()
textconversiondlgs::ChineseDictionaryDialog::~ChineseDictionaryDialog |
( |
| ) |
|
|
overridevirtual |
◆ DECL_LINK() [1/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
AddHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [2/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
DeleteHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [3/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
DirectionHdl |
, |
|
|
weld::Toggleable & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [4/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
EditFieldsHdl |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [5/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
EditFieldsListBoxHdl |
, |
|
|
weld::ComboBox & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [6/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
MappingSelectHdl |
, |
|
|
weld::TreeView & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [7/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
ModifyHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [8/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
SizeAllocHdl |
, |
|
|
const Size & |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [9/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
ToSimplifiedHeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ DECL_LINK() [10/10]
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
ToTraditionalHeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
◆ getActiveDictionary() [1/2]
DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getActiveDictionary |
( |
| ) |
|
|
private |
◆ getActiveDictionary() [2/2]
const DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getActiveDictionary |
( |
| ) |
const |
|
private |
◆ getReverseDictionary() [1/2]
DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getReverseDictionary |
( |
| ) |
|
|
private |
◆ getReverseDictionary() [2/2]
const DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getReverseDictionary |
( |
| ) |
const |
|
private |
◆ HeaderBarClick()
void textconversiondlgs::ChineseDictionaryDialog::HeaderBarClick |
( |
DictionaryList & |
rList, |
|
|
int |
nColumn |
|
) |
| |
|
staticprivate |
◆ initDictionaryControl()
void textconversiondlgs::ChineseDictionaryDialog::initDictionaryControl |
( |
DictionaryList * |
pList, |
|
|
const css::uno::Reference< css::linguistic2::XConversionDictionary > & |
xDictionary |
|
) |
| |
|
private |
◆ isEditFieldsContentEqualsSelectedListContent()
bool textconversiondlgs::ChineseDictionaryDialog::isEditFieldsContentEqualsSelectedListContent |
( |
| ) |
const |
|
private |
◆ isEditFieldsHaveContent()
bool textconversiondlgs::ChineseDictionaryDialog::isEditFieldsHaveContent |
( |
| ) |
const |
|
private |
◆ run()
short textconversiondlgs::ChineseDictionaryDialog::run |
( |
| ) |
|
|
overridevirtual |
◆ setDirectionAndTextConversionOptions()
void textconversiondlgs::ChineseDictionaryDialog::setDirectionAndTextConversionOptions |
( |
bool |
bDirectionToSimplified, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
◆ updateAfterDirectionChange()
void textconversiondlgs::ChineseDictionaryDialog::updateAfterDirectionChange |
( |
| ) |
|
|
private |
◆ updateButtons()
void textconversiondlgs::ChineseDictionaryDialog::updateButtons |
( |
| ) |
|
|
private |
◆ m_nTextConversionOptions
sal_Int32 textconversiondlgs::ChineseDictionaryDialog::m_nTextConversionOptions |
|
private |
◆ m_xCB_Reverse
std::unique_ptr<weld::CheckButton> textconversiondlgs::ChineseDictionaryDialog::m_xCB_Reverse |
|
private |
◆ m_xContext
css::uno::Reference<css::uno::XComponentContext> textconversiondlgs::ChineseDictionaryDialog::m_xContext |
|
private |
◆ m_xCT_DictionaryToSimplified
std::unique_ptr<DictionaryList> textconversiondlgs::ChineseDictionaryDialog::m_xCT_DictionaryToSimplified |
|
private |
◆ m_xCT_DictionaryToTraditional
std::unique_ptr<DictionaryList> textconversiondlgs::ChineseDictionaryDialog::m_xCT_DictionaryToTraditional |
|
private |
◆ m_xED_Mapping
std::unique_ptr<weld::Entry> textconversiondlgs::ChineseDictionaryDialog::m_xED_Mapping |
|
private |
◆ m_xED_Term
std::unique_ptr<weld::Entry> textconversiondlgs::ChineseDictionaryDialog::m_xED_Term |
|
private |
◆ m_xLB_Property
std::unique_ptr<weld::ComboBox> textconversiondlgs::ChineseDictionaryDialog::m_xLB_Property |
|
private |
◆ m_xPB_Add
std::unique_ptr<weld::Button> textconversiondlgs::ChineseDictionaryDialog::m_xPB_Add |
|
private |
◆ m_xPB_Delete
std::unique_ptr<weld::Button> textconversiondlgs::ChineseDictionaryDialog::m_xPB_Delete |
|
private |
◆ m_xPB_Modify
std::unique_ptr<weld::Button> textconversiondlgs::ChineseDictionaryDialog::m_xPB_Modify |
|
private |
◆ m_xRB_To_Simplified
std::unique_ptr<weld::RadioButton> textconversiondlgs::ChineseDictionaryDialog::m_xRB_To_Simplified |
|
private |
◆ m_xRB_To_Traditional
std::unique_ptr<weld::RadioButton> textconversiondlgs::ChineseDictionaryDialog::m_xRB_To_Traditional |
|
private |
The documentation for this class was generated from the following files: