summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
AgeCommit message (Expand)Author
2018-04-11new loplugin:unusedvariablemoreNoel Grandin
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-02-14loplugin:changetoolsgen in scNoel Grandin
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-16convert EETextFormat to scoped enumNoel Grandin
2017-12-07loplugin:constparamsNoel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-03ofz: fix leakCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-09-14Replace some lists by vectors (sc/filter)Julien Nabet
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-08-15loplugin:checkunusedparams in scNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-04loplugin:unusedfields in sc part3Noel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-11loplugin:inlinefields in ScHTMLLayoutParserNoel Grandin
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke
2015-11-23loplugin:unusedfields in scNoel Grandin