summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)AuthorFilesLines
2017-04-21remove some old MSVC workaroundsNoel Grandin1-1/+1
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-32/+35
2017-03-29loplugin:unusedmethodsNoel Grandin1-25/+0
2017-03-25Fix typosAndrea Gelmini1-3/+3
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22check for overflow in multiplyCaolán McNamara1-5/+9
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-3/+3
2017-03-21duplicate rational::operator*= into toolsCaolán McNamara1-2/+20
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:unusedmethodsNoel Grandin1-5/+0
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin1-14/+0
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-2/+1
2017-01-02ofz#372 check if ImplSplit succeededCaolán McNamara1-4/+9
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin1-14/+0
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-7/+7
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-13/+11
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-36/+35
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-3/+3
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski1-1/+1
2016-10-21loplugin:expandablemethodds in include/tools..unotoolsNoel Grandin1-2/+2
2016-10-06drop loading Colors from src filesCaolán McNamara1-29/+0
2016-09-27Add note that Rectangle::toString() format now has a stability requirementTor Lillqvist1-0/+3
2016-09-16loplogin:singlevalfields in include/Noel Grandin2-15/+4
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara2-0/+12
2016-08-29cid#1371160 Missing move assignment operatorNoel Grandin1-0/+10
2016-07-13loplugin:constparams in toolsNoel Grandin3-5/+5
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-80/+21
2016-06-28Drop overflow warning that was produced repeatedly on WindowsTor Lillqvist1-1/+0
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4
2016-06-03drop "Solar-Version not set on rIStream" messagesNoel Grandin2-8/+0
2016-04-18coverity#1358589 Uninitialized scalar fieldCaolán McNamara1-1/+4
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+5
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-0/+1
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in toolsNoel Grandin2-16/+12
2016-03-02tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-3/+1
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin3-23/+9
2016-02-23new loplugin: commaoperatorNoel Grandin1-4/+11
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-02-15cppcheck: noExplicitConstructorCaolán McNamara1-6/+6
2016-02-08loplugin:unusedmethodsNoel Grandin1-13/+0
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-1/+24
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-29tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak1-19/+3
2015-11-20don't warn on Color streaming missing Solar VersionCaolán McNamara1-4/+0
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin1-1/+0
2015-11-11stream version doesn't matter hereCaolán McNamara2-4/+0
2015-11-11stream version doesn't matter hereCaolán McNamara1-8/+0