summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlcss1.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Fix typo in codeAndrea Gelmini1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-3/+3
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-09-28'Jaket' -> EnvelopeCaolán McNamara1-1/+1
2020-07-31loplugin:flatten in sw/core/view..sw/core/htmlNoel Grandin1-92/+92
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-05-19sw HTML import: ignore hidden text framesMiklos Vajna1-0/+6
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-1/+1
2020-02-12ofz#20455 sw: HTML import: fix invalid table in footerCaolán McNamara1-5/+13
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-2/+2
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-4/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-11num->number and bul->bullet in sw/Noel Grandin1-2/+2
2019-12-11rename Prc->Percent in swNoel Grandin1-6/+6
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-2/+2
2019-10-02loplugin:stringadd in swNoel Grandin1-2/+1
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-4/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-11/+11
2019-02-10loplugin:indentation in swNoel Grandin1-4/+4
2018-12-18Get rid of aEmptyOUStrMike Kaganski1-8/+8
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-15loplugin:staticconstfield improvementsNoel Grandin1-13/+6
2018-10-15add SvStream::TellEndNoel Grandin1-2/+1
2018-10-03loplugin:constfields in swNoel Grandin1-3/+3
2018-10-01loplugin:useuniqueptr in SwPendingStackNoel Grandin1-6/+4
2018-08-16SvxNumberFormat::nFirstLineOffset should have a larger typeStephan Bergmann1-1/+1
2018-08-15SvxNumberFormat::nAbsLSpace should have a larger typeStephan Bergmann1-1/+1
2018-01-30loplugin:unused-returns in swNoel Grandin1-5/+3
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-6/+6
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2017-12-16ofz: dangling pointersCaolán McNamara1-38/+38
2017-12-12ofz: more leaksCaolán McNamara1-6/+7
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-9/+9
2017-10-16sw: prefix members of SwCSS1ParserMiklos Vajna1-79/+79
2017-10-06filters: always use "" for includes in current source's directoryMike Kaganski1-1/+1
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-04loplugin:constparams in sw part5Noel Grandin1-1/+1
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