summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-02-12tdf#116371: export rotation of SwGrfNodecp-6.0-23Mike Kaganski3-14/+33
2019-02-08lok: Bullets and Numbering → disable Graphic selection in CustomizeHenry Castro1-1/+11
2019-02-07The WindowName param to WordBasic.AppMaximize() is optional and must be an AnyTor Lillqvist1-2/+2
2019-02-07The parameter to WordBasic.AppShow() is optional and thus has to be an AnyTor Lillqvist1-2/+2
2019-02-06Ignore RuntimeException in Application.WindowState setterTor Lillqvist1-5/+11
2019-02-06Add a dummy implementation of WordBasic.AppCount()Tor Lillqvist1-0/+10
2019-02-06Add a dummy implementation of WordBasic.AppShow()Tor Lillqvist1-0/+9
2019-02-06Add a dummy implementation of WordBasic.DocMaximize()Tor Lillqvist1-0/+10
2019-02-06Add a dummy implementation of WordBasic.AppMaximize()Tor Lillqvist1-0/+10
2019-02-06Use bool and not sal_Bool, says a pluginTor Lillqvist1-1/+1
2019-01-30Unfloat: Fix some issues with unfloat operationTamás Zolnai2-42/+97
2019-01-25sw: Ctrl + shape insertion was not setting up the layer.Jan Holesovsky2-1/+6
2019-01-23Add WordBasic.FileClose()Tor Lillqvist1-0/+20
2019-01-22Found documentation for WordBasic.ToolsOptionsView()Tor Lillqvist1-41/+65
2019-01-21Add a couple know parameters to WordBasic.ToolsOptionsViewTor Lillqvist1-4/+4
2019-01-21Implement WordBasic.FileSave()Tor Lillqvist2-2/+2
2019-01-18Add a (dummy) WordBasic.FileSave()Tor Lillqvist1-0/+7
2019-01-18Add TODO FIXMETor Lillqvist1-0/+1
2019-01-18Add a dummy WordBasic.ToolsOptionsViewTor Lillqvist1-0/+45
2019-01-18make table-of-contents dialog asyncNoel Grandin1-2/+2
2019-01-18make insert-section dialog asyncNoel Grandin3-25/+14
2019-01-18Try ignoring RuntimeException in ComḿandBars(), VB6 clients don't like them?Tor Lillqvist1-1/+8
2019-01-18Don't throw an exception, just ignore trying to set an unhandled WindowStateTor Lillqvist1-1/+1
2019-01-18Add Documents.OpenOld() method and Application.CustomizationContext propertyTor Lillqvist4-0/+20
2019-01-18lok sw: When inserting shapes, do that in the middle of the visible area.Jan Holesovsky4-12/+50
2019-01-17tdf#119126 forcepoint#76 avoid deleting footnote that would delete ...Caolán McNamara5-4/+34
2019-01-17Resolves: tdf#121940 mnemonic ends up in tooltip textCaolán McNamara1-1/+2
2019-01-17tdf#121962 Update fields after layout has been calculatedSamuel Mehrbrodt1-2/+3
2019-01-17sw: convert assert(bSelected out of sync) to SAL_WARN for nowMichael Stahl2-2/+2
2019-01-17sw: fix crash in SwContentTree::HasContentChanged()Michael Stahl1-4/+1
2019-01-17tdf#121005 forcepoint#44 merge into isDeleteForbiddenCaolán McNamara2-0/+2
2019-01-17tdf#118393: FILESAVE: DOCX Export loses header/footerSerge Krot8-2/+137
2019-01-17tdf#122186: Fix broken Input list after RT in DOCX formatTamás Zolnai3-1/+11
2019-01-14tdf#122658: Empty date form field is not exported correctly to DOCX fileTamás Zolnai1-0/+6
2019-01-10tdf#58944 DOCX import: workaround for hidden table headersLászló Németh2-0/+17
2019-01-08tdf#122425: explicitly remove borders for newly created flysMike Kaganski5-1/+73
2019-01-08Unfloat: Test layout change of unfloat operationTamás Zolnai3-2/+64
2019-01-07Unfloat: Disable undoing of unfloat operationTamás Zolnai1-2/+15
2019-01-07Unfloat: Implement unfloating of a floating tableTamás Zolnai1-1/+48
2019-01-07Unfloat: Add some tests about the visibility of the unfloat buttonTamás Zolnai9-5/+124
2019-01-07Unfloat: Handle unfloat button visibilityTamás Zolnai5-0/+131
2019-01-07Unfloat: Introduce Unfloat table button as a frame controlTamás Zolnai10-40/+256
2019-01-07Move FindBodyFrame from SwTextFrame to SwFrameTamás Zolnai4-14/+21
2018-12-29tdf#122156: closing a section link should not clear its Hidden flagMike Kaganski3-1/+81
2018-12-29tdf#121606: displaying Mail Merge toolbar shouldn't activate connectionMike Kaganski1-1/+16
2018-12-29tdf#116496: don't add header when setting empty watermarkMike Kaganski1-0/+6
2018-12-29tdf#121168: Ensure page descriptions are correct in work documentMike Kaganski3-0/+42
2018-12-19tdf#115344 - bring back Format > Columns in WriterCor Nouws1-0/+1
2018-12-15lok: sw: dragging image through SID_ATTR_TRANSFORM uno messagesMarco Cecchetti1-1/+20
2018-12-13tdf#121734: ww8 import: use direct formatting for floating object framesMike Kaganski6-10/+47