summaryrefslogtreecommitdiff
path: root/xmloff/source/style/impastpl.cxx
AgeCommit message (Expand)Author
2019-05-18Fix typoAndrea Gelmini
2019-05-13tdf#107592 Impress PPS save to ODP slowNoel Grandin
2019-04-19optimise find/insert patternNoel Grandin
2019-03-14loplugin:unusedfields in xmloffNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-23loplugin:unusedfieldsNoel Grandin
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10tdf#65353 filter fonts when embedding (unused, font script)Tomaž Vajngerl
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann
2017-07-28loplugin:constparams in xmloffNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin
2016-04-18Remove needless typedef from xmloff/source/style/impastpl.hxxRyan McCoskrie
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-11-26com::sun::star->css in xmloff/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-08-27xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-20Some more loplugin:cstylecast: xmloffStephan Bergmann
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
2014-12-18xmloff: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-01fdo#85496: add some asserts to detect this sort of problemMichael Stahl
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-02fix ODF validation errorsMarkus Mohrhard
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from xmloffAlexander Wilms
2013-10-01std::vector elements are default-initialized in constructorMatteo Casalin