summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlatr.cxx
AgeCommit message (Expand)Author
2019-11-07sw XHTML export: <blockquote> can't have character childrenMiklos Vajna
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-02loplugin:stringadd in swNoel Grandin
2019-08-03Fix typosAndrea Gelmini
2019-07-24Fix typosAndrea Gelmini
2019-03-12sw HTML export, field shadings: give text portion background priorityMiklos Vajna
2019-02-10loplugin:indentation in swNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
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-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-24loplugin:useuniqueptr in SwHTMLWriterNoel Grandin
2018-07-13sw HTML export: fix XHTML mode of 'Heading 7' styleMiklos Vajna
2018-07-06sw HTML export: avoid writing <font> in XHTML modeMiklos Vajna
2018-05-07sw HTML export: ensure <li> is not closed before list item contentMiklos Vajna
2018-04-16sw: prefix members of WriterMiklos Vajna
2018-04-11sw XHTML export: properly write <li>...</li> around paragraphsMiklos Vajna
2018-03-28drop newly unused HTMLMODE_NO_BR_AT_PARENDCaolán McNamara
2018-03-19sw XHTML export: avoid <strike> for strikeout in ReqIF modeMiklos Vajna
2018-03-14sw XHTML export: fix handling of character stylesMiklos Vajna
2018-03-13sw XHTML export: avoid <u> for underline in ReqIF modeMiklos Vajna
2018-03-09sw XHTML export: fix OutHTML_INetFormat()Miklos Vajna
2018-03-07use more Color in swNoel Grandin
2018-03-01sw HTML export: ReqIf implies we write a fragmentMiklos Vajna
2018-03-01sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()Miklos Vajna
2018-02-28sw HTML export: allow custom XHTML namespace aliasMiklos Vajna
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-09RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unusedNoel Grandin
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-11-21loplugin:flatten in swNoel Grandin
2017-10-27loplugin:constantparam in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-10-06filters: always use "" for includes in current source's directoryMike Kaganski
2017-09-10cppcheck: oppositeInnerCondition in htmlatr (sw)Julien Nabet
2017-08-10tdf#39468: Translate some german commentsChristian Barth
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann