summaryrefslogtreecommitdiff
path: root/sw/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Non-BMP chars are now covered by HTMLOutFUncs::Out_CharStephan Bergmann1-16/+5
2016-10-05convert MapUnit to scoped enumNoel Grandin16-37/+37
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2-2/+2
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin4-4/+4
2016-09-21remove #defines for HtmlContextFlags masksJochen Nitschke3-17/+8
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann6-9/+9
2016-09-08loplugin:constantparam in swNoel Grandin2-5/+5
2016-09-08loplugin:constantparam in swNoel Grandin7-26/+18
2016-09-07convert HTML_CNTXT constants to typed_flagsNoel Grandin3-25/+31
2016-09-07convert HTML_FF flags to typed_flagsNoel Grandin5-14/+20
2016-09-04loplugin:defaultparams: Default method parameterGiuseppe Castagno1-1/+1
2016-09-03cppcheck: variableScopeZolnai Tamás1-3/+1
2016-09-01pTemplate can probably be null hereStephan Bergmann1-3/+3
2016-08-31Get rid of a pointless indirect function pointer variableNoel Grandin1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann2-5/+5
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann2-3/+3
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist2-2/+2
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-5/+5
2016-08-29sw: prefix members of SwHTMLForm_ImplMiklos Vajna1-66/+66
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin2-3/+3
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin2-8/+8
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin4-8/+8
2016-08-18cppcheck: noCopyConstructorCaolán McNamara2-0/+6
2016-08-17convert SvxEscapement to scoped enumNoel Grandin1-5/+5
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin2-6/+6
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin2-5/+5
2016-08-17convert SvxBreak to scoped enumNoel Grandin6-19/+19
2016-08-17loplugin:unusedenumvalues in swNoel Grandin1-3/+1
2016-08-08tdf#39468: Translate German commentsJulian Mehne2-412/+391
2016-07-22Fix typosAndrea Gelmini1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin5-10/+6
2016-06-27loplugin:singlevalfields in sw(part2)Noel Grandin2-16/+1
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna1-29/+29
2016-06-16Remove the :: prefix in ::std for swMark Page3-4/+4
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-217/+227
2016-06-03Resolves: tdf#93971 freeze on load of specific html docCaolán McNamara1-1/+1
2016-06-02loplugin:unuseddefaultparamsNoel Grandin2-6/+4
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl2-5/+5
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-14/+8
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-27sw: these all look like intended fall-throughsMichael Stahl2-2/+2
2016-05-23loplugin:unusedmethods in swNoel Grandin3-41/+0
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin2-9/+9
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin10-52/+47
2016-05-11Mark dubious fallthrough cases as "SAL_FALLTHROUGH; //TODO ???"Stephan Bergmann2-0/+2
2016-05-11Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+5
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann7-45/+45
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann3-4/+8