summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-27loplugin:expandablemethods in sot..starmathNoel Grandin2-2/+1
2016-10-15clang-cl loplugin: sotStephan Bergmann1-1/+1
2016-10-14loplugin:countusersofdefaultparams in sot..svtoolsNoel Grandin1-3/+3
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2-6/+6
2016-09-30loplugin:constantparamNoel Grandin1-3/+3
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl7-21/+21
2016-09-14loplugin:constantparamNoel Grandin1-5/+5
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-10/+10
2016-09-09loplugin:constantparam in sot..svlNoel Grandin2-9/+4
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke4-16/+16
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin2-8/+0
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin2-2/+2
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin4-7/+7
2016-07-12new loplugin fragiledestructorNoel Grandin1-1/+1
2016-07-08loplugin:redundantcast: redundant static_casts in sotStephan Bergmann1-3/+3
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann3-10/+10
2016-06-28loplugin:singlevalfields in variousNoel Grandin4-21/+1
2016-06-14tdf#96505 Get rid of cargo cult long integer literalskrishna keshav1-2/+2
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-2/+2
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-08remove "trying to resize readonly stream" warningNoel Grandin1-3/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl9-28/+28
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-13/+0
2016-05-13convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin1-904/+915