summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlnumreader.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-11tdf#39468: Translate German comments/termsJens Carl1-6/+6
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-2/+1
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-26/+28
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-17/+19
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin1-9/+7
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin1-1/+1
2017-02-21Add list-style-type support to html parserThorsten Behrens1-0/+10
2017-02-16German comment translationsLukas Röllin1-57/+44
2017-01-19use rtl::Reference in SwHTMLParserNoel Grandin1-9/+9
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna1-9/+9
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-03-22loplugin:constantparam in swNoel Grandin1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna1-33/+33
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-97/+97
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-1/+0
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-2/+2
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-26/+26
2014-04-06sw html: split htmlnum to reader, writer and common partTomaž Vajngerl1-0/+618