summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-30tdf#62525: use cow_wrapper for SvGlobalNameDaniel Robertson1-59/+31
2015-08-27this farcical staroffice 5.0 related junk can at least be constCaolán McNamara1-1/+1
2015-08-27Remove redundant if (zero is already handled earlier)Stephan Bergmann1-2/+2
2015-08-27loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-08-27Avoid slightly silly warnings from ClangTor Lillqvist1-1/+1
2015-08-27Again add ability to change tint/shade of a color + unit testTomaž Vajngerl2-0/+86
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist2-288/+18
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-1/+6
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-256/+262
2015-08-11loplugin: defaultparamsNoel Grandin3-6/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl4-296/+296
2015-07-30loplugin:unusedmethodsNoel Grandin1-20/+0
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara1-1/+1
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-23/+6
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-6/+23
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-23/+6
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-0/+4
2015-07-09add some unit tests for tools::RectangleTomaž Vajngerl2-0/+61
2015-07-07-1 -> Z_ERRNO for clarityCaolán McNamara1-3/+3
2015-07-07Replace GetAppData(SHL_ERR) with an rtl::StaticStephan Bergmann1-44/+29
2015-07-07Unused #ifdef BOOTSTRAPStephan Bergmann1-4/+0
2015-07-06only inflate if status from InitDecompress is goodCaolán McNamara1-3/+3
2015-07-02loplugin:unusedmethods toolsNoel Grandin4-33/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin2-12/+11
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-2/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin3-6/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-8/+8
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin1-2/+2
2015-06-03-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+1
2015-06-02-fsanitize=nonnull-attribute in memcpy callStephan Bergmann1-1/+4
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-25callcatcher: update unused codeCaolán McNamara1-28/+0
2015-05-19tools: check for data loss in WriteFractionMichael Stahl1-0/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-6/+6
2015-05-07Add ability to change tint/shade of a color.Tomaž Vajngerl1-0/+30
2015-05-07extend color test - check read & write from streamTomaž Vajngerl1-0/+22
2015-04-29Clean up tools/link.hxxStephan Bergmann2-41/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+22
2015-04-27enhancement : tdf#90225 Cannot open compressed csv files from calcDennis Francis1-0/+26
2015-04-24loplugin:simplifyboolStephan Bergmann2-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann11-1/+17
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann1-4/+3
2015-04-20duplicate surrogate codeCaolán McNamara1-2/+3
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-04-16tools: leave ErrorContext with a vcl::Window * for now.Michael Meeks1-5/+4