|
LibreOffice Module sfx2 (master) 1
|
#include <dinfdlg.hxx>
Public Member Functions | |
| CustomPropertiesTimeField (std::unique_ptr< weld::FormattedSpinButton > xTimeField) | |
| void | set_visible (bool bVisible) |
| tools::Time | get_value () const |
| void | set_value (const tools::Time &rTime) |
| ~CustomPropertiesTimeField () | |
Public Attributes | |
| std::unique_ptr< weld::FormattedSpinButton > | m_xTimeField |
| std::unique_ptr< weld::TimeFormatter > | m_xFormatter |
| bool | m_isUTC |
Definition at line 264 of file dinfdlg.hxx.
| CustomPropertiesTimeField::CustomPropertiesTimeField | ( | std::unique_ptr< weld::FormattedSpinButton > | xTimeField | ) |
Definition at line 1643 of file dinfdlg.cxx.
References m_xFormatter.
| CustomPropertiesTimeField::~CustomPropertiesTimeField | ( | ) |
Definition at line 1662 of file dinfdlg.cxx.
| tools::Time CustomPropertiesTimeField::get_value | ( | ) | const |
Definition at line 1652 of file dinfdlg.cxx.
References m_xFormatter.
| void CustomPropertiesTimeField::set_value | ( | const tools::Time & | rTime | ) |
Definition at line 1657 of file dinfdlg.cxx.
References m_xFormatter.
|
inline |
Definition at line 272 of file dinfdlg.hxx.
References bVisible.
| bool CustomPropertiesTimeField::m_isUTC |
Definition at line 269 of file dinfdlg.hxx.
| std::unique_ptr<weld::TimeFormatter> CustomPropertiesTimeField::m_xFormatter |
Definition at line 268 of file dinfdlg.hxx.
Referenced by CustomPropertiesTimeField(), get_value(), and set_value().
| std::unique_ptr<weld::FormattedSpinButton> CustomPropertiesTimeField::m_xTimeField |
Definition at line 267 of file dinfdlg.hxx.