summaryrefslogtreecommitdiff
path: root/tools/source/datetime
AgeCommit message (Expand)AuthorFilesLines
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen2-6/+0
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-2/+2
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin1-2/+2
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-10-18clang-tidy readability-simplify-boolean-exprNoel Grandin1-24/+9
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen2-0/+2
2018-10-12Fix typosAndrea Gelmini1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-09-03Missing includeStephan Bergmann1-0/+2
2018-08-31Do as the comment says it should do..Eike Rathke1-1/+1
2018-08-31The never ending rounding and scaling of tools::Time::GetClock()Eike Rathke1-3/+16
2018-08-29Round fraction if possible, else truncate; tools::Time::GetClock()Eike Rathke1-3/+11
2018-08-28Assign fFractionOfSecond in shortcutEike Rathke1-0/+1
2018-08-28Move lcl_getHourMinuteSecond() to tools::Time::GetClock()Eike Rathke1-0/+51
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): toolsStephan Bergmann1-1/+1
2018-05-09there are 3600000 seconds in an hourCaolán McNamara1-1/+1
2018-05-07tools: date unit testsChris Sherlock1-0/+6
2018-05-04tools: Avoid looking up system clock twice to get DateTimeTakeshi Abe4-99/+147
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-1/+1
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-1/+1
2018-01-20loplugin:unused-returns in filter,tools,xmloffNoel Grandin1-4/+2
2018-01-12More loplugin:cstylecast: toolsStephan Bergmann2-9/+9
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin1-1/+1
2017-09-19-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+1
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski2-0/+6
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski1-20/+46
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-22Remove 500ns offset from GetSystemTicks()Jan-Marek Glogowski1-1/+1
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-5/+4
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2-16/+6
2017-07-16tools: create DateTime from Unix timeAshod Nakashian1-0/+20
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-12/+12
2017-07-03use sal_Int32 in tools::DateNoel Grandin1-21/+21
2017-06-05Improved loplugin:cstylecast to reference types: toolsStephan Bergmann1-1/+2
2017-05-06DateTime::GetWin32FileDateTime: FILETIME is uint64Eike Rathke1-8/+15
2017-05-05DateTime::CreateFromWin32FileDateTime: FILETIME is uint64Eike Rathke1-30/+21
2017-05-02Assert that nMonth and nDay <100 to be representableEike Rathke1-0/+2
2017-05-02Date::Normalize: handle day 0 and empty dateEike Rathke1-0/+16
2017-05-02Date::IsValidDate: year 0 is notEike Rathke1-0/+2
2017-04-28Month 100 was always wrongEike Rathke1-1/+1
2017-04-21remove some old MSVC workaroundsNoel Grandin1-1/+1
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-2/+2
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2-65/+203
2016-06-09attempt to document the obscure MAX_DAYS valueEike Rathke1-0/+11
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-6/+6
2016-02-08loplugin:unusedmethodsNoel Grandin1-14/+0