LibreOffice Module cui (master)
1
|
#include <hangulhanjadlg.hxx>
Public Member Functions | |
HangulHanjaOptionsDialog (weld::Window *pParent) | |
virtual | ~HangulHanjaOptionsDialog () override |
void | AddDict (const OUString &_rName, bool _bChecked) |
![]() | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
![]() | |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OString &rHelpId) |
OString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (OkHdl, weld::Button &, void) | |
DECL_LINK (DictsLB_SelectHdl, weld::TreeView &, void) | |
DECL_LINK (NewDictHdl, weld::Button &, void) | |
DECL_LINK (EditDictHdl, weld::Button &, void) | |
DECL_LINK (DeleteDictHdl, weld::Button &, void) | |
void | Init () |
reads settings from core and init controls More... | |
Private Attributes | |
HHDictList | m_aDictList |
css::uno::Reference< css::linguistic2::XConversionDictionaryList > | m_xConversionDictionaryList |
std::unique_ptr< weld::TreeView > | m_xDictsLB |
std::unique_ptr< weld::CheckButton > | m_xIgnorepostCB |
std::unique_ptr< weld::CheckButton > | m_xShowrecentlyfirstCB |
std::unique_ptr< weld::CheckButton > | m_xAutoreplaceuniqueCB |
std::unique_ptr< weld::Button > | m_xNewPB |
std::unique_ptr< weld::Button > | m_xEditPB |
std::unique_ptr< weld::Button > | m_xDeletePB |
std::unique_ptr< weld::Button > | m_xOkPB |
Additional Inherited Members | |
![]() | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
![]() | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 177 of file hangulhanjadlg.hxx.
svx::HangulHanjaOptionsDialog::HangulHanjaOptionsDialog | ( | weld::Window * | pParent | ) |
Definition at line 879 of file hangulhanjadlg.cxx.
References Any, weld::Check, SvtLinguConfig::GetProperty(), Init(), LINK, m_xAutoreplaceuniqueCB, m_xDeletePB, m_xDictsLB, m_xEditPB, m_xIgnorepostCB, m_xNewPB, m_xOkPB, m_xShowrecentlyfirstCB, UPH_IS_AUTO_REPLACE_UNIQUE_ENTRIES, UPH_IS_IGNORE_POST_POSITIONAL_WORD, and UPH_IS_SHOW_ENTRIES_RECENTLY_USED_FIRST.
|
overridevirtual |
Definition at line 920 of file hangulhanjadlg.cxx.
void svx::HangulHanjaOptionsDialog::AddDict | ( | const OUString & | _rName, |
bool | _bChecked | ||
) |
Definition at line 924 of file hangulhanjadlg.cxx.
References m_xDictsLB, TRISTATE_FALSE, and TRISTATE_TRUE.
Referenced by Init().
|
private |
|
private |
|
private |
|
private |
|
private |
reads settings from core and init controls
Definition at line 711 of file hangulhanjadlg.cxx.
References AddDict(), Any, comphelper::getProcessComponentContext(), i, LANGUAGE_KOREAN, m_aDictList, m_xConversionDictionaryList, m_xDictsLB, and nCount.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 180 of file hangulhanjadlg.hxx.
Referenced by Init().
|
private |
Definition at line 186 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 181 of file hangulhanjadlg.hxx.
Referenced by Init().
|
private |
Definition at line 189 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 183 of file hangulhanjadlg.hxx.
Referenced by AddDict(), HangulHanjaOptionsDialog(), and Init().
|
private |
Definition at line 188 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 184 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 187 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 190 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().
|
private |
Definition at line 185 of file hangulhanjadlg.hxx.
Referenced by HangulHanjaOptionsDialog().