summaryrefslogtreecommitdiff
path: root/tools/source/datetime
AgeCommit message (Expand)Author
2019-09-01Fix '..'Andrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin
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-09-03Missing includeStephan Bergmann
2018-08-31Do as the comment says it should do..Eike Rathke
2018-08-31The never ending rounding and scaling of tools::Time::GetClock()Eike Rathke
2018-08-29Round fraction if possible, else truncate; tools::Time::GetClock()Eike Rathke
2018-08-28Assign fFractionOfSecond in shortcutEike Rathke
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): toolsStephan Bergmann
2018-05-09there are 3600000 seconds in an hourCaolán McNamara
2018-05-07tools: date unit testsChris Sherlock
2018-05-04tools: Avoid looking up system clock twice to get DateTimeTakeshi Abe
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-09-19-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-22Remove 500ns offset from GetSystemTicks()Jan-Marek Glogowski
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-16tools: create DateTime from Unix timeAshod Nakashian
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin
2017-07-03use sal_Int32 in tools::DateNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: toolsStephan Bergmann
2017-05-06DateTime::GetWin32FileDateTime: FILETIME is uint64Eike Rathke
2017-05-05DateTime::CreateFromWin32FileDateTime: FILETIME is uint64Eike Rathke
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
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
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-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin