LibreOffice Module sfx2 (master) 1
|
#include <dinfdlg.hxx>
Public Member Functions | |
CustomPropertiesDateField (SvtCalendarBox *pDateField) | |
void | set_visible (bool bVisible) |
Date | get_date () const |
void | set_date (const Date &rDate) |
~CustomPropertiesDateField () | |
Public Attributes | |
::std::optional< sal_Int16 > | m_TZ |
Private Attributes | |
std::unique_ptr< SvtCalendarBox > | m_xDateField |
Definition at line 245 of file dinfdlg.hxx.
CustomPropertiesDateField::CustomPropertiesDateField | ( | SvtCalendarBox * | pDateField | ) |
Definition at line 1666 of file dinfdlg.cxx.
References m_xDateField, and DateTime::SYSTEM.
CustomPropertiesDateField::~CustomPropertiesDateField | ( | ) |
Definition at line 1688 of file dinfdlg.cxx.
Date CustomPropertiesDateField::get_date | ( | ) | const |
Definition at line 1678 of file dinfdlg.cxx.
References m_xDateField.
void CustomPropertiesDateField::set_date | ( | const Date & | rDate | ) |
Definition at line 1683 of file dinfdlg.cxx.
References m_xDateField.
void CustomPropertiesDateField::set_visible | ( | bool | bVisible | ) |
Definition at line 1673 of file dinfdlg.cxx.
References bVisible, and m_xDateField.
::std::optional<sal_Int16> CustomPropertiesDateField::m_TZ |
Definition at line 250 of file dinfdlg.hxx.
|
private |
Definition at line 248 of file dinfdlg.hxx.
Referenced by CustomPropertiesDateField(), get_date(), set_date(), and set_visible().