summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2016-03-23loplugin:constantparam in scNoel Grandin1-2/+2
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-24/+11
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock2-3/+3
2016-01-21loplugin: unused return valuesNoel Grandin1-3/+1
2016-01-17cppcheck: fix 2 variableScope reports in scJulien Nabet1-1/+1
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin2-11/+6
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-5/+3
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-8/+8
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-11/+12
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke2-3/+16
2015-11-23loplugin:unusedfields in scNoel Grandin2-3/+2
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+6
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-36/+36
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke1-2/+1
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-3/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-01Render the notes in spreadsheets as inline html commentsJoan Paraiso2-1/+63
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-18boost->stdCaolán McNamara1-18/+15
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-15/+18
2015-09-17boost->stdCaolán McNamara1-18/+15
2015-09-17convert Link<> to typedNoel Grandin1-19/+17
2015-08-14loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-04sc: inline some use-once typedefsNoel Grandin1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-05sc: loplugin:staticmethodsMiklos Vajna1-13/+13
2015-06-05sc: another loplugin:unreffunMiklos Vajna1-1/+0
2015-06-05sc: loplugin:unreffunMiklos Vajna1-7/+0
2015-06-04update to liborcus 0.9.1David Tardon1-1/+29
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-5/+5
2015-05-01Revert "update to liborcus 0.9.0"Markus Mohrhard1-29/+1
2015-05-01update to liborcus 0.9.0Markus Mohrhard1-1/+29
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-6/+6
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-6/+6
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-6/+6
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-4/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-28coverity#703988 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-28loplugin: cstylecastNoel Grandin3-43/+43
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-1/+1