7e5f69aa33
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> |
||
---|---|---|
.. | ||
inc | ||
langsupport | ||
qa | ||
source | ||
uiconfig/ui | ||
util | ||
AllLangMoTarget_svt.mk | ||
CppunitTest_svtools_dialogs_test.mk | ||
CppunitTest_svtools_graphic.mk | ||
CppunitTest_svtools_html.mk | ||
Executable_langsupport.mk | ||
IwyuFilter_svtools.yaml | ||
JunitTest_svtools_unoapi.mk | ||
Library_svt.mk | ||
Makefile | ||
Module_svtools.mk | ||
README.md | ||
UIConfig_svt.mk |
Tools on the Top of VCL
Common dialogs, file and print dialogs, wizards, vcl filters, lots of helper code.