summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyli.cxx
AgeCommit message (Expand)Author
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-07-13loplugin:oncevar: empty strings: scStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-03-28Fix typosAndrea Gelmini
2016-12-05loplugin:unnecessaryoverride (dtors) in scStephan Bergmann
2016-11-11sc: OUString cleanupMichael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-19improve unnecessaryoverride pluginNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-03-23loplugin:constantparam in scNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-14loplugin: defaultparamsNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-24cppcheck: fix redundantPointerOp reportsJulien Nabet
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2014-12-22Remove unused includesMatúš Kukan
2014-10-23loplugin: cstylecastNoel Grandin
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-07-10fix reading fonts from .odp using style::font-name (fdo#65338)Luboš Luňák
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-24loplugin: unused variablesThomas Arnhold
2013-01-11support saving/loading hyperlink cell attribute in extended odfNoel Power
2012-12-15no need for this using statementMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-09don't insert the same data twice into boost::ptr_set, fdo#55710Markus Mohrhard