summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák1-5/+5
2022-02-08add template versions of SwContentNode::GetAttrNoel Grandin1-4/+3
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt1-2/+2
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-9/+9
2021-10-10use SfxItemSetFixed in swNoel Grandin1-3/+2
2021-09-20ofz: avoid TimeoutCaolán McNamara1-3/+13
2021-09-17ofz#38652 Avoid timeout in html importCaolán McNamara1-2/+8
2021-08-13ofz#37114 avoid config when fuzzingCaolán McNamara1-5/+5
2021-08-02more ofz#36727Caolán McNamara1-5/+9
2021-08-02ofz#36727 AbrtCaolán McNamara1-8/+17
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin1-10/+10
2021-07-19sw XHTML import: improve handling of <object> with imagesMiklos Vajna1-0/+6
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-06-03sw: rename some variable/method names in html import/exportTomaž Vajngerl1-23/+23
2021-05-29no need to allocate these on the heapNoel Grandin1-33/+33
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-13/+13
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1
2021-04-08Typos in code with variables containing "inital"->"initial"Julien Nabet1-6/+6
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-2/+2
2021-02-02Fix typo in codeAndrea Gelmini1-2/+2
2020-12-03convert SvtPathOptions::Paths to scoped enumNoel1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann1-4/+4
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-10-27ofz#26619 detect if SwFrameFormat deleted during importCaolán McNamara1-1/+20
2020-10-20use tools::Long in swNoel1-9/+9
2020-10-13static_cast after dynamic_castNoel1-2/+2
2020-09-28'Jaket' -> EnvelopeCaolán McNamara1-1/+1
2020-08-18loplugin:unusedvarsglobalNoel Grandin1-1/+2
2020-07-31loplugin:flatten in sw/core/view..sw/core/htmlNoel Grandin1-50/+50
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-06-26Upcoming improved loplugin:elidestringvar: swStephan Bergmann1-4/+2
2020-06-24Remove obsolete comment about LF on old Mac OSStephan Bergmann1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-2/+2
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-12ofz#20455 sw: HTML import: fix invalid table in footerCaolán McNamara1-1/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-5/+5
2020-01-26rename some local variablesNoel Grandin1-2/+2
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2019-12-20loplugin:duplicate-definesNoel Grandin1-0/+1
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-5/+1
2019-12-16sw reqif-xhtml import: add a new AllowedRTFOLEMimeTypes parameterMiklos Vajna1-0/+19
2019-12-13loplugin:expandablemethodsNoel Grandin1-1/+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-8/+8
2019-12-11rename Prc->Percent in swNoel Grandin1-10/+10
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+2
2019-09-19sw/filter/hmtl: SwClient/SwModify no moreBjoern Michaelsen1-12/+5
2019-09-06ofz#15225 Timeout cut out uninteresting slow pathCaolán McNamara1-1/+1