summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmldrawreader.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-08loplugin:fieldcast in SwHTMLParserNoel Grandin1-4/+4
2023-08-05Define px as 1/96 in in HTML filterMike Kaganski1-10/+5
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-7/+10
2023-02-09use new baseclass member insteadCaolán McNamara1-1/+1
2022-11-04ofz#52830 skip slow path for fuzzingCaolán McNamara1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin1-5/+5
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-2/+2
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin1-5/+2
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-5/+5
2021-10-10use SfxItemSetFixed in swNoel Grandin1-5/+4
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-07-17use WhichRangesContainer in swNoel Grandin1-4/+4
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-3/+3
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-10-20use tools::Long in swNoel1-2/+2
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-2/+2
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-8/+0
2019-12-11rename Prc->Percent in swNoel Grandin1-8/+8
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-3/+1
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-0/+1
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+6
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-5/+1
2019-04-29tdf#62699 Drop pass-through header file include/svx/xfillit.hxxGabor Kelemen1-1/+1
2018-12-18Get rid of aEmptyOUStrMike Kaganski1-2/+2
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+1
2018-10-20loplugin:staticvar in swNoel Grandin1-2/+2
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-2/+1
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+6
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-6/+2
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+6
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-9/+9
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-5/+5
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2017-12-16ofz: dangling pointersCaolán McNamara1-1/+1
2017-12-12valgrind: various html leaksCaolán McNamara1-1/+1
2017-10-23loplugin:includeform: swStephan Bergmann1-7/+7
2017-07-31loplugin:oncevarNoel Grandin1-4/+4
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-04-27tdf#39468 Translate German comments in swJens Carl1-43/+41
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin1-14/+15
2017-04-12enum spelling: throught -> throughJustin Luth1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-6/+6
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-1/+1
2017-03-06convert SdrTextAniKind to scoped enumNoel Grandin1-6/+6
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin1-15/+11