summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-10-17loplugin:useuniqueptr in tools/inetmsg.hxxNoel Grandin1-9/+4
2017-10-16-Werror,-Wtautological-constant-compare (Clang 6)Stephan Bergmann1-30/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-2/+3
2017-10-03new loplugin:blockblockNoel Grandin3-139/+129
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski1-5/+4
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-57/+0
2017-09-27check for NaN in FractionNoel Grandin1-1/+23
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist3-8/+8
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-12/+6
2017-09-21ofz#3454 Floating-point-exceptionCaolán McNamara1-1/+3
2017-09-21nothing to see here, move alongCaolán McNamara1-4/+4
2017-09-20use aStripOffsets.size instead of nNumStripOffsetsCaolán McNamara1-4/+4
2017-09-19-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+1
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann1-0/+5
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski3-0/+9
2017-09-15Fix typosAndrea Gelmini1-1/+1
2017-09-15Fix INetURLObject::operator==() when comparing pathsEike Rathke1-1/+1
2017-09-15Assert flags passed to rtl_convertTextToUnicode/UnicodeToText are validStephan Bergmann1-1/+1
2017-09-15Add tools::Time::GetMonotonicTicks (us)Jan-Marek Glogowski2-20/+47
2017-09-15long->sal_Int32 in FractionNoel Grandin2-74/+33
2017-09-13New rtl::isUnicodeScalarValue, rtl::isSurrogateStephan Bergmann1-4/+2
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M3-3/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-25loplugin:unusedmethodsNoel Grandin3-61/+0
2017-08-22Remove 500ns offset from GetSystemTicks()Jan-Marek Glogowski1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin3-8/+10
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin5-21/+21
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin2-3/+3
2017-08-10tdf#39468: Translate some german commentsChristian Barth1-1/+1
2017-08-08SvPersistStream deadNoel Grandin2-517/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-2/+2
2017-08-01move resmgr to unotoolsCaolán McNamara2-160/+0
2017-07-31Related: tdf#109427 cache std::localesCaolán McNamara1-2/+9
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-26loplugin:unusedmethodsNoel Grandin1-27/+0
2017-07-25loplugin:unusedmethodsNoel Grandin1-27/+0
2017-07-21Eliminate DateTime::operator+=() and -=() with POD typesEike Rathke1-5/+4
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke3-26/+26
2017-07-21migrate to boost::gettextCaolán McNamara5-1456/+62
2017-07-20loplugin:unusedfields in toolsNoel Grandin1-25/+4
2017-07-17RTL_UNICODETOTEXT_INFO_{DEST|SCR}BUFFERTOSMALL should use TOO, not TOChris Sherlock1-1/+1
2017-07-16tools: create DateTime from Unix timeAshod Nakashian1-0/+20
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-11ofz#2538: avoid oomCaolán McNamara1-0/+6
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-2/+1
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-5/+1
2017-07-03loplugin:oncevar (clang-cl): toolsStephan Bergmann1-1/+5
2017-07-03use sal_Int64 in tools::DateTimeNoel Grandin1-12/+12