summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animationexport.cxx
AgeCommit message (Expand)Author
2018-09-12tdf#118500 Impress losing slide transition sound on savingSamuel Mehrbrodt
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-23loplugin:includeform: xmloffStephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-06-28loplugin:oncevar in xmloffNoel Grandin
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2017-03-01expose the SvXMLEnumMapEntry arrays in getAnimationsEnumMapNoel Grandin
2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin
2016-11-16This condition has been checked beforeSamuel Mehrbrodt
2016-11-11tdf#67544 Embed slide transition sound in the presentationSamuel Mehrbrodt
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin
2016-10-18loplugin:inlineablemethods in xmloffNoel Grandin
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-06remove some manual ref-countingNoel Grandin
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-07loplugin:staticmethodsNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2014-07-25pImplize XMLPropertyHandlerFactory.Kohei Yoshida
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet
2014-04-27Fix typo: cought => caughtMatteo Casalin
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19fdo#57950: Remove some chained appends in xmloffJelle van der Waa
2013-07-18Mark as static and/or constTakeshi Abe
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-19fdo#43460 xmloff: use isEmpty()Jelle van der Waa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-02-24remove RTL_CONSTASCII_(U)STRINGPARAM in xmloffChr. Rossmanith
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-04-04removed duplicate #includesTakeshi Abe
2012-02-13catched -> caughtCaolán McNamara