summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-02introduce Degree100 strong_int typeNoel1-3/+3
2020-11-12tdf#137850 writerfilter compatibilityMode15: ignore behindDoc if wrappedJustin Luth1-0/+17
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-09-10tdf#135943 writerfilter: ignore compat LayoutInCell for txbxJustin Luth1-2/+15
2020-08-15tdf#77794 writerfilter: compat15 - always bLayoutInCellJustin Luth1-1/+3
2020-07-15tdf#120760 DOCX shape import: fix Z-order with behindDocSzabolcs Toth1-4/+13
2020-07-02tdf#123324 DOCX import: fix shape height relative to top page marginRegényi Balázs1-0/+7
2020-07-01tdf#133863 tdf#133864 DOCX shape import: width relative to insideRegényi Balázs1-0/+2
2020-07-01tdf#133070 DOCX import: fix shape height relative to bottom page marginRegényi Balázs1-0/+7
2020-06-24tdf#133670 DOCX import: fix shape width relative to right marginSzabolcs Toth1-0/+8
2020-06-23tdf#132976 DOCX import: fix shape width relative to left marginSzabolcs Toth1-0/+10
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-1/+1
2020-05-13DOCX import: fix interaction between the crop and the wrap polygon of imagesMiklos Vajna1-0/+11
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-7/+7
2020-04-27DOCX import: handle <wp:positionH relativeFrom="insideMargin">Miklos Vajna1-2/+4
2020-04-07tdf#119038 DOCX: fix FollowTextFlow handlingAttila Bakos1-24/+9
2020-04-07loplugin:unusedvariableplus in writerfilterNoel Grandin1-1/+0
2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin1-1/+1
2020-02-21tdf#130120 DOCX: export o:allowincellBakos Attila1-0/+14
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-4/+4
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen1-0/+1
2020-02-17DOCX import: don't touch the ZOrder of inline, in-shape objectsMiklos Vajna1-1/+2
2020-02-12DOCX import: fix ZOrder of inline vs anchored shapesMiklos Vajna1-2/+9
2020-02-11DOCX import: fix margins of inline shapes with effects, imported as Draw shapesMiklos Vajna1-0/+1
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-4/+1
2020-01-28tdf#103964 DOCX import: ignore rotation when setting position of group shapesMiklos Vajna1-2/+5
2020-01-17tdf#129888 DOCX shape import: handle o:allowincellBakos Attila1-1/+1
2020-01-10tdf#128207: DOCX import: fix chart positioningBakos Attila1-0/+5
2020-01-10use more std::make_sharedNoel Grandin1-2/+2
2019-12-20tdf#87569 tdf#109411 DOCX import: fix shape anchor in tablesBakos Attila1-0/+9
2019-12-06Related: tdf#115719 DOCX import: fix increased spacing vs left-aligned objectsMiklos Vajna1-0/+7
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+7
2019-10-17loplugin:virtualdead unused param in BinaryObj::dataNoel Grandin1-1/+1
2019-10-17loplugin:virtualdead unused param in LoggedStream::lcl_infoNoel Grandin1-4/+0
2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin1-1/+1
2019-10-17writerfilter: clean up now redundant PROP_LAYOUT_IN_CELLMiklos Vajna1-5/+0
2019-10-16writerfilter: sync layout-in-cell vs wrap-though behavior with ww8 importMiklos Vajna1-1/+1
2019-10-08tdf#127825 DOCX import: fix handling for tbrl, auto-height and rel size shapesMiklos Vajna1-1/+19
2019-10-02tdf#79007: PPTX: reset Contrast and Brightness when we map...Xisco Fauli1-9/+0
2019-09-28loplugin:constmethod in writerfilterNoel Grandin1-1/+1
2019-09-20Related: tdf#124600 sw anchored object allow overlap: add DOCX filterMiklos Vajna1-3/+6
2019-09-17Related: tdf#124600 DOCX import: ignore left wrap on left-aligned shapesMiklos Vajna1-1/+10
2019-06-18loplugin:logexceptionnicely in writerfilterNoel Grandin1-4/+5
2019-06-13Simplify Sequence iterations in writerfilter, writerperfect, xmlhelpArkadiy Illarionov1-9/+7
2019-05-07tdf#124594 DOCX filter: don't extend margins from effects for rotated shapesMiklos Vajna1-4/+28
2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist1-1/+1
2019-03-04tdf#119201 Don't show/print hidden shapes in DOCXAron Budea1-1/+11
2018-12-10tdf#115094 Part II: OOXML Feature: Add layoutInCell to Doc modelPatrick Jaap1-0/+5
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann1-4/+0