[PATCH] i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.

Eike Rathke (via Code Review) gerrit at gerrit.libreoffice.org
Mon Jul 15 04:46:01 PDT 2013


Hello Lionel Elie Mamane, LibreOffice gerrit bot, Michael Stahl, Michael Meeks,

I'd like you to reexamine a change.  Please visit

    https://gerrit.libreoffice.org/4833

to look at the new patch set (#5).

Change subject: i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.
......................................................................

i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.

Add IsUTC member to:

com.sun.star.util.DateTime
com.sun.star.util.DateTimeRange
com.sun.star.util.Time

Add new stucts with explicit time zones:

com.sun.star.util.DateTimeWithTimezone
com.sun.star.util.DateWithTimezone
com.sun.star.util.TimeWithTimezone

Adapt the sax::Converter to read/write timezones, and fix the unit test.

Everything else just uses default (no time zone), this commit is just
to fix the API.

STRUCT: /UCR/com/sun/star/util/DateTime
    nFields1 = 7  !=  nFields2 = 8
    Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/DateTimeRange
    nFields1 = 14  !=  nFields2 = 15
    Registry2 contains 1 more fields
STRUCT: /UCR/com/sun/star/util/Time
    nFields1 = 4  !=  nFields2 = 5
    Registry2 contains 1 more fields

Conflicts:
	sc/source/filter/oox/unitconverter.cxx

Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18
---
M comphelper/source/misc/anycompare.cxx
M connectivity/source/commontools/dbconversion.cxx
M connectivity/source/drivers/file/FDateFunctions.cxx
M connectivity/source/drivers/odbcbase/ODatabaseMetaDataResultSet.cxx
M connectivity/source/drivers/odbcbase/OResultSet.cxx
M extensions/source/propctrlr/standardcontrol.cxx
M forms/source/xforms/convert.cxx
M offapi/UnoApi_offapi.mk
M offapi/com/sun/star/util/Date.idl
M offapi/com/sun/star/util/DateTime.idl
M offapi/com/sun/star/util/DateTimeRange.idl
A offapi/com/sun/star/util/DateTimeWithTimezone.idl
A offapi/com/sun/star/util/DateWithTimezone.idl
M offapi/com/sun/star/util/Time.idl
A offapi/com/sun/star/util/TimeWithTimezone.idl
M offapi/type_reference/offapi.rdb
M oox/source/docprop/docprophandler.cxx
M qadevOOo/tests/java/ifc/sdbc/_XParameters.java
M reportdesign/source/core/sdr/RptObject.cxx
M sax/qa/cppunit/test_converter.cxx
M sax/source/tools/converter.cxx
M sc/source/filter/oox/unitconverter.cxx
M sd/source/ui/annotations/annotationmanager.cxx
M sfx2/source/appl/sfxpicklist.cxx
M sfx2/source/dialog/dinfdlg.cxx
M sfx2/source/doc/SfxDocumentMetaData.cxx
M sfx2/source/doc/objcont.cxx
M sfx2/source/doc/oleprops.cxx
M sfx2/source/view/viewprn.cxx
M svl/source/items/dateitem.cxx
M svtools/source/misc/templatefoldercache.cxx
M svtools/source/svhtml/parhtml.cxx
M sw/source/core/doc/docglbl.cxx
M sw/source/filter/ww8/ww8par.cxx
M toolkit/source/controls/unocontrols.cxx
M ucb/source/ucp/ftp/ftpdirp.hxx
M ucb/source/ucp/gio/gio_content.cxx
M unotools/source/misc/datetime.cxx
M writerfilter/source/rtftok/rtfdocumentimpl.cxx
M xmloff/source/chart/SchXMLExport.cxx
40 files changed, 452 insertions(+), 115 deletions(-)


  git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/33/4833/5
-- 
To view, visit https://gerrit.libreoffice.org/4833
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I01f7a6d082a6b090c8efe71d2de137474c495c18
Gerrit-PatchSet: 5
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Michael Stahl <mstahl at redhat.com>
Gerrit-Reviewer: Eike Rathke <erack at redhat.com>
Gerrit-Reviewer: LibreOffice gerrit bot <gerrit at libreoffice.org>
Gerrit-Reviewer: Lionel Elie Mamane <lionel at mamane.lu>
Gerrit-Reviewer: Michael Meeks <michael.meeks at suse.com>
Gerrit-Reviewer: Michael Stahl <mstahl at redhat.com>



More information about the LibreOffice mailing list