summaryrefslogtreecommitdiff
path: root/tools/source/generic
AgeCommit message (Expand)Author
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-02ofz#372 check if ImplSplit succeededCaolán McNamara
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-12-06convert PolyStyle to scoped enumNoel Grandin
2016-11-29Use derived classes' methods instead of Pair::A/BMike Kaganski
2016-10-21loplugin:expandablemethodds in include/tools..unotoolsNoel Grandin
2016-10-06drop loading Colors from src filesCaolán McNamara
2016-09-27Add note that Rectangle::toString() format now has a stability requirementTor Lillqvist
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara
2016-08-29cid#1371160 Missing move assignment operatorNoel Grandin
2016-07-13loplugin:constparams in toolsNoel Grandin
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-28Drop overflow warning that was produced repeatedly on WindowsTor Lillqvist
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03drop "Solar-Version not set on rIStream" messagesNoel Grandin
2016-04-18coverity#1358589 Uninitialized scalar fieldCaolán McNamara
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in toolsNoel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-02tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-15cppcheck: noExplicitConstructorCaolán McNamara
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-29tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
2015-11-20don't warn on Color streaming missing Solar VersionCaolán McNamara
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin
2015-11-11stream version doesn't matter hereCaolán McNamara
2015-11-11stream version doesn't matter hereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Sedat Ak
2015-11-06Return earlyJulien Nabet
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-15Reuse FRound from tools/helpers.hxxStephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-08tdf#57950 Replace chained O(U)StringBuffer::append() with operator+Aybuke Ozdemir
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-29Fix typosAndrea Gelmini