summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptinanimations.cxx
AgeCommit message (Expand)Author
2018-05-23tdf#116899: normalize key times during PPT import if neededAron Budea
2018-04-26Fix building with DBG_ANIM_LOG definedAron Budea
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
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-03-31coverity#704291 Logically dead codeCaolán McNamara
2014-02-26Remove visual noise from sdAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-06fdo#33852 do not remove too much from the pathDavid Tardon
2014-01-28bool improvementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin