summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-2/+3
* new loplugin:blockblockNoel Grandin2017-10-033-139/+129
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-5/+4
* Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann2017-09-281-57/+0
* check for NaN in FractionNoel Grandin2017-09-271-1/+23
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-263-8/+8
* Fresh run of bin/update_pch.shMike Kaganski2017-09-221-12/+6
* ofz#3454 Floating-point-exceptionCaolán McNamara2017-09-211-1/+3
* nothing to see here, move alongCaolán McNamara2017-09-211-4/+4
* use aStripOffsets.size instead of nNumStripOffsetsCaolán McNamara2017-09-201-4/+4
* -Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann2017-09-191-1/+1
* Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann2017-09-181-0/+5
* Use even more WIN32_LEAN_AND_MEANMike Kaganski2017-09-183-0/+9
* Fix typosAndrea Gelmini2017-09-151-1/+1
* Fix INetURLObject::operator==() when comparing pathsEike Rathke2017-09-151-1/+1
* Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann2017-09-151-1/+1
* Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski2017-09-152-20/+47
* long->sal_Int32 in FractionNoel Grandin2017-09-152-74/+33
* New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann2017-09-131-4/+2
* Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2017-09-043-3/+3
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-041-2/+2
* loplugin:unusedmethodsNoel Grandin2017-08-253-61/+0
* Remove 500ns offset from GetSystemTicks()Jan-Marek Glogowski2017-08-221-1/+1
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-173-8/+10
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-175-21/+21
* remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2017-08-172-3/+3
* tdf#39468: Translate some german commentsChristian Barth2017-08-101-1/+1
* SvPersistStream deadNoel Grandin2017-08-082-517/+0
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-2/+2
* move resmgr to unotoolsCaolán McNamara2017-08-012-160/+0
* Related: tdf#109427 cache std::localesCaolán McNamara2017-07-311-2/+9
* loplugin:oncevarNoel Grandin2017-07-311-2/+2
* loplugin:unusedmethodsNoel Grandin2017-07-261-27/+0
* loplugin:unusedmethodsNoel Grandin2017-07-251-27/+0
* Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke2017-07-211-5/+4
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-213-26/+26
* migrate to boost::gettextCaolán McNamara2017-07-215-1456/+62
* loplugin:unusedfields in toolsNoel Grandin2017-07-201-25/+4
* RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock2017-07-171-1/+1
* tools: create DateTime from Unix timeAshod Nakashian2017-07-161-0/+20
* use more OUString::operator== in test..xmlsecurityNoel Grandin2017-07-141-1/+1
* ofz#2538: avoid oomCaolán McNamara2017-07-111-0/+6
* simplify some OUString compareTo callsNoel Grandin2017-07-101-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-071-2/+1
* loplugin:unnecessaryparenStephan Bergmann2017-07-051-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-5/+1
* loplugin:oncevar (clang-cl): toolsStephan Bergmann2017-07-031-1/+5
* use sal_Int64 in tools::DateTimeNoel Grandin2017-07-031-12/+12
* use sal_Int32 in tools::DateNoel Grandin2017-07-032-25/+25
* loplugin:casttovoid: toolsStephan Bergmann2017-07-022-2/+0