summaryrefslogtreecommitdiffstats
path: root/sot
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make SotFactory private to sot/ and clean a bitMatúš Kukan2016-01-056-13/+127
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-1/+0
* loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin2015-11-251-1/+0
* loplugin:unusedfields in sot/Noel Grandin2015-11-231-4/+0
* Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2015-11-172-2/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-66/+52
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-114-9/+0
* Missing includesAshod Nakashian2015-11-104-4/+44
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1014-136/+136
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-8/+8
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-2/+2
* yyyyyNoel Grandin2015-11-041-3/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-1/+1
* com::sun::star->css in smoketest,sotNoel Grandin2015-10-296-96/+96
* sal_uLong to sal_uInt64/sal_SizeMatteo Casalin2015-10-272-13/+11
* Fix StgTmpStrm::GetSizeStephan Bergmann2015-10-271-3/+3