summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-1/+1
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-5/+2
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-46/+48
2017-04-28tdf#39648: Translate German comments and terms in swJens Carl1-127/+118
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-4/+5
2017-04-12enum spelling: throught -> throughJustin Luth1-1/+1
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-5/+5
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-5/+5
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-4/+4
2017-03-02elide the SwSurround enumNoel Grandin1-3/+3
2017-02-14convert SvParserState to scoped enumNoel Grandin1-1/+1
2017-01-19use rtl::Reference in SwHTMLParserNoel Grandin1-2/+2
2016-11-25convert CSS1_SCRIPT to o3tl::typed_flagsNoel Grandin1-27/+27
2016-10-27loplugin:expandablemethods in swNoel Grandin1-1/+1
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna1-52/+52
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+2
2016-09-07convert HTML_FF flags to typed_flagsNoel Grandin1-5/+5
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-3/+3
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-14/+14
2016-04-22Avoid reserved identifiersStephan Bergmann1-13/+13
2016-03-22loplugin:constantparam in swNoel Grandin1-5/+3
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-4/+1
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-20/+13
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-29/+29
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-28/+28
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna1-78/+78
2015-10-13remove some useless commentsNoel Grandin1-4/+0
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-4/+4
2015-08-21loplugin:defaultparamsNoel Grandin1-6/+6
2015-05-31Use more proper integer types and range-based for loopsMatteo Casalin1-26/+21
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-165/+165
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski1-10/+5
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara1-1/+3
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-02loplugin: cstylecastNoel Grandin1-22/+22
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin1-4/+4
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-2/+2