summaryrefslogtreecommitdiff
path: root/unotools/source/config/cmdoptions.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-16loplugin:ostr in unotoolsNoel Grandin1-2/+2
2023-12-06tdf#157915 Error when running a Basic macro with instruction commitChangesNoel Grandin1-0/+2
2023-06-06SvtCommandOptions only supports CMDOPTION_DISABLEDNoel Grandin1-23/+10
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen1-1/+0
2021-12-24osl::Mutex->std::mutex in SvtCommandOptionsNoel Grandin1-14/+13
2021-11-19rtl::Static->thread-safe static in unotoolsNoel Grandin1-7/+2
2021-11-10new loplugin:stringliteraldefineNoel Grandin1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-3/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov1-5/+3
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen1-2/+0
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-1/+1
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin1-1/+1
2017-02-10convert EItem to scoped enumNoel Grandin1-1/+1
2017-02-02Fix some typosSamuel Mehrbrodt1-3/+3
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-10typo fix: oue -> ourAndras Timar1-1/+1
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-4/+4
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin1-3/+6
2016-06-16properly prefix various global variables and hide themMichael Stahl1-3/+7
2016-06-16tdf#89329: use shared_ptr for pImpl in cmdoptionsXisco Fauli1-27/+11
2016-06-13loplugin:sallogareasStephan Bergmann1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2015-11-18com::sun::star->css in unotools/Noel Grandin1-6/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-14/+5
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+3
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl1-5/+1
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-12/+4
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-11fix-includes.pl: unotoolsThomas Arnhold1-1/+1
2014-04-07Clean up unused functionsStephan Bergmann1-31/+2
2014-04-06Typo: s/ouer/ourTor Lillqvist1-8/+8
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist1-20/+0
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist1-13/+13
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-16/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2