summaryrefslogtreecommitdiff
path: root/unotools/source/config/dynamicmenuoptions.cxx
AgeCommit message (Expand)Author
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-02simplify SvtDynamicMenuOptionsNoel Grandin
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-20convert EDynamicMenuType to scoped enumNoel Grandin
2017-03-02Fix typosAndrea Gelmini
2017-02-10convert EItem to scoped enumNoel Grandin
2017-02-02Fix some typosSamuel Mehrbrodt
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10typo fix: oue -> ourAndras Timar
2016-06-17tdf#89329: use shared_ptr for pImpl in dynamicmenuoptionsXisco Fauli
2016-06-13loplugin:sallogareasStephan Bergmann
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2015-11-26loplugin:unusedfields variousNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-27Clean up sEmptyStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-11fix-includes.pl: unotoolsThomas Arnhold
2014-04-07Clean up unused functionsStephan Bergmann
2014-04-06Typo: s/ouer/ourTor Lillqvist
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2014-01-10Use boolStephan Bergmann