12#include <bookmark.hxx>
21 const Date& rNullDate = m_pNumberFormatter->GetNullDate();
22 double dDate = rCalendar.get_date() - rNullDate;
23 m_pDateFieldmark->SetCurrentDate(dDate);
25 m_xFieldPopup->popdown();
31 , m_pNumberFormatter(pNumberFormatter)
32 , m_pDateFieldmark(dynamic_cast<
sw::mark::DateFieldmark*>(&m_rFieldmark))
50 m_xCalendar->set_date(rNullDate + sal_Int32(aResult.second));
static std::unique_ptr< weld::Builder > CreateBuilder(weld::Widget *pParent, const OUString &rUIFile, bool bMobile=false, sal_uInt64 nLOKWindowId=0)
Window class for the Writer edit area, this is the one handling mouse and keyboard events and doing t...
Fieldmark representing a date form field.
std::pair< bool, double > GetCurrentDate() const override
weld::Window * GetFrameWeld() const
#define LINK(Instance, Class, Member)
Dialog to specify the properties of date form field.