summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptso.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: sdStephan Bergmann1-2/+2
2017-09-30Translate German comments and debug strings (leftovers)Johnny_M1-1/+1
2017-09-12clang-tidy modernize-use-emplace in sdNoel Grandin1-3/+3
2017-09-02convert SHAPEFLAG defines to scoped enum ShapeFlagJochen Nitschke1-36/+84
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-03loplugin:constparams in sdNoel Grandin1-3/+3
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-10/+10
2017-07-05new loplugin unnecessaryparenNoel Grandin1-15/+10
2017-06-26loplugin:oncevar in sdNoel Grandin1-10/+10
2017-06-22loplugin:unusedfields in sd part3Noel Grandin1-4/+1
2017-06-05Improved loplugin:cstylecast to reference types: sdStephan Bergmann1-3/+3
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke1-1/+0
2017-05-03loplugin:checkunusedparams in sdNoel Grandin1-11/+9
2017-05-03loplugin:checkunusedparams in filterNoel Grandin1-2/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-4/+4
2017-04-03tdf#39468 Translate German commentsJens Carl1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-12/+12
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin1-1/+1
2017-01-18new loplugin: useuniqueptr: sdNoel Grandin1-6/+7
2017-01-12silence coverity#1371305 Missing move assignment operatorCaolán McNamara1-4/+4
2016-12-06convert PolyStyle to scoped enumNoel Grandin1-7/+7
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-12-05convert E_GRAPH_PROV constants to typed_flagsNoel Grandin1-1/+1
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-16/+7
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-517/+0
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin1-2/+2
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann1-22/+2
2016-07-01clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+1
2016-06-27loplugin:singlevalfields in sdNoel Grandin1-12/+0
2016-06-20Remove unused includesStephan Bergmann1-1/+0
2016-06-10Clean up uses of Any::getValue() in sdStephan Bergmann1-15/+15
2016-06-10css.presentation.PresentationOrder is of UNO type LONGStephan Bergmann1-4/+6
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-12/+12
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-4/+4
2016-04-12Avoid reserved identifiersStephan Bergmann1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin1-5/+10
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-23loplugin:unusedfields in sd/Noel Grandin1-1/+1
2015-11-12sd: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-41/+41
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-6/+4
2015-10-29com::sun::star->css in sdNoel Grandin1-272/+263
2015-10-20loplugin:defaultparamsStephan Bergmann1-10/+9