summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann2017-03-031-2/+2
* new loplugin unoanyNoel Grandin2017-02-281-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-02-271-1/+1
* loplugin:subtlezeroinit: sotStephan Bergmann2017-02-211-1/+1
* convert RepresentModes to scoped enumNoel Grandin2017-02-151-15/+7
* convert InsertOperation to scoped enumNoel Grandin2017-02-101-1/+1
* Add missing #includesStephan Bergmann2017-02-062-0/+3
* new loplugin:unusedenumconstantsNoel Grandin2017-02-031-1/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-023-34/+34
* inline macrosJochen Nitschke2017-02-011-1265/+1231
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-2/+2
* Remove dynamic exception specificationsStephan Bergmann2017-01-263-109/+36
* loplugin: unnecessary destructor sfx2..storeNoel Grandin2017-01-251-1/+0
* cppcheck: useInitializationListJochen Nitschke2017-01-221-7/+9
* coverity#1399018 Logically dead codeCaolán McNamara2017-01-211-1/+1
* this field should be std::unique_ptr to sal_uInt8[], not sal_uInt8Noel Grandin2017-01-201-1/+1
* New loplugin:dynexcspec: Add @throws documentation, sotStephan Bergmann2017-01-191-0/+2
* new loplugin: useuniqueptr: sot..toolsNoel Grandin2017-01-196-12/+10
* manage SvRefBase subclass with tools::SvRefNoel Grandin2017-01-171-3/+3
* defaults are good enoughCaolán McNamara2017-01-091-30/+1
* tdf#101828 handle rtf/richtext correctlyOliver Specht2017-01-092-0/+7
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-052-5/+5
* convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin2016-12-051-2/+2
* loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin2016-11-211-3/+3
* includes should be at the top of the fileNoel Grandin2016-11-181-3/+3
* loplugin:constantparamNoel Grandin2016-11-154-23/+8
* sot: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-11-131-9/+9
* loplugin:expandablemethods in sot..starmathNoel Grandin2016-10-272-2/+1
* clang-cl loplugin: sotStephan Bergmann2016-10-151-1/+1
* loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin2016-10-141-3/+3
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-102-6/+6
* loplugin:constantparamNoel Grandin2016-09-301-3/+3
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-157-21/+21
* loplugin:constantparamNoel Grandin2016-09-141-5/+5
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-136-10/+10
* loplugin:constantparam in sot..svlNoel Grandin2016-09-092-9/+4
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-274-16/+16
* loplugin:unusedenumconstants in forms..sotNoel Grandin2016-08-122-8/+0
* loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin2016-08-052-2/+2
* loplugin:countusersofdefaultparams in shell..starmathNoel Grandin2016-08-014-7/+7
* new loplugin fragiledestructorNoel Grandin2016-07-121-1/+1
* loplugin:redundantcast: redundant static_casts in sotStephan Bergmann2016-07-081-3/+3
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-073-10/+10
* loplugin:singlevalfields in variousNoel Grandin2016-06-284-21/+1
* tdf#96505 Get rid of cargo cult long integer literalskrishna keshav2016-06-141-2/+2
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-121-2/+2
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
* remove "trying to resize readonly stream" warningNoel Grandin2016-06-081-3/+1
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-069-28/+28
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-13/+0