summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-20use tools::Long in scNoel
2020-09-28export HYPERLINK target in html clipboard exportCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-24ScCellFormat::GetString never called with a null ScDocument*Caolán McNamara
2020-09-14ScRangeData ctor variant never passed a null ScDocument*Caolán McNamara
2020-09-14InsertRangeName always dereferences its ScDocument* argCaolán McNamara
2020-09-13ScTokenArray ctor always dereferences its ScDocument* argCaolán McNamara
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-22sal_Char->char in scNoel Grandin
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-19sc: rowcol: tdf#50916 convert ucalc test, and docfunc.Michael Meeks
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann
2019-07-15cid#1448276 Dereference null return valueCaolán McNamara
2019-06-21Drop INetURLObject::GetName and INetURLObject::GetExtensionMike Kaganski
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-05-16optimize ScHTMLExport::WriteTables() with large columnsLuboš Luňák
2019-04-17loplugin:sequentialassign in scNoel Grandin
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen
2019-01-24Simplify containers iterations in sc/source/filter/[h-o]*Arkadiy Illarionov
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2019-01-16use unique_ptr in ScHTMLLayoutParser::ImageNoel Grandin
2019-01-16use unique_ptr in ScHTMLLayoutParser::AdjustNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann