summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmldrawreader.cxx
AgeCommit message (Expand)Author
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17use WhichRangesContainer in swNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-10-20use tools::Long in swNoel
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-12-11rename Prc->Percent in swNoel Grandin
2019-10-29remove unnecessary includesCaolán McNamara
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-29tdf#62699 Drop pass-through header file include/svx/xfillit.hxxGabor Kelemen
2018-12-18Get rid of aEmptyOUStrMike Kaganski
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-20loplugin:staticvar in swNoel Grandin
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-16ofz: dangling pointersCaolán McNamara
2017-12-12valgrind: various html leaksCaolán McNamara
2017-10-23loplugin:includeform: swStephan Bergmann
2017-07-31loplugin:oncevarNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-04-27tdf#39468 Translate German comments in swJens Carl
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-04-12enum spelling: throught -> throughJustin Luth
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-06convert SdrTextAniKind to scoped enumNoel Grandin
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin
2017-03-02elide the SwSurround enumNoel Grandin
2017-01-19use rtl::Reference in SwHTMLParserNoel Grandin
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-24convert SdrTextAniDirection to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin