summaryrefslogtreecommitdiff
ModeNameSize
d---------.git-hooks148logplain
d---------.github / workflows36logplain
-rw-r--r--.gitignore177logplain
-rw-r--r--.gitreview92logplain
-rw-r--r--AllLangHelp_sbasic.mk24065logplain
-rw-r--r--AllLangHelp_scalc.mk23237logplain
-rw-r--r--AllLangHelp_schart.mk3549logplain
-rw-r--r--AllLangHelp_sdatabase.mk5214logplain
-rw-r--r--AllLangHelp_sdraw.mk3010logplain
-rw-r--r--AllLangHelp_shared.mk46591logplain
-rw-r--r--AllLangHelp_simpress.mk11073logplain
-rw-r--r--AllLangHelp_smath.mk4565logplain
-rw-r--r--AllLangHelp_swriter.mk23333logplain
-rw-r--r--AllLangPackage_html_lang.mk1104logplain
-rw-r--r--AllLangPackage_html_media_lang.mk13958logplain
-rw-r--r--CustomTarget_html.mk16609logplain
-rw-r--r--CustomTarget_imagelist.mk1805logplain
-rw-r--r--GeneratedPackage_html_icon-themes.mk694logplain
-rw-r--r--GeneratedPackage_html_lang_generated.mk834logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_helpcontent2.mk1141logplain
-rw-r--r--Package_helpimages.mk602logplain
-rw-r--r--Package_html_dynamic.mk822logplain
-rw-r--r--Package_html_media.mk17815logplain
-rw-r--r--Package_html_static.mk1011logplain
-rw-r--r--README.md436logplain
-rwxr-xr-xhelp-to-wiki.py3070logplain
d---------help3xsl940logplain
d---------helpers573logplain
d---------source99logplain
d---------to-wiki83logplain
-rwxr-xr-xupload-wiki.pl6134logplain
fice-7-0-6'>libreoffice-7-0-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/source/datetime
AgeCommit message (Expand)Author
2024-11-24cid#1607163 silence Overflowed return valueCaolán McNamara
2024-10-21Make tools::Time ctor taking sal_Int64 privateMike Kaganski
2024-10-21Optimize a bitMike Kaganski
2024-10-16loplugin:unusedmethodsNoel Grandin
2024-10-14cid#1607163 Overflowed return valueNoel Grandin
2024-10-08Reimplement GetSystemDateTime using std::chronoMike Kaganski
2024-10-08Simplify tools::Time codeMike Kaganski
2024-09-13sw: add Comments Panel in sidebarMohit Marathe
2024-05-13do less OString->OUString conversion in tools datetime functionsNoel Grandin
2023-08-03Resolves: tdf#127334 Increase tools::Duration accuracy epsilon unsharpnessEike Rathke
2023-06-27Fix typoAndrea Gelmini
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke
2023-06-23Clamp and assert maximum hours value in Time::init()Eike Rathke
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke
2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke
2023-06-21rbOverflow was already set for bBadNS, unnecessary to set it againEike Rathke
2023-06-21Introduce double DateTime::Sub() as a substitute for friend double operator-()Eike Rathke
2023-06-20Use tools::Duration in friend double operator-() if DateTime has Time setEike Rathke
2023-06-19Fix TB Jenkins_Linux_Ubsan (duration.cxx)Julien Nabet
2023-06-17Fix typoAndrea Gelmini
2023-06-17Related: tdf#153517 Introduce class tools::DurationEike Rathke
2023-05-28Factor out DateTime::NormalizeTimeRemainderAndApply(tools::Time& rTime)Eike Rathke
2023-05-19Eliminate 24h loops in DateTime::operator+=/-=(tools::Time&)Eike Rathke
2022-11-22Calculate null-date days to assert only onceEike Rathke
2022-11-22Avoid second null-date check of convertDateToDaysNormalizing()Eike Rathke
2022-11-22Related: tdf#152114 Move some tools' Date class algorithms to comphelper::dateEike Rathke