summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)Author
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-04-01Display unknown token for html key in consoleJulien Nabet
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-06convert eHtmlMetas to scoped enumNoel Grandin
2017-03-06convert HTMLTableRules to scoped enumNoel Grandin
2017-03-06convert HTMLTableFrame to scoped enumNoel Grandin
2017-03-06convert HTMLInputType to scoped enumNoel Grandin
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin
2017-02-14convert SvParserState to scoped enumNoel Grandin
2016-11-03tdf#88821: Implement support for <meta charset="..."> for HTML import.Jan Holesovsky
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann
2016-10-07Minor performance improvement of previous patchStephan Bergmann
2016-10-07rhbz#1382401: Support surrogate pairs in HTMLOutFuncsStephan Bergmann
2016-10-07merge copies of flushing code togetherCaolán McNamara
2016-10-07might as well rearrange these flushes to all look the sameCaolán McNamara
2016-10-07for 0 len arg, the source might as well be nullptr for these flushing casesCaolán McNamara
2016-09-16loplogin:singlevalfields in include/Noel Grandin
2016-08-30Translate some German comments and messagesMaarten Bosmans
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svtools)Stephan Bergmann
2016-07-04remove comphelper::string::removeNoel Grandin
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-22Fix typosAndrea Gelmini
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht
2016-03-17loplugin:constantparam in svtoolsNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-09loplugin:constantparam in svtoolsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-13loplugin:unusedmethods unused return value in include/svtoolsNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann