LibreOffice Module cui (master) 1
|
#include <optdict.hxx>
Public Member Functions | |
SvxNewDictionaryDialog (weld::Window *pParent) | |
const css::uno::Reference< css::linguistic2::XDictionary > & | GetNewDictionary () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Member Functions | |
DECL_LINK (OKHdl_Impl, weld::Button &, void) | |
DECL_LINK (ModifyHdl_Impl, weld::Entry &, void) | |
Private Attributes | |
std::unique_ptr< weld::Entry > | m_xNameEdit |
std::unique_ptr< SvxLanguageBox > | m_xLanguageLB |
std::unique_ptr< weld::CheckButton > | m_xExceptBtn |
std::unique_ptr< weld::Button > | m_xOKBtn |
css::uno::Reference< css::linguistic2::XDictionary > | m_xNewDic |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 38 of file optdict.hxx.
SvxNewDictionaryDialog::SvxNewDictionaryDialog | ( | weld::Window * | pParent | ) |
Definition at line 112 of file optdict.cxx.
References LINK, m_xLanguageLB, m_xNameEdit, and m_xOKBtn.
|
private |
|
private |
|
inline |
Definition at line 53 of file optdict.hxx.
References m_xNewDic.
|
private |
Definition at line 43 of file optdict.hxx.
|
private |
Definition at line 42 of file optdict.hxx.
Referenced by SvxNewDictionaryDialog().
|
private |
Definition at line 41 of file optdict.hxx.
Referenced by SvxNewDictionaryDialog().
|
private |
Definition at line 45 of file optdict.hxx.
Referenced by GetNewDictionary().
|
private |
Definition at line 44 of file optdict.hxx.
Referenced by SvxNewDictionaryDialog().