summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin1-21/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-14tdf#119841 Crash when pasting an HTML table from a web pageNoel Grandin1-14/+20
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+0
2018-08-03tdf#119007 Crash when paste table from webNoel Grandin1-10/+5
2018-08-01loplugin:stringloop in scNoel Grandin1-4/+4
2018-07-12loplugin:useuniqueptr in ScHTMLLayoutParserNoel Grandin1-27/+22
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-8/+0
2018-03-28use boost::optional in sc and svgioNoel Grandin1-8/+8
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-7/+7
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-6/+6
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-29/+29
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-12-16convert EETextFormat to scoped enumNoel Grandin1-2/+2
2017-12-07loplugin:constparamsNoel Grandin1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-03ofz: fix leakCaolán McNamara1-104/+76
2017-10-23loplugin:includeform: scStephan Bergmann1-5/+5
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin1-9/+9
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet1-24/+24
2017-08-29loplugin:constparam in sc part8Noel Grandin1-8/+8
2017-08-15loplugin:checkunusedparams in scNoel Grandin1-3/+3
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-1/+1
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-5/+5
2017-07-04loplugin:unusedfields in sc part3Noel Grandin1-7/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-3/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-4/+4
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin1-3/+3
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-78/+79
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-52/+51
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-11loplugin:inlinefields in ScHTMLLayoutParserNoel Grandin1-14/+12
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin1-74/+70
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-2/+2
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin1-12/+12
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-6/+6
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-2/+2
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-5/+0
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-1/+1
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2016-11-28orcus is mandatory nowMarkus Mohrhard1-11/+0
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin1-2/+2
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+1