summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)Author
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svtoolsStephan Bergmann
2020-04-19tdf#131951 related, improve perfNoel Grandin
2020-04-19tdf#131951: automatically increase buffer sizePavel Klevakin
2020-04-16loplugin:buriedassign in svtools..svxNoel Grandin
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-28svl: HTMLParser: stop inserting control character garbage into WriterMichael Stahl
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen
2019-09-06Fixing "...."Andrea Gelmini
2019-07-24Fix typoAndrea Gelmini
2019-02-18tdf#123485 Excel 2003 xml file with xls extension detected as HTMLNoel Grandin
2019-02-13Use indexed getToken()Matteo Casalin
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin
2018-10-03no need to call empty() before clear()Noel Grandin
2018-10-03loplugin:constfields in svtoolsNoel Grandin
2018-08-29XHTML import: <br></br> is one line breakMiklos Vajna
2018-08-23ofz#10022 oom in htmlfuzzerCaolán McNamara
2018-08-13ofz: Integer-overflowCaolán McNamara
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-24ofz#7621 tight OUString concat loop causes libfuzzer oomCaolán McNamara
2018-07-06sw HTML export: avoid writing <font> in XHTML modeMiklos Vajna
2018-04-23loplugin:singlevalfields improve unaryoperatorNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-08svtools: allow writing characters with HtmlWriterMiklos Vajna
2018-03-01sw HTML export: handle XHTML ns alias even with HTMLOutFuncs::Out_AsciiTag()Miklos Vajna
2018-03-01make Color::GetRGBColor return Color instead of ColorDataNoel Grandin
2018-02-28sw HTML export: allow custom XHTML namespace aliasMiklos Vajna
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27sw HTML import: allow custom XHTML namespace aliasMiklos Vajna
2018-01-15More loplugin:cstylecast: svtoolsStephan Bergmann
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann
2017-12-14Related: tdf#114428 svtools HTML import: avoid XML declaration in body textMiklos Vajna
2017-12-12ensure dec ref if exception calledCaolán McNamara
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara