office-gobmx/svtools
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 Add Santali, Ol Chiki {sat-Olck-IN} [0x06B3] to language list 2024-10-14 18:36:38 +02:00
langsupport
qa loplugin:ostr in svtools 2024-05-13 19:13:53 +02:00
source Make tools::Time ctor taking sal_Int64 private 2024-10-21 10:30:58 +02:00
uiconfig/ui svtools a11y: Set underline/mnemonic char for "Restart" dialog 2024-10-18 18:59:30 +02:00
util
AllLangMoTarget_svt.mk
CppunitTest_svtools_dialogs_test.mk Remove unused headers found by bin/find-unusedheaders.sh 2023-12-24 11:50:41 +01:00
CppunitTest_svtools_graphic.mk Use less libxml2 external headers dependency 2023-09-29 00:20:57 +02:00
CppunitTest_svtools_html.mk
Executable_langsupport.mk Remove unused headers found by bin/find-unusedheaders.sh 2023-12-24 11:50:41 +01:00
IwyuFilter_svtools.yaml
JunitTest_svtools_unoapi.mk
Library_svt.mk Drop now unused SvtSlideSorterBarOptions class 2024-01-03 15:38:17 +01:00
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.