summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+2
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-22/+13
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-4/+2
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 Rathke1-2/+11
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+2
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
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 Grandin1-1/+1
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-01convert BOX_LINE and BOXINFO_LINE to enum classNoel 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-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-4/+0
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+10
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-24/+24
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-24/+24
2014-06-25remove whitespaceMarkus Mohrhard1-39/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-26/+0
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+5
2014-03-14coverity#705828 Dereference before null checkCaolán McNamara1-8/+4
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6