LibreOffice Module cui (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxNewDictionaryDialog Class Reference

#include <optdict.hxx>

Inheritance diagram for SvxNewDictionaryDialog:
[legend]
Collaboration diagram for SvxNewDictionaryDialog:
[legend]

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 DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () 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::Entrym_xNameEdit
 
std::unique_ptr< SvxLanguageBoxm_xLanguageLB
 
std::unique_ptr< weld::CheckButtonm_xExceptBtn
 
std::unique_ptr< weld::Buttonm_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::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 38 of file optdict.hxx.

Constructor & Destructor Documentation

◆ SvxNewDictionaryDialog()

SvxNewDictionaryDialog::SvxNewDictionaryDialog ( weld::Window pParent)

Definition at line 112 of file optdict.cxx.

References LINK, m_xLanguageLB, m_xNameEdit, and m_xOKBtn.

Member Function Documentation

◆ DECL_LINK() [1/2]

SvxNewDictionaryDialog::DECL_LINK ( ModifyHdl_Impl  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [2/2]

SvxNewDictionaryDialog::DECL_LINK ( OKHdl_Impl  ,
weld::Button ,
void   
)
private

◆ GetNewDictionary()

const css::uno::Reference< css::linguistic2::XDictionary > & SvxNewDictionaryDialog::GetNewDictionary ( ) const
inline

Definition at line 53 of file optdict.hxx.

References m_xNewDic.

Member Data Documentation

◆ m_xExceptBtn

std::unique_ptr<weld::CheckButton> SvxNewDictionaryDialog::m_xExceptBtn
private

Definition at line 43 of file optdict.hxx.

◆ m_xLanguageLB

std::unique_ptr<SvxLanguageBox> SvxNewDictionaryDialog::m_xLanguageLB
private

Definition at line 42 of file optdict.hxx.

Referenced by SvxNewDictionaryDialog().

◆ m_xNameEdit

std::unique_ptr<weld::Entry> SvxNewDictionaryDialog::m_xNameEdit
private

Definition at line 41 of file optdict.hxx.

Referenced by SvxNewDictionaryDialog().

◆ m_xNewDic

css::uno::Reference<css::linguistic2::XDictionary> SvxNewDictionaryDialog::m_xNewDic
private

Definition at line 45 of file optdict.hxx.

Referenced by GetNewDictionary().

◆ m_xOKBtn

std::unique_ptr<weld::Button> SvxNewDictionaryDialog::m_xOKBtn
private

Definition at line 44 of file optdict.hxx.

Referenced by SvxNewDictionaryDialog().


The documentation for this class was generated from the following files: