summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlftn.cxx
AgeCommit message (Expand)Author
2022-04-06Drop write-only uses of pNonConvertableChars argumentMike Kaganski
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski
2022-03-22sw clearing breaks: add HTML filterMiklos Vajna
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna
2020-01-13sw reqif-xhtml export: fix non-well-formed output on Chinese textMiklos Vajna
2019-12-23sal_Char->char in swNoel Grandin
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-02loplugin:stringadd in swNoel Grandin
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl
2018-12-18Get rid of aEmptyOUStrMike Kaganski
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-15sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl
2018-09-17New loplugin:externalStephan Bergmann
2018-07-30loplugin:stringloop in swNoel Grandin
2018-07-19loplugin:useuniqueptr in SwHTMLParserNoel Grandin
2018-07-19loplugin:useuniqueptr in SwHTMLWriterNoel Grandin
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-01sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()Miklos Vajna
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-05ofz#4971 Bad-castCaolán McNamara
2017-08-06loplugin:constparams in sw part6Noel Grandin
2017-07-17Translate randomly found German commentsJohnny_M
2017-04-12tdf#39468 Translate German comments in swJens Carl
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2017-01-19use rtl::Reference in SwHTMLParserNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann
2016-02-22loplugin:commaoperator in sw/Noel Grandin
2015-12-02loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann
2015-12-02Remove some chained appendsWillian Briotto
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-06-01Translate German messageMatteo Casalin
2015-06-01WaE - Fix C4389: ´==´ : signed/unsigned mismatchMatteo Casalin
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin