summaryrefslogtreecommitdiff
path: root/tools/source/datetime/tdate.cxx
AgeCommit message (Expand)Author
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
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: toolsStephan Bergmann
2020-01-22 don't warn about 0/0/0 year, commonly used as a default-value/no-valueNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-10-12Fix typosAndrea Gelmini
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-05-04tools: Avoid looking up system clock twice to get DateTimeTakeshi Abe
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-03use sal_Int32 in tools::DateNoel Grandin
2017-05-02Assert that nMonth and nDay <100 to be representableEike Rathke
2017-05-02Date::Normalize: handle day 0 and empty dateEike Rathke
2017-05-02Date::IsValidDate: year 0 is notEike Rathke
2017-04-28Month 100 was always wrongEike Rathke
2017-04-21remove some old MSVC workaroundsNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-06-09attempt to document the obscure MAX_DAYS valueEike Rathke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-10-28Date: avoid temporary conversions to sal_uIntPtrMatteo Casalin
2015-10-28Date: group common codeMatteo Casalin
2015-10-28Rename (private) Date::init and reuse itMatteo Casalin
2015-10-28Date: use support function for mapping years to daysMatteo Casalin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-07-08fdo#66507 - accelerate common datum date conversion to days.Michael Meeks
2014-06-26Mac OS X does provide localtime_rStephan Bergmann
2014-02-20fdo#66507 - accelerate date calculations as used vs. empty cells.Michael Meeks
2013-08-28Mark as constTakeshi Abe
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-05-17resolved fdo#63805 max day of month of the intended monthEike Rathke
2013-02-23sal: update log areasThomas Arnhold
2012-12-17remove unused ifndefMarkus Mohrhard
2012-08-19cleanup files in tools/sourcePhilipp Riemer
2012-08-19fdo#39468: Translated German comments in core/tools/sourceOliver Günther
2012-08-18re-indent falsely formatted code in tools/sourcePhilipp Riemer
2012-08-18removed ascii-art and blank lines in tools/sourcePhilipp Riemer
2012-08-13fdo#39468: Translated German comments in core/toolsOliver Günther
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz