summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmltabw.cxx
AgeCommit message (Expand)Author
2021-08-13Resolves: tdf#132739 two style tags where there should be just oneCaolán McNamara
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-03-24sw reqif-xhtml export: fix unexpected height for <td>Miklos Vajna
2020-10-20use tools::Long in swNoel
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin
2019-12-11num->number and bul->bullet in sw/Noel Grandin
2019-12-11rename Prc->Percent in swNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-08-10sw: fix ~SwIndexReg asserts on ODF export of ooo83072-1.odtMichael Stahl
2019-08-03Fix typosAndrea Gelmini
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*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-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov
2018-10-04loplugin:useuniqueptr in SwWriteTableColsNoel Grandin
2018-09-06make SwWriteTableRows be a vector of std::unique_ptrNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-04-18sw XHTML export: close <col> for tablesMiklos Vajna
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-04-11sw reqif-xhtml export: limit values of the style attributeMiklos Vajna
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-20sw XHTML export: write only CSS markup for table backgroundMiklos Vajna
2018-03-20sw XHTML export: fix duplicated style attribute for table border/backgroundMiklos Vajna
2018-03-02sw HTML export: XHTML ns alias for table markupMiklos Vajna
2018-03-01sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()Miklos Vajna
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-10-06filters: always use "" for includes in current source's directoryMike Kaganski
2017-09-11cppcheck: knownConditionTrueFalseJochen Nitschke
2017-06-21loplugin:unusedfields in sw part3Noel Grandin
2017-06-07tdf#39468 Translate German comments/terms sw/source/filter/html/htmltabw.cxxJens Carl
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-02elide the SwSurround enumNoel Grandin
2016-11-23tdf#42949 Remove unnecessary headers from sw/source/filtersBartosz Kosiorek
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann