summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara
2017-02-09use std::unique_ptr and reorder membersJochen Nitschke
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
2017-01-04Refactor lcl_makeHTMLColorTripletMuhammet Kara
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-11-01loplugin:oncevar in sal..scriptingNoel 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-08-23convert SdrIterMode to scoped enumNoel Grandin
2016-06-01remove unused SID constants and associated codeNoel Grandin
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock
2016-01-21loplugin: unused return valuesNoel Grandin
2016-01-17cppcheck: fix 2 variableScope reports in scJulien Nabet
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
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-28com::sun::star->css in scNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-01Render the notes in spreadsheets as inline html commentsJoan Paraiso
2015-09-30Fix typosAndrea Gelmini
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara