summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-05tdf#123705: avoid duplicate themeColorJulien Nabet3-0/+7
2019-03-04tdf#122456 filter/ww8 export: no fake section at end of documentJustin Luth2-0/+6
2019-03-03tdf#123821: Correct accidental overlap with IIDs used in CalcTor Lillqvist1-2/+2
2019-02-25sw: fix warning in SwTextShell::GetState()Miklos Vajna1-1/+1
2019-02-19tdf#110987: Don't mis-detect .doc files as .dotTor Lillqvist3-0/+35
2019-02-18tdf#123378 Prevent modifying doc when printingSamuel Mehrbrodt2-3/+25
2019-02-18tdf#116851: some rtf files provide param with "-" for "edmins"Julien Nabet1-0/+217
2019-02-18Resolves: tdf#123163 avoid null derefCaolán McNamara1-3/+4
2019-02-18sw: fix use-after-free in SwCursorShell::MoveFieldType()Michael Stahl1-1/+2
2019-02-17MSForms: Rework the MS compatible Forms menu a bitTamás Zolnai1-1/+5
2019-02-17MSForms: Make Control Properties menu to work with drop-down form fieldTamás Zolnai2-0/+65
2019-02-17MSForms: Don't show popup dialog of drop-down field when there is no item listTamás Zolnai1-0/+11
2019-02-17MSForms: Introduce a properties dialog for Drop-down form fieldTamás Zolnai9-0/+525
2019-02-17MSForms: Make Drop-Down form field to have a default sizeTamás Zolnai2-3/+5
2019-02-17MSForms: Insert Legacy Form Fields from MS compatible Forms menuTamás Zolnai6-0/+137
2019-02-17MSForms: Show restart dialog when MS compatible Forms menu setting is changedTamás Zolnai1-0/+8
2019-02-17MSForms: Introduce a new Forms menu which is compatible with MS WordTamás Zolnai2-0/+30
2019-02-17MSForms: Introduce a new compatibility flag to enable MS compatible Forms menuTamás Zolnai3-1/+116
2019-02-15Interpret the parameter of WordBasic.FileClose() more correctlyTor Lillqvist1-2/+2
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