summaryrefslogtreecommitdiff
path: root/tools/source/datetime
AgeCommit message (Expand)Author
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
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-10-28Avoid intermediate cast to sal_uIntPtrMatteo Casalin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann