summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)AuthorFilesLines
2018-01-15More loplugin:cstylecast: svtoolsStephan Bergmann2-7/+7
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann2-10/+10
2017-12-14Related: tdf#114428 svtools HTML import: avoid XML declaration in body textMiklos Vajna1-1/+2
2017-12-12ensure dec ref if exception calledCaolán McNamara1-3/+23
2017-12-11loplugin:salcall fix functionsNoel Grandin1-3/+3
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-12/+12
2017-11-22loplugin:flatten in svtoolsNoel Grandin1-23/+23
2017-10-31loplugin:constantparam in svl,svtoolsNoel Grandin1-37/+30
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-1/+1
2017-09-14improve redundantcast lopluginNoel Grandin1-3/+3
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M2-4/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-2/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-3/+3
2017-08-16tdf#39468 Translate German comments/termsJens Carl1-1/+1
2017-08-01loplugin:checkunusedparamsNoel Grandin1-3/+2
2017-07-19loplugin:constparams in svtoolsNoel Grandin1-1/+1
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin1-1/+1
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-10simplify some OUString compareTo callsNoel Grandin2-4/+3
2017-07-03tdf#39468 Translate German comments/termsJens Carl1-2/+1
2017-06-21loplugin:unusedfields in svtoolsNoel Grandin1-5/+1
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-8/+8
2017-05-18html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky1-0/+1
2017-05-17Clean up local HTML_IS* macrosStephan Bergmann1-19/+18
2017-05-12tdf#75280 replace uses of sal_uLongJochen Nitschke1-11/+11
2017-05-11Casting from Int32 to uLong to Int32 doesn't make sense.Eike Rathke1-1/+1
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-05-10Fix Windows build: uLong is not Int64Eike Rathke1-1/+1
2017-05-10related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky1-1/+1
2017-05-10tdf#107677 html import: Import ISO8601 datetime in html meta tags too.Jan Holesovsky1-11/+23
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin1-2/+1
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin2-362/+363
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin3-171/+183
2017-04-03tdf#39468 Translate German commentsJens Carl2-2/+2
2017-04-01Display unknown token for html key in consoleJulien Nabet1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann2-4/+0
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-06convert eHtmlMetas to scoped enumNoel Grandin1-42/+42
2017-03-06convert HTMLTableRules to scoped enumNoel Grandin1-5/+5
2017-03-06convert HTMLTableFrame to scoped enumNoel Grandin1-9/+9
2017-03-06convert HTMLInputType to scoped enumNoel Grandin1-13/+13
2017-03-06convert HTMLScriptLanguage to scoped enumNoel Grandin1-6/+6
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin2-62/+30
2017-02-14convert SvParserState to scoped enumNoel Grandin1-14/+14
2016-11-03tdf#88821: Implement support for <meta charset="..."> for HTML import.Jan Holesovsky2-1/+5
2016-10-07New rtl::splitSurrogates, remove code duplicationStephan Bergmann1-9/+1