19#ifndef INCLUDED_REPORTDESIGN_SOURCE_UI_INC_DATETIME_HXX
20#define INCLUDED_REPORTDESIGN_SOURCE_UI_INC_DATETIME_HXX
23#include <com/sun/star/report/XSection.hpp>
24#include <com/sun/star/util/XNumberFormats.hpp>
25#include <com/sun/star/lang/Locale.hpp>
29class OReportController;
38 css::uno::Reference< css::report::XSection>
42 std::unique_ptr<weld::CheckButton>
m_xDate;
45 std::unique_ptr<weld::CheckButton>
m_xTime;
57 OUString
getFormatStringByKey(::sal_Int32 _nNumberFormatKey,
const css::uno::Reference< css::util::XNumberFormats>& _xFormats,
bool _bTime);
72 css::uno::Reference< css::report::XSection> _xHoldAlive,
74 virtual short run()
override;