LibreOffice Module cui (master) 1
|
#include <srchxtra.hxx>
Public Member Functions | |
SvxSearchSimilarityDialog (weld::Window *pParent, bool bRelax, sal_uInt16 nOther, sal_uInt16 nShorter, sal_uInt16 nLonger) | |
virtual | ~SvxSearchSimilarityDialog () override |
sal_uInt16 | GetOther () const |
sal_uInt16 | GetShorter () const |
sal_uInt16 | GetLonger () const |
bool | IsRelaxed () 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 Attributes | |
std::unique_ptr< weld::SpinButton > | m_xOtherFld |
std::unique_ptr< weld::SpinButton > | m_xLongerFld |
std::unique_ptr< weld::SpinButton > | m_xShorterFld |
std::unique_ptr< weld::CheckButton > | m_xRelaxBox |
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 59 of file srchxtra.hxx.
SvxSearchSimilarityDialog::SvxSearchSimilarityDialog | ( | weld::Window * | pParent, |
bool | bRelax, | ||
sal_uInt16 | nOther, | ||
sal_uInt16 | nShorter, | ||
sal_uInt16 | nLonger | ||
) |
Definition at line 214 of file srchxtra.cxx.
References m_xLongerFld, m_xOtherFld, m_xRelaxBox, and m_xShorterFld.
|
overridevirtual |
Definition at line 228 of file srchxtra.cxx.
|
inline |
Definition at line 77 of file srchxtra.hxx.
References m_xLongerFld.
|
inline |
Definition at line 75 of file srchxtra.hxx.
References m_xOtherFld.
|
inline |
Definition at line 76 of file srchxtra.hxx.
References m_xShorterFld.
|
inline |
Definition at line 78 of file srchxtra.hxx.
References m_xRelaxBox.
|
private |
Definition at line 63 of file srchxtra.hxx.
Referenced by GetLonger(), and SvxSearchSimilarityDialog().
|
private |
Definition at line 62 of file srchxtra.hxx.
Referenced by GetOther(), and SvxSearchSimilarityDialog().
|
private |
Definition at line 65 of file srchxtra.hxx.
Referenced by IsRelaxed(), and SvxSearchSimilarityDialog().
|
private |
Definition at line 64 of file srchxtra.hxx.
Referenced by GetShorter(), and SvxSearchSimilarityDialog().