summaryrefslogtreecommitdiff
path: root/unotools/source/config/eventcfg.cxx
AgeCommit message (Expand)Author
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-06-28Simplify Sequence iterations in unotoolsArkadiy Illarionov
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-02-28remove some unused typedefsNoel Grandin
2019-01-04Add apparently missing ! to GlobalEventConfig_Impl::hasElementsStephan Bergmann
2018-12-07remove unused ConfigItemMode::DelayedUpdateNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-18loplugin:unnecessaryparenNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2017-03-28tdf#105843 : restore Application Start and Stop eventsJean-Baptiste Faure
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin
2017-02-10convert EItem to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, unotoolsStephan Bergmann
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin
2016-10-31loplugin:oncevar in unoxml..toolkitNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2016-08-15loplugin:unusedenumconstants in unotools..xmlhelpNoel Grandin
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2015-11-25add const in ranged forAndrzej Hunt
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-11do not call virtual Commit() from dtors of utl::ConfigItem subclassesMichael Stahl
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-01-28Use vector::dataStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara