implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230

Desktop / LibreOffice - Eike Rathke [redhat.com] - 26 January 2015 11:12 UTC

Implementation only, new local date/time routines not used yet from the outside in this step.

cd528c3 implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230
basic/source/runtime/methods1.cxx | 20 +++----
i18npool/inc/calendarImpl.hxx | 14 +++--
i18npool/inc/calendar_gregorian.hxx | 4 ++
i18npool/source/calendar/calendarImpl.cxx | 23 +++++++-
i18npool/source/calendar/calendar_gregorian.cxx | 34 ++++++++++++
.../source/registerservices/registerservices.cxx | 3 ++
i18npool/util/i18npool.component | 1 +
include/unotools/calendarwrapper.hxx | 18 ++++---
offapi/UnoApi_offapi.mk | 2 +
offapi/com/sun/star/i18n/LocaleCalendar2.idl | 27 ++++++++++
offapi/com/sun/star/i18n/XCalendar.idl | 12 ++---
offapi/com/sun/star/i18n/XCalendar4.idl | 57 ++++++++++++++++++++
svl/source/numbers/zforfind.cxx | 6 +--
unotools/source/i18n/calendarwrapper.cxx | 4 +-
14 files changed, 191 insertions(+), 34 deletions(-)

Upstream: cgit.freedesktop.org


  • Share