summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin2016-05-131-904/+915
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-113-22/+17
* use Any constructor instead of temporariesNoel Grandin2016-05-041-12/+4
* Fix typosAndrea Gelmini2016-04-301-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-2/+2
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-2/+2
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke2016-04-131-2/+3
* cppcheck: silence warnings assertWithSideEffectJochen Nitschke2016-04-111-4/+4
* loplugin:constantparam in sotNoel Grandin2016-04-041-10/+10
* remove some unnecessary realloc'ingNoel Grandin2016-04-042-4/+3
* loplugin:constantparam in sotNoel Grandin2016-03-176-26/+24
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-111-10/+9
* tdf#97591: mark RTF clipboard format as text/rtfOliver Specht2016-03-101-1/+1
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-101-2/+2
* tdf#97499 Remove some Default arguments in unordered containerJaskaran2016-03-071-2/+1
* improve defaultparams lopluginNoel Grandin2016-03-071-2/+1
* loplugin:unuseddefaultparam in sotNoel Grandin2016-03-012-3/+3
* new loplugin: commaoperatorNoel Grandin2016-02-236-19/+76
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-2/+2
* Remove excess newlinesChris Sherlock2016-02-093-12/+0
* Fix typosAndrea Gelmini2016-02-051-1/+1
* boost::hash->std::hashNoel Grandin2016-02-021-2/+2
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-3/+4
* sot: accept JPEG as a clipboard format where we accept PNG alreadyMiklos Vajna2016-01-192-0/+43
* loplugin: unused return valuesNoel Grandin2016-01-181-8/+3
* loplugin:unusedmethods unused return value in sotNoel Grandin2016-01-143-18/+10
* loplugin:unusedmethods unused return value in include/sotNoel Grandin2016-01-133-18/+10
* Fix typosAndrea Gelmini2016-01-102-2/+2
* tdf#74608: Ctor function for css.embed.OLESimpleStorageMatúš Kukan2016-01-055-249/+114
* SotFactory is in fact not used: remove + cleanupMatúš Kukan2016-01-057-430/+28