summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/dumpfilter.cxx
AgeCommit message (Expand)Author
2020-01-14tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-03-31tdf#84938 convert INV_ constants to scoped enumNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-11Avoid a default parameter that was under-used anyway (loplugin:defaultparams)Tor Lillqvist
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-12Clean up previous commitStephan Bergmann
2015-03-12sw: further components converted to constructor methodChris Sherlock
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-12-09fdo#54938: Convert sw to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-08-17sw: unused includes in dumpfilterMiklos Vajna
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-01RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter
2012-03-16add indentation to sw's layout dumperMarkus Mohrhard
2011-06-15catch by const referenceCaolán McNamara
2011-04-07fix build error, make xmldumper stuff always builtCaolán McNamara
2011-04-06sw: create a layout dump filter to ease testingCédric Bosdonnat