summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Use o3tl::convert for conversion to/from EMUsMike Kaganski1-3/+4
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski1-4/+1
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-2/+3
2021-02-04have one set of twips<->mm conversionsNoel1-2/+2
2021-01-13transparency->alpha in GraphicAttrNoel1-1/+1
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-10-20use tools::Long in swNoel1-4/+4
2020-10-02MSWordExportBase never passed a null SwDoc*Caolán McNamara1-18/+18
2020-09-30loplugin:reducevarscope in swNoel1-6/+6
2020-09-23Fix typoAndrea Gelmini1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-31loplugin:flatten in sw/filter/ww8Noel Grandin1-314/+314
2020-06-10loplugin:buriedassign in swNoel Grandin1-7/+16
2020-05-14DOCX export: fix interaction between the crop and the wrap polygon of imageMiklos Vajna1-1/+1
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-1/+1
2020-04-16tdf#132094 doc: fix export of fill in wrap-through fly framesJustin Luth1-4/+7
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-10use more std::make_sharedNoel Grandin1-1/+1
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-18/+5
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-3/+2
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-1/+1
2019-09-29Fix typosAndrea Gelmini1-1/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-2/+2
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-15loplugin:sequenceloop in swNoel Grandin1-1/+1
2019-08-09sw btlr writing mode: handle DOC export of textframesMiklos Vajna1-0/+3
2019-08-07Remove code for GetBlibID unused param rBoundRectLuke Deller1-39/+1
2019-08-03Fix typosAndrea Gelmini1-3/+3
2019-06-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*hxxGabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+1
2019-05-04Use hasElements to check Sequence emptiness in swArkadiy Illarionov1-2/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-8/+16
2019-04-07tdf#118375, tdf#70838 correct position of rotated shape in docRegina Henschel1-0/+30
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+2
2019-02-10loplugin:indentation in swNoel Grandin1-4/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-11-15sw_redlinehide_3: add layout parameter to SwField::ExpandField()Michael Stahl1-1/+1
2018-11-03Simplify containers iterations in sw/source/filterArkadiy Illarionov1-43/+34
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-4/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-2/+2