summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptexanimations.cxx
AgeCommit message (Expand)Author
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-23AnimationNode default ctor already zero-initializes the membersStephan Bergmann
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-11-07loplugin:constparams in sdNoel Grandin
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-10-03tdf#104788 write xshear & to attributeSzymon Kłos
2017-10-03new loplugin:blockblockNoel Grandin
2017-09-19tdf#112333 PPTX export fill.type & fill.onSzymon Kłos
2017-09-01Replace some lists by vectors in sd moduleJulien Nabet
2017-08-03loplugin:checkunusedparams in variousNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-26loplugin:oncevar in sdNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: sdStephan Bergmann
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke
2017-05-08cppcheck nitpicks variableScope and redundantAssignmentJochen Nitschke
2017-05-03loplugin:checkunusedparams in sdNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-25tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-08get rid of c-style castTomaž Vajngerl
2015-10-29Too much copy pasta is not good for youTor Lillqvist
2015-10-29com::sun::star->css in sdNoel Grandin
2015-08-20loplugin:defaultparamsNoel Grandin
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-03-09V801: Decreased performanceCaolán McNamara
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-06-25remove whitespacesMarkus Mohrhard
2014-05-26coverity#705221 Missing break in switchCaolán McNamara
2014-04-27Fix typo: cought => caughtMatteo Casalin
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin