summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Fix typosAndrea Gelmini1-1/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-5/+5
2017-06-07EditEngine Exporting flat XML from actual clipboardVarun Dhall1-1/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin8-31/+31
2017-06-05Improved loplugin:cstylecast to reference types: sotStephan Bergmann3-5/+5
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sotStephan Bergmann1-2/+2
2017-06-05convert FatError to scoped enumNoel Grandin3-57/+57
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-3/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin2-3/+3
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-28tdf#39486: Translate some randomly found German commentsJens Carl1-16/+16
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin2-8/+4
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock6-1/+10
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-04-07Fix typosAndrea Gelmini1-1/+1
2017-04-03these are file urls, so don't need ucbCaolán McNamara1-7/+8
2017-03-21tdf#96505 Get rid of cargo cult long integer literalsdilekuzulmez1-3/+3
2017-03-21fix indentCaolán McNamara1-1/+1
2017-03-14check full chain upwardsCaolán McNamara2-12/+6
2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-27loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-21loplugin:subtlezeroinit: sotStephan Bergmann1-1/+1
2017-02-15convert RepresentModes to scoped enumNoel Grandin1-15/+7
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann2-0/+3
2017-02-03new loplugin:unusedenumconstantsNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin3-34/+34
2017-02-01inline macrosJochen Nitschke1-1265/+1231
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-109/+36
2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin1-1/+0
2017-01-22cppcheck: useInitializationListJochen Nitschke1-7/+9
2017-01-21coverity#1399018 Logically dead codeCaolán McNamara1-1/+1
2017-01-20this field should be std::unique_ptr to sal_uInt8[], not sal_uInt8Noel Grandin1-1/+1
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sotStephan Bergmann1-0/+2
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin6-12/+10
2017-01-17manage SvRefBase subclass with tools::SvRefNoel Grandin1-3/+3
2017-01-09defaults are good enoughCaolán McNamara1-30/+1
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht2-0/+7
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin2-5/+5
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin1-2/+2
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin1-3/+3
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+3
2016-11-15loplugin:constantparamNoel Grandin4-23/+8
2016-11-13sot: fix loplugin:cppunitassertequals warningsMiklos Vajna1-9/+9