summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
AgeCommit message (Expand)Author
2022-03-12tdf#147767 html pasted to calc has very small fontNoel Grandin
2022-02-07Resolves: tdf#74577 tdf#92960 Create missing offsets in very outer tableEike Rathke
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt
2021-10-19tdf#96499 sc htmlimport: fix broken CSSHandler so that...Kevin Suo
2021-10-10Typo: brake(s)->break(s) (I let the right use of "brake" of course)Julien Nabet
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin
2021-09-05no need to allocate NamePropsType with unique_ptrNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin
2021-05-29tdf#127484 - Use HTML caption tag to name externally linked tablesAndreas Heinisch
2021-04-05Use std algorithms hereMike Kaganski
2021-02-02Fix typo in codeAndrea Gelmini
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-16replace std::max(std::min()) with std::clampNoel
2020-10-20use tools::Long in scNoel
2020-08-08loplugin:flatten in sc/filterNoel Grandin
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15loplugin:buriedassign in scNoel Grandin
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-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-10-19sc: rowcol: tdf#50916 convert ucalc test, and docfunc.Michael Meeks
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-12Fix typosAndrea Gelmini
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
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14tdf#119841 Crash when pasting an HTML table from a web pageNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-03tdf#119007 Crash when paste table from webNoel Grandin
2018-08-01loplugin:stringloop in scNoel Grandin