summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animationimport.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+4
2019-09-30tdf#42949 Fix IWYU warnings in xmloff/source/[c-m]*/*cxxGabor Kelemen1-2/+0
2019-09-24tdf#42949 Fix IWYU warnings in xmloff/source/*/*hxxGabor Kelemen1-0/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-3/+3
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-4/+2
2019-01-18Use getTokenCount instead of custom codeMatteo Casalin1-35/+7
2019-01-13Base loops on getToken index, not on numer of tokensMatteo Casalin1-10/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-2/+2
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin1-3/+3
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann1-62/+62
2017-12-11loplugin:salcall fix functionsNoel Grandin1-3/+3
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl1-3/+5
2017-11-16Replace some lists by vectors (xmloff)Julien Nabet1-6/+4
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-4/+4
2017-10-03new loplugin:blockblockNoel Grandin1-14/+12
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara1-1/+1
2017-09-14clang-tidy modernize-use-emplace in xmloffNoel Grandin1-8/+8
2017-07-20loplugin:constparams in xmloffNoel Grandin1-1/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-05-21cleanup unused css/animations/ and css/presentation/ includesJochen Nitschke1-2/+0
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-6/+6
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin1-17/+17
2017-03-01expose the SvXMLEnumMapEntry arrays in getAnimationsEnumMapNoel Grandin1-16/+16
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-5/+5
2017-01-11Some loplugin:conststringvar/stringconstant improvements: xmloffStephan Bergmann1-1/+1
2016-12-01loplugin:unnecessaryoverride (dtors) in xmloffStephan Bergmann1-5/+0
2016-11-11tdf#67544 Embed slide transition sound in the presentationSamuel Mehrbrodt1-1/+10
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-09use std::unique_ptrDavid Tardon1-14/+8
2016-09-09use std::shared_ptrDavid Tardon1-9/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2015-11-26com::sun::star->css in xmloff/Noel Grandin1-5/+5
2015-11-24loplugin:unusedfields in xmloff/Noel Grandin1-4/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-09new loplugin: oncevarNoel Grandin1-3/+1
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-5/+5
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-11xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1