#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 |
|
textconversiondlgs::ChineseDictionaryDialog::ChineseDictionaryDialog |
( |
weld::Window * |
pParent | ) |
|
|
explicit |
Definition at line 298 of file chinese_dictionarydialog.cxx.
References Any, cppu::defaultBootstrap_InitialComponentContext(), SvtLinguConfig::GetProperty(), i18n, 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.
textconversiondlgs::ChineseDictionaryDialog::~ChineseDictionaryDialog |
( |
| ) |
|
|
overridevirtual |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
EditFieldsHdl |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
EditFieldsListBoxHdl |
, |
|
|
weld::ComboBox & |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
MappingSelectHdl |
, |
|
|
weld::TreeView & |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
AddHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
ModifyHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
DeleteHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
ToSimplifiedHeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
ToTraditionalHeaderBarClick |
, |
|
|
int |
, |
|
|
void |
|
|
) |
| |
|
private |
textconversiondlgs::ChineseDictionaryDialog::DECL_LINK |
( |
SizeAllocHdl |
, |
|
|
const Size & |
, |
|
|
void |
|
|
) |
| |
|
private |
DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getActiveDictionary |
( |
| ) |
|
|
private |
const DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getActiveDictionary |
( |
| ) |
const |
|
private |
DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getReverseDictionary |
( |
| ) |
|
|
private |
const DictionaryList & textconversiondlgs::ChineseDictionaryDialog::getReverseDictionary |
( |
| ) |
const |
|
private |
void textconversiondlgs::ChineseDictionaryDialog::initDictionaryControl |
( |
DictionaryList * |
pList, |
|
|
const css::uno::Reference< css::linguistic2::XConversionDictionary > & |
xDictionary |
|
) |
| |
|
private |
bool textconversiondlgs::ChineseDictionaryDialog::isEditFieldsContentEqualsSelectedListContent |
( |
| ) |
const |
|
private |
bool textconversiondlgs::ChineseDictionaryDialog::isEditFieldsHaveContent |
( |
| ) |
const |
|
private |
short textconversiondlgs::ChineseDictionaryDialog::run |
( |
| ) |
|
|
overridevirtual |
void textconversiondlgs::ChineseDictionaryDialog::setDirectionAndTextConversionOptions |
( |
bool |
bDirectionToSimplified, |
|
|
sal_Int32 |
nTextConversionOptions |
|
) |
| |
void textconversiondlgs::ChineseDictionaryDialog::updateAfterDirectionChange |
( |
| ) |
|
|
private |
void textconversiondlgs::ChineseDictionaryDialog::updateButtons |
( |
| ) |
|
|
private |
sal_Int32 textconversiondlgs::ChineseDictionaryDialog::m_nTextConversionOptions |
|
private |
std::unique_ptr<weld::CheckButton> textconversiondlgs::ChineseDictionaryDialog::m_xCB_Reverse |
|
private |
css::uno::Reference<css::uno::XComponentContext> textconversiondlgs::ChineseDictionaryDialog::m_xContext |
|
private |
std::unique_ptr<DictionaryList> textconversiondlgs::ChineseDictionaryDialog::m_xCT_DictionaryToSimplified |
|
private |
std::unique_ptr<DictionaryList> textconversiondlgs::ChineseDictionaryDialog::m_xCT_DictionaryToTraditional |
|
private |
std::unique_ptr<weld::Entry> textconversiondlgs::ChineseDictionaryDialog::m_xED_Mapping |
|
private |
std::unique_ptr<weld::Entry> textconversiondlgs::ChineseDictionaryDialog::m_xED_Term |
|
private |
std::unique_ptr<weld::Label> textconversiondlgs::ChineseDictionaryDialog::m_xFT_Mapping |
|
private |
std::unique_ptr<weld::Label> textconversiondlgs::ChineseDictionaryDialog::m_xFT_Property |
|
private |
std::unique_ptr<weld::Label> textconversiondlgs::ChineseDictionaryDialog::m_xFT_Term |
|
private |
std::unique_ptr<weld::ComboBox> textconversiondlgs::ChineseDictionaryDialog::m_xLB_Property |
|
private |
std::unique_ptr<weld::Button> textconversiondlgs::ChineseDictionaryDialog::m_xPB_Add |
|
private |
std::unique_ptr<weld::Button> textconversiondlgs::ChineseDictionaryDialog::m_xPB_Delete |
|
private |
std::unique_ptr<weld::Button> textconversiondlgs::ChineseDictionaryDialog::m_xPB_Modify |
|
private |
std::unique_ptr<weld::RadioButton> textconversiondlgs::ChineseDictionaryDialog::m_xRB_To_Simplified |
|
private |
std::unique_ptr<weld::RadioButton> textconversiondlgs::ChineseDictionaryDialog::m_xRB_To_Traditional |
|
private |
The documentation for this class was generated from the following files: