summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filtergrouping.cxx
AgeCommit message (Expand)Author
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sfx2Stephan Bergmann
2020-04-23Drop Macromedia Flash export filterGabor Kelemen
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-06Fixing "...."Andrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov
2019-07-26Fix typoAndrea Gelmini
2019-07-14Simplify OUString concatenationChristophe JAILLET
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-01Simplify containers iterations in sfx2, shellArkadiy Illarionov
2018-11-19Fix typosAndrea Gelmini
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-23Fix typosAndrea Gelmini
2018-06-23tdf#96099 Remove trivial std::vector typedefs in sd, sfx2, shellArkadiy Illarionov
2018-05-05Fix typosAndrea Gelmini
2018-05-04Reverse debug logicEike Rathke
2018-05-04Debug string access out-of-boundsEike Rathke
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-11-03Revert "Replace list by vector in filtergrouping (sfx2)"Michael Stahl
2017-11-03Replace list by vector in filtergrouping (sfx2)Julien Nabet
2017-09-13clang-tidy modernize-use-emplace in sfx2Noel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-19make string translation loading more uniformCaolán McNamara
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann
2016-07-04remove comphelper::string::removeNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin