#include <hangulhanjadlg.hxx>
|
| DECL_LINK (OriginalModifyHdl, weld::ComboBox &, void) |
|
| DECL_LINK (ScrollHdl, weld::ScrolledWindow &, void) |
|
| DECL_LINK (EditModifyHdl1, weld::Entry &, void) |
|
| DECL_LINK (EditModifyHdl2, weld::Entry &, void) |
|
| DECL_LINK (EditModifyHdl3, weld::Entry &, void) |
|
| DECL_LINK (EditModifyHdl4, weld::Entry &, void) |
|
| DECL_LINK (BookLBSelectHdl, weld::ComboBox &, void) |
|
| DECL_LINK (NewPBPushHdl, weld::Button &, void) |
|
| DECL_LINK (DeletePBPushHdl, weld::Button &, void) |
|
void | InitEditDictDialog (sal_uInt32 nSelDict) |
|
void | UpdateOriginalLB () |
|
void | UpdateSuggestions () |
|
void | UpdateButtonStates () |
|
void | SetEditText (SuggestionEdit &rEdit, sal_uInt16 nEntryNum) |
|
void | EditModify (const weld::Entry *pEdit, sal_uInt8 nEntryOffset) |
|
bool | DeleteEntryFromDictionary (const css::uno::Reference< css::linguistic2::XConversionDictionary > &xDict) |
|
Definition at line 247 of file hangulhanjadlg.hxx.
svx::HangulHanjaEditDictDialog::HangulHanjaEditDictDialog |
( |
weld::Window * |
pParent, |
|
|
HHDictList & |
rDictList, |
|
|
sal_uInt32 |
nSelDict |
|
) |
| |
Definition at line 1423 of file hangulhanjadlg.cxx.
References aName, InitEditDictDialog(), LINK, m_rDictList, m_xBookLB, m_xContents, m_xDeletePB, m_xEdit1, m_xEdit2, m_xEdit3, m_xEdit4, m_xNewPB, m_xOriginalLB, m_xScrollSB, MAXNUM_SUGGESTIONS, and n.
svx::HangulHanjaEditDictDialog::~HangulHanjaEditDictDialog |
( |
| ) |
|
|
overridevirtual |
svx::HangulHanjaEditDictDialog::DECL_LINK |
( |
EditModifyHdl1 |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
svx::HangulHanjaEditDictDialog::DECL_LINK |
( |
EditModifyHdl2 |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
svx::HangulHanjaEditDictDialog::DECL_LINK |
( |
EditModifyHdl3 |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
svx::HangulHanjaEditDictDialog::DECL_LINK |
( |
EditModifyHdl4 |
, |
|
|
weld::Entry & |
, |
|
|
void |
|
|
) |
| |
|
private |
svx::HangulHanjaEditDictDialog::DECL_LINK |
( |
NewPBPushHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
svx::HangulHanjaEditDictDialog::DECL_LINK |
( |
DeletePBPushHdl |
, |
|
|
weld::Button & |
, |
|
|
void |
|
|
) |
| |
|
private |
bool svx::HangulHanjaEditDictDialog::DeleteEntryFromDictionary |
( |
const css::uno::Reference< css::linguistic2::XConversionDictionary > & |
xDict | ) |
|
|
private |
void svx::HangulHanjaEditDictDialog::InitEditDictDialog |
( |
sal_uInt32 |
nSelDict | ) |
|
|
private |
void svx::HangulHanjaEditDictDialog::SetEditText |
( |
SuggestionEdit & |
rEdit, |
|
|
sal_uInt16 |
nEntryNum |
|
) |
| |
|
private |
void svx::HangulHanjaEditDictDialog::UpdateButtonStates |
( |
| ) |
|
|
private |
void svx::HangulHanjaEditDictDialog::UpdateOriginalLB |
( |
| ) |
|
|
private |
void svx::HangulHanjaEditDictDialog::UpdateScrollbar |
( |
| ) |
|
void svx::HangulHanjaEditDictDialog::UpdateSuggestions |
( |
| ) |
|
|
private |
const OUString svx::HangulHanjaEditDictDialog::m_aEditHintText |
|
private |
OUString svx::HangulHanjaEditDictDialog::m_aOriginal |
|
private |
bool svx::HangulHanjaEditDictDialog::m_bModifiedOriginal |
|
private |
bool svx::HangulHanjaEditDictDialog::m_bModifiedSuggestions |
|
private |
sal_uInt32 svx::HangulHanjaEditDictDialog::m_nCurrentDict |
|
private |
sal_uInt16 svx::HangulHanjaEditDictDialog::m_nTopPos |
|
private |
HHDictList& svx::HangulHanjaEditDictDialog::m_rDictList |
|
private |
std::unique_ptr<weld::ComboBox> svx::HangulHanjaEditDictDialog::m_xBookLB |
|
private |
std::unique_ptr<weld::Widget> svx::HangulHanjaEditDictDialog::m_xContents |
|
private |
std::unique_ptr<weld::Button> svx::HangulHanjaEditDictDialog::m_xDeletePB |
|
private |
std::unique_ptr<SuggestionEdit> svx::HangulHanjaEditDictDialog::m_xEdit1 |
|
private |
std::unique_ptr<SuggestionEdit> svx::HangulHanjaEditDictDialog::m_xEdit2 |
|
private |
std::unique_ptr<SuggestionEdit> svx::HangulHanjaEditDictDialog::m_xEdit3 |
|
private |
std::unique_ptr<SuggestionEdit> svx::HangulHanjaEditDictDialog::m_xEdit4 |
|
private |
std::unique_ptr<weld::Button> svx::HangulHanjaEditDictDialog::m_xNewPB |
|
private |
std::unique_ptr<weld::ComboBox> svx::HangulHanjaEditDictDialog::m_xOriginalLB |
|
private |
std::unique_ptr<SuggestionList> svx::HangulHanjaEditDictDialog::m_xSuggestions |
|
private |
The documentation for this class was generated from the following files: