summaryrefslogtreecommitdiff
path: root/unotools/source/config/compatibility.cxx
AgeCommit message (Expand)Author
2023-04-04tdf#41652: Variable width NBSPVojtěch Doležal
2023-03-23rtl::Static to thread-safe-staticNoel Grandin
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen
2022-12-31tdf#152676 Writer: Compatibility options no longer saved as defaultNoel Grandin
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in unotoolsMike Kaganski
2021-07-26return SvtCompatibilityEntry from SvtCompatibilityOptions::GetListNoel Grandin
2021-07-26convert these into constantsNoel Grandin
2020-09-24tdf#134782 sw,unotools,officecfg: adapt configuration and UIMichael Stahl
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-04-15loplugin:sequentialassign in ucb..vbahelperNoel 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-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