summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)AuthorFilesLines
2016-03-07tdf#97499 Remove some Default arguments in unordered containerJaskaran1-2/+1
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
2016-03-01loplugin:unuseddefaultparam in sotNoel Grandin2-3/+3
2016-02-23new loplugin: commaoperatorNoel Grandin6-19/+76
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-09Remove excess newlinesChris Sherlock3-12/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-02boost::hash->std::hashNoel Grandin1-2/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-3/+4
2016-01-19sot: accept JPEG as a clipboard format where we accept PNG alreadyMiklos Vajna2-0/+43
2016-01-18loplugin: unused return valuesNoel Grandin1-8/+3
2016-01-14loplugin:unusedmethods unused return value in sotNoel Grandin3-18/+10
2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin3-18/+10
2016-01-10Fix typosAndrea Gelmini2-2/+2
2016-01-05tdf#74608: Ctor function for css.embed.OLESimpleStorageMatúš Kukan5-249/+114
2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan7-430/+28
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan6-13/+127
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-1/+0
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin1-1/+0
2015-11-23loplugin:unusedfields in sot/Noel Grandin1-4/+0
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann2-2/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-66/+52
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht4-9/+0
2015-11-10Missing includesAshod Nakashian4-4/+44
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-136/+136
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-8/+8
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-11-04yyyyyNoel Grandin1-3/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin6-96/+96
2015-10-27sal_uLong to sal_uInt64/sal_SizeMatteo Casalin2-13/+11
2015-10-27Fix StgTmpStrm::GetSizeStephan Bergmann1-3/+3
2015-10-27Typo, I pressume?Stephan Bergmann1-1/+1
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin1-3/+3
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin6-21/+21
2015-10-27Use mutable instead of const_cast'ing thisMatteo Casalin1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-13sot: prefix remaining StgStrm membersMiklos Vajna3-173/+173
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-54/+54
2015-10-10tdf#94879 add 'm' suffixes to member variablesmelikeyurtoglu3-77/+77
2015-10-09sot: prefix members of StgOleStreamMiklos Vajna2-3/+3
2015-10-09sot: prefix members of StgInternalStreamMiklos Vajna2-14/+14
2015-10-09sot: prefix members of StgDataStrmMiklos Vajna2-4/+4
2015-10-09sot: prefix members of StgSmallStrmMiklos Vajna2-10/+10
2015-10-09sot: prefix members of StgDirStrmMiklos Vajna2-23/+23
2015-10-09sot: prefix members of StgTmpStrmMiklos Vajna2-30/+30
2015-10-09sot: prefix members of StgCompObjStreamMiklos Vajna2-17/+17