summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/eehtml.cxx
AgeCommit message (Expand)Author
2023-03-07no need to allocate these separatelyNoel Grandin
2022-09-05Simplify by using replace instead of replaceAt in loop in editengJulien Nabet
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-02-02Fix typo in codeAndrea Gelmini
2020-10-20use tools::Long in editengNoel
2020-04-15loplugin:buriedassign in e*Noel Grandin
2020-04-14loplugin:flatten in editengNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-06drop some now unnecessary includesCaolán McNamara
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-03-20drop unnecessary includesCaolán McNamara
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-11-13Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: editengStephan Bergmann
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-07-04loplugin:unusedfields in editengNoel Grandin
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin
2017-05-20Translate German comments and debug strings (leftovers in e... dirs)Johnny_M
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-05-02loplugin:checkunusedparams in editengNoel Grandin
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin
2017-04-03Remove DBG_ASSERT since it's always wrongJulien Nabet
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-02-14convert SvParserState to scoped enumNoel Grandin
2017-01-24teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin
2017-01-13new loplugin: useuniqueptr: editengNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-26clang-tidy modernize-loop-convert in e*Noel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann