LibreOffice Module dbaccess (master) 1
|
#include <dlgsize.hxx>
Public Member Functions | |
DlgSize (weld::Window *pParent, sal_Int32 nVal, bool bRow, sal_Int32 _nAlternativeStandard=-1) | |
virtual | ~DlgSize () override |
sal_Int32 | GetValue () 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 | |
void | SetValue (sal_Int32 nVal) |
DECL_LINK (CbClickHdl, weld::Toggleable &, void) | |
Private Attributes | |
sal_Int32 | m_nPrevValue |
std::unique_ptr< weld::MetricSpinButton > | m_xMF_VALUE |
std::unique_ptr< weld::CheckButton > | m_xCB_STANDARD |
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 26 of file dlgsize.hxx.
dbaui::DlgSize::DlgSize | ( | weld::Window * | pParent, |
sal_Int32 | nVal, | ||
bool | bRow, | ||
sal_Int32 | _nAlternativeStandard = -1 |
||
) |
Definition at line 28 of file dlgsize.cxx.
References CM, DEF_COL_WIDTH, DEF_ROW_HEIGHT, LINK, m_nPrevValue, m_xCB_STANDARD, and SetValue().
|
overridevirtual |
Definition at line 50 of file dlgsize.cxx.
|
private |
sal_Int32 dbaui::DlgSize::GetValue | ( | ) | const |
Definition at line 59 of file dlgsize.cxx.
References m_xCB_STANDARD, and m_xMF_VALUE.
Referenced by dbaui::adjustBrowseBoxColumnWidth(), dbaui::SbaGridControl::SetColWidth(), and dbaui::SbaGridControl::SetRowHeight().
|
private |
|
private |
Definition at line 29 of file dlgsize.hxx.
Referenced by DlgSize().
|
private |
Definition at line 35 of file dlgsize.hxx.
Referenced by DlgSize(), and GetValue().
|
private |
Definition at line 34 of file dlgsize.hxx.
Referenced by GetValue(), and SetValue().