summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-05-18sw: HasBlinkPor() now always returns falseMiklos Vajna2-7/+0
2020-05-17tdf#120394: list format string can be emptyVasily Melenchuk3-6/+7
2020-05-16Update Image dialog property url and addpage alignmentandreas kainz2-186/+148
2020-05-16tdf#133077: fix lone CR handling in plain text clipboard on WindowsMike Kaganski1-6/+4
2020-05-16loplugin:unusedfieldsNoel Grandin4-19/+0
2020-05-16CppUnittest: assert shapes in odf filesXisco Fauli22-0/+79
2020-05-15replace hard-coded "1.2" ODF version stringsMichael Stahl1-2/+3
2020-05-15CppUnittest: sw: simplify code. use getShapes and getShapeXisco Fauli22-257/+133
2020-05-14DOCX export: fix interaction between the crop and the wrap polygon of imageMiklos Vajna6-13/+40
2020-05-14Fix typoAndrea Gelmini1-1/+1
2020-05-14CppUnittest: ww8export: assert pages in odf filesXisco Fauli3-0/+33
2020-05-14CppUnittest: rtfexport: assert pages in odf filesXisco Fauli4-0/+24
2020-05-14tdf#49247: add sidebar panel for soft edges effectMike Kaganski1-0/+8
2020-05-13Fix translation domains in .ui filesGabor Kelemen4-4/+4
2020-05-13DOCX import: fix interaction between the crop and the wrap polygon of imagesMiklos Vajna1-8/+8
2020-05-13tdf#128245: sw: Add unittestXisco Fauli2-0/+14
2020-05-13loplugin:unusedmethodsNoel Grandin4-11/+0
2020-05-13CppUnittest: odfexport: assert pages in odf filesXisco Fauli3-0/+59
2020-05-13sw doc model xml dump: show wrap polygon of graphic nodesMiklos Vajna1-0/+37
2020-05-13tdf#132807 DOCX import: fix top auto margin in listsLászló Németh2-1/+18
2020-05-13options swapped in SwAccessibilityOptionsNoel Grandin1-4/+4
2020-05-13CppUnittest: ooxmlexport: assert pages in odf filesXisco Fauli15-0/+105
2020-05-13NFC sw: cleanup and make RES_POOLTABSTYLE_DEFAULT consistentJustin Luth6-13/+13
2020-05-13tdf#132008 Provide NewWindow in Groupedbar compact view dropdownandreas kainz1-0/+13
2020-05-12Revert "Image dialog property update"andreas_kainz3-340/+382
2020-05-12always use the LinkManager's persist as the known refererCaolán McNamara1-8/+2
2020-05-12Fix the buildStephan Bergmann1-1/+1
2020-05-12tdf#132811 DOCX: fix formula alignment – part 2Attila Bakos1-9/+12
2020-05-12tdf#132802 DOCX import: fix list bottom auto marginsLászló Németh2-1/+18
2020-05-12tdf#112287 DOCX frame import: fix default vAnchorTibor Nagy2-0/+11
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna6-2/+38
2020-05-11CppUnittest: Revert all my previous commits asserting pagesXisco Fauli14-753/+0
2020-05-11tdf#129235 Change the color of active page border in Print PreviewRizal Muttaqin1-1/+1
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-24/+6
2020-05-11lok: MSForms: send also the placeholder text.Tamás Zolnai2-1/+8
2020-05-11include <rtl/ustrbuf.hxx>Rene Engelhard1-0/+4
2020-05-11fix buildCaolán McNamara1-1/+1
2020-05-11sw: set unique name for shape format even if shape name is emptyVasily Melenchuk1-1/+10
2020-05-11tdf#132766: DOCX export: always try to set bullet font for listVasily Melenchuk5-52/+55
2020-05-11tdf#95189: docx import: apply list ovverride only onceVasily Melenchuk2-0/+32
2020-05-11tdf#132754: DOCX import: changed default list start nubmerVasily Melenchuk2-0/+16
2020-05-11tdf#105478 sw layout: treat minHeight as "do not split row"Justin Luth4-1/+26
2020-05-11sw: prefix members of SwUndoFormatCreate, SwUndoFormatDelete, ...Miklos Vajna2-87/+87
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski1-11/+24
2020-05-10CppUnittest: ww8export3: assert pages where possibleXisco Fauli1-0/+28
2020-05-10Resolves: tdf#132626 entry_insert_text works on the newly typed regionCaolán McNamara2-9/+7
2020-05-10CppUnittest: ww8export2: assert pages where possibleXisco Fauli1-0/+40
2020-05-10CppunitTest: ooxmlexport8: disable assert on macXisco Fauli1-0/+2
2020-05-10CppUnittest: odfexport: assert pages where possibleXisco Fauli1-0/+71
2020-05-10new loplugin:simplifypointertoboolNoel Grandin15-18/+16