summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)Author
2014-06-05coverity#1103688 Missing break in switch, assuming its intentionalCaolán McNamara
2014-06-04compareTo -> equalsNoel Grandin
2014-05-11fix-includes.pl: svtoolsThomas Arnhold
2014-04-06WaE: passing OString by value, rather pass by referenceTor Lillqvist
2014-04-06Add HtmlWriterHelper to svtools.Tomaž Vajngerl
2014-04-06HtmlWriter: add prettyPrint option, instance variablesTomaž Vajngerl
2014-04-06svtools: make HTMLOutFuncs::Out_AsciiTag clearer.Tomaž Vajngerl
2014-04-06svtools: HtmlWriter - for writing HTML structure to a streamTomaž Vajngerl
2014-04-01coverity#735505 Logically dead codeCaolán McNamara
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-08switch: ungroup two case which perform different operationsMatteo Casalin
2014-02-25Remove visual noise from svtoolsAlexander Wilms
2014-02-21html: Make GetColor() working in lower case.Jan Holesovsky
2014-02-21html: Lowercase the html colors, and make the comparison more robust.Jan Holesovsky
2014-02-21fdo#74584: complete revert various previous changes to upcase HTML tagsCaolán McNamara
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20fdo#74584: Revert "fix html tests"Michael Stahl
2014-02-20fdo#74584: Revert "html: Options need to be lowercase, too"Michael Stahl
2014-02-19fdo#74584: Upcase the tag name before searching.Kohei Yoshida
2014-02-19coverity#738865 Uninitialized scalar fieldCaolán McNamara
2014-02-12cid#1103689 missing break in switchNoel Grandin
2014-02-12remove code in dead HTML_BEHAVIOUR #defineNoel Grandin
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-14longparas: drop STRING_MAXLEN use nowCaolán McNamara
2014-01-10Use boolStephan Bergmann
2014-01-09Translated German commentsLuc Castermans
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-13xub_StrLen->sal_Int32Caolán McNamara
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-14html: remove unused optionsThomas Arnhold
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
2013-10-12Test _WIN32 instead of UNX as it's Win32 that is the special case hereTor Lillqvist
2013-10-10html: Options need to be lowercase, tooThomas Arnhold
2013-10-07html: <li> is on/off - arrange list correctlyThomas Arnhold
2013-10-07html: remove unused and unsupported tagsThomas Arnhold
2013-10-06fix html testsThomas Arnhold
2013-10-06html: remove duplicatesThomas Arnhold
2013-09-12drop tools/string.hxx from a bunch of placesCaolán McNamara
2013-09-02XubString->OUStringCaolán McNamara
2013-08-22convert svtools/source/svhtml/* from String to OUStringNoel Grandin
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
2013-08-22convert include/svtools/htmltokn.h from String to OUStringNoel Grandin
2013-08-15original code inserted sSaveToken at the start of aTokenCaolán McNamara
2013-08-15single arg Erase erased to eolCaolán McNamara