summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptinanimations.cxx
AgeCommit message (Expand)Author
2018-11-07loplugin:collapseif in sdNoel Grandin
2018-09-26Fix preset_maping -> preset_mappingAndrea Gelmini
2018-09-17New loplugin:externalStephan Bergmann
2018-09-04tdf#119629 Fix keytime formula and missing effect node type.Mark Hung
2018-08-01Fix typosAndrea Gelmini
2018-07-31tdf#118080 fix formula importing of ppt animation.Mark Hung
2018-07-16oox: enum MS_AttributeNames -> enum class AnimationAttributeEnumMark Hung
2018-07-13Move convertMeasrue and convertAnimationValue from sd to oox.Mark Hung
2018-06-04tdf#42949 Fix IWYU warnings in sd/source/filterGabor Kelemen
2018-05-17tdf#116899: normalize key times during PPT import if neededAron Budea
2018-04-11Fix building with DBG_ANIM_LOG definedAron Budea
2018-03-07use more Color in sdNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-04-28loplugin:salunicodeliteral: sdStephan Bergmann
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2016-10-28loplugin:expandablemethods in sdNoel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in sdNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29Too much copy pasta is not good for youTor Lillqvist
2015-10-29com::sun::star->css in sdNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-13cppcheck:variableScopeNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-25sd/source/filter boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Clean up aEmptyStephan Bergmann
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29redundant castCaolán McNamara
2014-12-15sd: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11coverity#704009 Unchecked return valueCaolán McNamara
2014-10-20coverity#704010 Unchecked return valueCaolán McNamara
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet