office-gobmx/forms
Mike Kaganski 7e5f69aa33 Make tools::Time ctor taking sal_Int64 private
This ctor is meant to set the value of nTime directly; and that value
is not nanoseconds, but an encoded value, using SEC_/MIN_/HOUR_MASK.
But in some places, this ctor was misused for setting of nanoseconds,
which would only accidentally work for values less than one second.
All places that initialized tools::Time with 0, now use EMPTY.

This makes the ctor private; and for the very few cases where really
the encoded value of nTime is stored / restored, fromEncodedTime is
introduced.

Change-Id: I1f1994bd9aab1b51a41b1de637619049fe820da4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175283
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2024-10-21 10:30:58 +02:00
..
inc Make NC_ constexpr-friendly 2023-10-12 18:17:49 +02:00
qa Fix typo 2024-06-19 22:57:51 +02:00
source Make tools::Time ctor taking sal_Int64 private 2024-10-21 10:30:58 +02:00
util
workben/xforms
AllLangMoTarget_frm.mk
IwyuFilter_forms.yaml
JunitTest_forms_complex.mk
JunitTest_forms_unoapi_1.mk
JunitTest_forms_unoapi_2.mk
JunitTest_forms_unoapi_3.mk
JunitTest_forms_unoapi_4.mk
Library_frm.mk don't need -I ... YaccTarget/connectivity/source/parse in forms 2024-05-20 12:13:38 +02:00
Makefile
Module_forms.mk
README.md

Embedded Forms Control and Pieces

design forms in documents, fields and database driven.