summaryrefslogtreecommitdiff
path: root/unotools/source/config/compatibility.cxx
AgeCommit message (Expand)Author
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-07-27unotools: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski
2017-08-22tdf#110355: regression fixVitaliy Anderson
2017-05-26tdf#108056 sw: add UI to disable SubtractFlysAnchoredAtFlys compat optionMiklos Vajna
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-02-10convert EItem to scoped enumNoel Grandin
2017-02-02Fix some typosSamuel Mehrbrodt
2017-02-01Compatibility options refactoring. Part 1 small fixVitaliy Anderson
2017-01-31Compatibility options refactoring. Part 1 small fixVitaliy Anderson
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-27Compatibility options refactoring. Part 1Vitaliy Anderson
2017-01-18tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 2Vitaliy Anderson
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-06-16Local linkage for static var (and drop misleading "m_" prefix)Stephan Bergmann
2016-06-14tdf#89329: use shared_ptr for pImpl in compatibility...Xisco Fauli
2016-06-13loplugin:sallogareasStephan Bergmann
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin
2016-04-22tdf#81833: form protection can be modified as compatibility optionOliver Specht
2015-11-18com::sun::star->css in unotools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan 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
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-18unotools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-05-11fix-includes.pl: unotoolsThomas Arnhold
2014-04-06Typo: s/ouer/ourTor Lillqvist
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor 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-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin
2014-02-26Remove visual noise from unotoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-21bool improvementsStephan Bergmann
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-11Remove RTL_CONSTASCII_STRINGPARAM (unotools)Chr. Rossmanith
2013-02-23Fix typo accessable/accessibleJulien Nabet
2012-11-21obtain LanguageTag from SvtSysLocaleEike Rathke
2012-08-08reduce ascii noise and useless commentsThomas Arnhold