summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.cxx
AgeCommit message (Expand)Author
2019-10-31sc: rowcol: tdf#50916 convert filter/*Aron Budea
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-01loplugin:stringadd in scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-04-18crashtesting: failure on export of ooo118068-1.ods to odsNoel Grandin
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-21Simplify containers iterations in sc/source/filter/x*Arkadiy Illarionov
2019-01-10tdf#42949 Fix IWYU warnings in sc/source/filter/xml/*cxxGabor Kelemen
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-29tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-09-12loplugin:useuniqueptr in ScMyValidationsContainer::WriteMessageNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-17loplugin:useuniqueptr in ScFormatRangeStylesNoel Grandin
2018-08-17loplugin:useuniqueptr in ScColumnRowStylesBaseNoel Grandin
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen
2017-12-07loplugin:constparamsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-24loplugin:constparam in sc part4Noel Grandin
2017-07-14use more OUString::operator== in scNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl
2016-11-27use the existing ScAddress::operator==Markus Mohrhard
2016-11-26tdf#48140 Replace uno with direct callsBartosz Kosiorek
2016-03-29tdf#96099 fixes trivial typedefs, ::std::vector<OUString>Apachev Ivan
2016-03-04tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-04these fields can be static constantsNoel Grandin
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-07-22loplugin:unusedmethods scNoel Grandin
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke
2015-03-06V801: Decreased performanceCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-22coverity#708066 Uninitialized scalar fieldCaolán McNamara
2014-04-22coverity#708065 Uninitialized scalar fieldCaolán McNamara
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr