LibreOffice Module sfx2 (master) 1
|
#include <dinfdlg.hxx>
Public Member Functions | |
DurationDialog_Impl (weld::Widget *pParent, const css::util::Duration &rDuration) | |
css::util::Duration | GetDuration () 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::CheckButton > | m_xNegativeCB |
std::unique_ptr< weld::SpinButton > | m_xYearNF |
std::unique_ptr< weld::SpinButton > | m_xMonthNF |
std::unique_ptr< weld::SpinButton > | m_xDayNF |
std::unique_ptr< weld::SpinButton > | m_xHourNF |
std::unique_ptr< weld::SpinButton > | m_xMinuteNF |
std::unique_ptr< weld::SpinButton > | m_xSecondNF |
std::unique_ptr< weld::SpinButton > | m_xMSecondNF |
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 279 of file dinfdlg.hxx.
DurationDialog_Impl::DurationDialog_Impl | ( | weld::Widget * | pParent, |
const css::util::Duration & | rDuration | ||
) |
Definition at line 1257 of file dinfdlg.cxx.
References m_xDayNF, m_xHourNF, m_xMinuteNF, m_xMonthNF, m_xMSecondNF, m_xNegativeCB, m_xSecondNF, and m_xYearNF.
util::Duration DurationDialog_Impl::GetDuration | ( | ) | const |
Definition at line 1278 of file dinfdlg.cxx.
References m_xDayNF, m_xHourNF, m_xMinuteNF, m_xMonthNF, m_xMSecondNF, m_xNegativeCB, m_xSecondNF, and m_xYearNF.
|
private |
Definition at line 284 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 285 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 286 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 283 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 288 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 281 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 287 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().
|
private |
Definition at line 282 of file dinfdlg.hxx.
Referenced by DurationDialog_Impl(), and GetDuration().