summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-07-15sw: fail loading when the fallback text detection failsAshod Nakashian1-1/+5
2019-06-19More uses of referer URL with SvxBrushItemStephan Bergmann6-8/+28
2019-06-12tdf#118375, tdf#70838 correct position of rotated shape in docRegina Henschel4-0/+64
2019-06-12tdf#120145 ww8import: ignoreCols if section is insertedJustin Luth2-3/+15
2019-06-12tdf#123636 writerfilter: handle deferred breaks on framesJustin Luth6-0/+29
2019-06-12tdf#120515 ODT filter: relax layout requirement before exportMiklos Vajna1-5/+0
2019-04-25tdf#120338: The paragraph formatting changes are not undone, part 1Henry Castro1-3/+4
2019-04-25disable SwUiWriterTest2::testTdf122942 on MacAndras Timar1-0/+2
2019-04-23tdf#123651 sw AddVerticalFrameOffsets: make vert offset depend on hori offsetMiklos Vajna4-15/+22
2019-04-23tdf#123032 sw, AddVerticalFrameOffsets: fix shape pos after mouse moveMiklos Vajna2-6/+28
2019-04-23tdf#122942 sw: update shape insert UI for the AddVerticalFrameOffsets optionMiklos Vajna3-12/+54
2019-04-19Fix build without precompiled headers (on Linux)Tor Lillqvist2-0/+2
2019-04-19Add a SAL_INFO to SwWordBasic::FileSaveAs()Tor Lillqvist1-0/+2
2019-04-19Add XWordBasic.FileSaveAs() and implementTor Lillqvist3-47/+160
2019-04-18Build fix after commit 916c5834d09a4f9742cbdd00ab5d53b140a97153Mike Kaganski1-2/+2
2019-04-17sw lok: add unit test for deselect custom shapeHenry Castro1-0/+25
2019-04-17sw lok: fix "Cannot deselect the shape after inserting the first in a...Henry Castro1-0/+4
2019-04-12f315fee54eee57e6e55e5fcacf2522534682c2ce follow-up: fix tdf#109310 unit testMike Kaganski1-1/+3
2019-04-12XmlTestTools::getXPath now asserts that non-empty attribute existsMike Kaganski5-12/+24
2019-04-08respect read-only config item: MSCompatibleFormsMenuTamás Zolnai1-2/+24
2019-04-07tdf#124272 use ClipRegion's geometry if not a rectangleArmin Le Grand1-2/+27
2019-04-07Resolves: tdf#124142 don't deref nullptrCaolán McNamara1-1/+2
2019-04-05respect read-only config item: AutoFunction/Text/ShowToolTipAndras Timar1-0/+3
2019-04-03sw: oox: unit-test for default Content_TypesAshod Nakashian1-0/+26
2019-04-02Change XWordBasic methods to return anyTor Lillqvist1-16/+16
2019-03-27tdf#124293 add RedactDoc to writer, calc menubar in toolsandreas kainz1-0/+1
2019-03-27svtools: expose document position in DocumentToGraphicRendererMiklos Vajna4-2/+210
2019-03-26Fix compilation error without precompiled headersTor Lillqvist1-0/+1
2019-03-26Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implementTor Lillqvist2-0/+114
2019-03-26Revert "sw mso export: PROTECT_FORM shouldn't force section to protected"Aron Budea2-1/+4
2019-03-25tdf#124172: Remove DESKTOP ifdef as the code is needed for tunnelled dialogsTor Lillqvist1-2/+0
2019-03-24Unfloat: Move the button to the top of the framecp-6.0-27Tamás Zolnai5-18/+18
2019-03-20tdf#124162: Crash when trying to accept changesHenry Castro1-2/+2
2019-03-18MSForms: Add some extra comments for the new codeTamás Zolnai3-1/+7
2019-03-18MSForms: Test insertion of form fields and undo / redo of this insertion.Tamás Zolnai2-1/+185
2019-03-18MSForms: Test legacy form field import / export for the supported formats.Tamás Zolnai4-0/+217
2019-03-18MSForms: Fix handling of drop-down form field after DOC importTamás Zolnai2-3/+5
2019-03-18MSForms: Open Control Properties dialog by double click for drop-down fieldTamás Zolnai1-0/+15
2019-03-18MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai18-129/+478
2019-03-18MSForms: Introduce a new IFieldMark for drop-down form fieldTamás Zolnai8-8/+119
2019-03-18MSForms: Update cursor position after the drop down form field was changedTamás Zolnai2-4/+5
2019-03-18MSForms: Disable legacy field menu slots if the cursor is inside a text fieldTamás Zolnai1-0/+24
2019-03-18Fix typoTamás Zolnai2-2/+2
2019-03-18MSForms: Implement undo / redo for insertion of legacy form fieldsTamás Zolnai11-1/+239
2019-03-18MSForms: Fix removal of all items on the drop-down form field dialogTamás Zolnai1-1/+2
2019-03-18DOCX autotext import: speed up handling of large amount of blocksMiklos Vajna1-1/+8
2019-03-15LOK: re-factor async key & mouse event re-posting.Michael Meeks1-42/+3
2019-03-14coverity#1427648 Dereference after null checkcp-6.0-26Caolán McNamara1-3/+6
2019-03-14DOCX import: fix unexpected page break on autotext insert at end of docMiklos Vajna1-1/+9
2019-03-13tdf#124057: Do call RegisterControls() on non-DESKTOPTor Lillqvist2-5/+2