summaryrefslogtreecommitdiff
path: root/include/sot
AgeCommit message (Expand)AuthorFilesLines
2019-04-30tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl1-1/+2
2018-11-07tdf#120657 Pie chart saved as DOC doesn't preview in MSONoel Grandin1-1/+1
2018-11-05tdf#42949 Fix IWYU warnings in include/sot/*Gabor Kelemen6-27/+17
2018-07-12return SvMemoryStream by std::unique_ptrNoel Grandin1-1/+1
2018-01-15Remove unused EXCHG_OUT_ACTION_*Stephan Bergmann1-5/+0
2018-01-12More loplugin:cstylecast: sotStephan Bergmann1-26/+26
2017-12-20sal_uLong->sal_uInt32 in SotClipboardFormatIdNoel Grandin3-4/+4
2017-11-13SotClipboardFormatId::STRING_TSVC "Unformatted text [TSV-Calc]", tdf#113571Eike Rathke1-1/+2
2017-11-02improve constparam lopluginNoel Grandin1-2/+2
2017-09-11long->sal_Int32 in various Get/SetVersionNoel Grandin1-4/+4
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann1-1/+1
2017-08-07EditEngine: Removing BIN format from sotVarun Dhall1-3/+2
2017-07-17loplugin:constparams in i18nutil,sotNoel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-07EditEngine Exporting flat XML from actual clipboardVarun Dhall1-1/+2
2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M1-3/+3
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-01-09defaults are good enoughCaolán McNamara1-8/+3
2017-01-09Related: coverity#1371305 unnecessary inheritenceCaolán McNamara1-2/+2
2017-01-09tdf#101828 handle rtf/richtext correctlyOliver Specht1-1/+2
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin2-9/+15
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-6/+1
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann4-9/+9
2016-09-09loplugin:constantparam in sot..svlNoel Grandin1-3/+3
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke2-19/+19
2016-07-12new loplugin fragiledestructorNoel Grandin1-4/+4
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-3/+0
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin2-3/+0
2016-05-13convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin1-43/+51
2016-04-04loplugin:constantparam in sotNoel Grandin1-1/+1
2016-03-17loplugin:constantparam in sotNoel Grandin1-2/+1
2016-01-19sot: accept JPEG as a clipboard format where we accept PNG alreadyMiklos Vajna1-1/+2
2016-01-13loplugin:unusedmethods unused return value in include/sotNoel Grandin2-7/+7
2016-01-05SotFactory is in fact not used: remove + cleanupMatúš Kukan2-25/+0
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan4-132/+7
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht2-9/+0
2015-11-10Missing includesAshod Nakashian1-15/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-7/+7
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin2-6/+6
2015-10-27Use mutable instead of const_cast'ing thisMatteo Casalin1-1/+1
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin4-17/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-85/+85