summaryrefslogtreecommitdiff
path: root/unotools/source/config/eventcfg.cxx
AgeCommit message (Expand)Author
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
2014-12-12unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-11fix-includes.pl: unotoolsThomas Arnhold
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-19unotools: sal_Bool -> boolStephan Bergmann