summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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-26Upcoming improved loplugin:elidestringvar: writerfilterStephan Bergmann1-3/+3
2020-06-24tdf#128197: sw: different line height for DOCX with compat=14Vasily Melenchuk1-0/+8
2020-06-24tdf#133670 DOCX import: fix shape width relative to right marginSzabolcs Toth1-0/+8
2020-06-24use more std::container::insert instead of std::copyNoel Grandin1-3/+1
2020-06-23tdf#132976 DOCX import: fix shape width relative to left marginSzabolcs Toth1-0/+10
2020-06-19tdf#108505 DOCX: fix legacy dropdown fields direct font settingGabor Kelemen1-4/+9
2020-06-17tdf#134043 DOCX import: DropDown text field instead of ComboBox form controlSerge Krot1-14/+46
2020-06-17tdf#76817 DOCX: fix round-tripped outline numberingLászló Németh1-2/+8
2020-06-16tdf#133605: docx import: use ilvl value for list level importVasily Melenchuk2-13/+12
2020-06-15writerfilter: use std::any_of()Miklos Vajna2-11/+6
2020-06-15writerfilter: use default member initializerMiklos Vajna2-4/+2
2020-06-15tdf#128195 Keep spacing below last paragraph in header (docx)Samuel Mehrbrodt1-0/+2
2020-06-12tdf#76817: DOCX import: fix custom chapter numberingLászló Németh3-1/+11
2020-06-12tdf#76817: DOCX import: fix chapter numberingLászló Németh1-5/+9
2020-06-10tdf#133457 DOCX import: fix frame position regressionTibor Nagy1-3/+14
2020-06-10tdf#131070 DOCX import: fix indentation of direct numberingLászló Németh2-0/+26
2020-06-08tdf#132596 writerfilter: fix paste of RTF with header/footerMichael Stahl1-5/+11
2020-06-05Upcoming loplugin:elidestringvar: writerfilterStephan Bergmann1-4/+2
2020-06-05tdf#83309: docx import: allow for lists tabstop at zero positionVasily Melenchuk2-4/+3
2020-06-04tdf#133455 DOCX import: fix table border regressionLászló Németh5-39/+64
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin3-11/+11
2020-06-03loplugin:simplifypointertobool improveNoel Grandin12-36/+36
2020-06-03writerfilter: mark these as const to make it explicit they return a copyMiklos Vajna2-18/+18
2020-06-01tdf#120394: DOCX list import: simplify zero width space hackVasily Melenchuk1-37/+7
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin3-6/+5
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann4-9/+9
2020-05-27tdf#78352: docx import: allow tab at left indent for listVasily Melenchuk1-0/+2
2020-05-27Remove some unused includesMiklos Vajna1-1/+1
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2-2/+2
2020-05-26tdf#133030: DOCX export: fix formula alignment - part 3Attila Bakos1-1/+1
2020-05-25NFC writerfilter: reorganize and re-use variablesJustin Luth1-10/+10
2020-05-25tdf#107119 DOCX import: fix parallel text wrap around framesTibor Nagy1-2/+3
2020-05-25tdf#133000 writerfilter: apply non-contradictory num-styleJustin Luth3-6/+29
2020-05-24inline some use-once typedefsNoel Grandin1-4/+1
2020-05-22writerfilter: pStyle no longer defines PROP_NUMBERING_STYLE_NAMEJustin Luth1-2/+0
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin2-6/+5
2020-05-21tdf#133052: DOCX import: fix top auto margin of subitemsLászló Németh1-9/+3
2020-05-20writerfilter: clang-format these filesMiklos Vajna10-222/+171
2020-05-18tdf#131963: regression from fix for tdf#92472Julien Nabet1-1/+1
2020-05-17Fix typosAndrea Gelmini1-2/+2
2020-05-17tdf#120394: docx import: support for w:styleLinkVasily Melenchuk2-16/+28
2020-05-14DOCX export: fix interaction between the crop and the wrap polygon of imageMiklos Vajna2-3/+5
2020-05-14Fix typosAndrea Gelmini1-2/+2
2020-05-13DOCX import: fix interaction between the crop and the wrap polygon of imagesMiklos Vajna6-0/+67
2020-05-13tdf#132807 DOCX import: fix top auto margin in listsLászló Németh1-5/+14
2020-05-12tdf#132811 DOCX: fix formula alignment – part 2Attila Bakos4-49/+17
2020-05-12tdf#132802 DOCX import: fix list bottom auto marginsLászló Németh1-27/+26
2020-05-12tdf#112287 DOCX frame import: fix default vAnchorTibor Nagy1-1/+1