summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-12fix "NFC writerfilter numbering: remove redundant code"Justin Luth4-8/+2
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna1-9/+0
2020-05-11tdf#95189: docx import: apply list ovverride only onceVasily Melenchuk2-2/+11
2020-05-11tdf#132754: DOCX import: changed default list start nubmerVasily Melenchuk1-1/+3
2020-05-10use compact namespace syntaxNoel Grandin9-22/+19
2020-05-10new loplugin:simplifypointertoboolNoel Grandin30-167/+165
2020-05-09tdf#94628: sw: allow setting for bullet for outline paragraphsVasily Melenchuk1-16/+12
2020-05-07writerfilter: remove unused xCrsrJustin Luth1-2/+1
2020-05-06tdf#122342 DOCX import: fix bottom auto margin in listsLászló Németh1-0/+15
2020-05-06tdf#108493 DOCX import: fix hanging indent of listsLászló Németh1-3/+16
2020-05-05writerfilter: cleanup out-of-order xText <-> xCrsrJustin Luth1-9/+6
2020-05-05tdf#132320 writerfilter: fix typo in factoryimpl_ns.pyMiklos Vajna1-1/+1
2020-05-04tdf#132514 DOCX import: fix lost table style with footerLászló Németh7-18/+36
2020-05-01improve loplugin:makesharedNoel Grandin1-1/+1
2020-04-29sw from-bottom relative orientation: add DOCX filterMiklos Vajna1-0/+4
2020-04-29tdf#121525 OOXML import: fix formula alignmentAttila Bakos7-8/+114
2020-04-28move the castToFastAttributeList functionNoel Grandin1-12/+12
2020-04-27tdf#116883: sw: support for lists level format stringVasily Melenchuk4-66/+14
2020-04-27DOCX import: handle <wp:positionH relativeFrom="insideMargin">Miklos Vajna5-2/+31
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski1-15/+4
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+2
2020-04-27Don't convert OUString to char*Mike Kaganski1-3/+2
2020-04-26update pchesCaolán McNamara1-1/+5
2020-04-24loplugin:unusedmethodsNoel Grandin1-1/+0
2020-04-23Fix typosAndrea Gelmini1-1/+1
2020-04-22tdf#108496: DOCX: redesign of override in listsVasily Melenchuk3-4/+18
2020-04-22writerfilter: document WrapPolygonMiklos Vajna1-0/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-9/+3
2020-04-21tdf#131446 DOCX import: restrict IncreasedAnchoredObjectSpacing furtherMiklos Vajna1-0/+22
2020-04-19tdf#132185: field command does not necessarily end with spaceMike Kaganski1-1/+8
2020-04-17Move Word compat option where it belongsSamuel Mehrbrodt1-0/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin2-5/+17
2020-04-15writerfilter: DOCX import: import w:noLeading as AddExternalLeadingMichael Stahl3-0/+14
2020-04-15Revert "NFC writerfilter: remove pointless asserts"Justin Luth2-0/+7
2020-04-14tdf#131321 writerfilter: ApplyNumberingStyleNameToParaStyles()Justin Luth7-0/+57
2020-04-13NFC writerfilter numbering: remove redundant codeJustin Luth2-9/+2
2020-04-11Removed duplicated includeAndrea Gelmini1-1/+0
2020-04-11NFC writerfilter: remove pointless assertsJustin Luth2-10/+1
2020-04-10writerfilter: simplify ListDef::GetStyleNameJustin Luth2-6/+5
2020-04-10tdf#132001 DOCX import: fix crash: redline in floating tableLászló Németh1-4/+16
2020-04-09pyuno,*: kill Python 2 support with fireMichael Stahl7-7/+0
2020-04-08tdf#131959 DOCX: import tblInd from table styleLászló Németh2-0/+23
2020-04-08simplify QNameToStringNoel Grandin7-89/+25