summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2019-02-22SfxProgress:SetStateText is deadNoel Grandin3-13/+0
2019-02-22Avoid uncontrolled overflow in SwTable::GetBoxNumStephan Bergmann1-2/+8
2019-02-22ofz#13250 Direct-leakCaolán McNamara3-7/+5
2019-02-22sw btlr writing mode shell: fix up/down cursor travellingMiklos Vajna6-12/+44
2019-02-22Remove confusing commentMatteo Casalin1-4/+1
2019-02-22loplugin:unusedfields in swNoel Grandin15-75/+16
2019-02-21Set maLayoutSize also for non-RES_FLYFRMFMT, like RES_DRAWFRMFMTStephan Bergmann1-0/+1
2019-02-21Make sure that mark does not exceed the length of the textMike Kaganski1-6/+6
2019-02-21sw: fix warning in SwTextShell::GetState()Miklos Vajna1-1/+1
2019-02-21weld HangulHanjaConversionDialogCaolán McNamara1-1/+1
2019-02-21tdf#123434 FILEOPEN: RTF: missing content in cellsLászló Németh2-32/+0
2019-02-21sifr icon theme update and writer tabbed compact toolbar updateandreas kainz1-99/+768
2019-02-20Avoid meaningless string<->integer conversionsMike Kaganski1-41/+4
2019-02-20sw: fix buildMiklos Vajna1-1/+1
2019-02-20Revert "uitest for bug tdf#101873"Miklos Vajna2-52/+0
2019-02-20tdf#123433 ww8import: end same attribute as what startedJustin Luth3-2/+11
2019-02-20tdf#123293 sfx2: fix metadata loss when loading from streamMichael Stahl2-3/+6
2019-02-19weld ChineseDictionaryDialogCaolán McNamara2-7/+7
2019-02-19uitest for bug tdf#101873Zdeněk Crhonek2-0/+52
2019-02-19tdf#110987: Don't mis-detect .doc files as .dotTor Lillqvist3-0/+35
2019-02-19tdf#123057 Correct page count in mail merge if sections are hiddenIlhan Yesil4-2/+74
2019-02-19set parent for chinese dictionary dialogCaolán McNamara1-1/+4
2019-02-19UNO_NAME_FILTER_NAME is not used anywhereTor Lillqvist1-1/+0
2019-02-19use boost::optional in EditFieldInfoNoel Grandin1-2/+2
2019-02-19tdf#101873 sw: fix search for second term after double not foundMiklos Vajna2-0/+38
2019-02-19tdf#122624 XLSX OLE in DOCX: export view positionsLászló Németh1-0/+21
2019-02-18use clear() instead of erase(begin, end)Noel Grandin1-4/+4
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze9-3/+31
2019-02-18sw: remove not needed condition in SwTextFrame::SwitchHorizontalToVertical()Miklos Vajna1-4/+1
2019-02-18sw: prefix members in dbfld.hxxMiklos Vajna2-68/+68
2019-02-18tdf#123261 Styles items get checkbox option in menubar and popupmenuandreas kainz12-220/+220
2019-02-18Resolves tdf#123091 - Move Display Fields section from Formatting Aids to Viewheiko tietze6-97/+93
2019-02-18tdf#123255 writer Menubar Comment group rearrangementandreas kainz3-9/+12
2019-02-18Removed duplicated includeAndrea Gelmini1-1/+0
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin1-2/+2
2019-02-17Use indexed getToken()Matteo Casalin1-8/+10
2019-02-16MSForms: Rework the MS compatible Forms menu a bitTamás Zolnai1-1/+5
2019-02-16MSForms: Make Control Properties menu to work with drop-down form fieldTamás Zolnai2-0/+65
2019-02-16MSForms: Don't show popup dialog of drop-down field when there is no item listTamás Zolnai1-0/+11
2019-02-16MSForms: Introduce a properties dialog for Drop-down form fieldTamás Zolnai9-0/+565
2019-02-16MSForms: Make Drop-Down form field to have a default sizeTamás Zolnai2-3/+5
2019-02-16MSForms: Insert Legacy Form Fields from MS compatible Forms menuTamás Zolnai6-0/+135
2019-02-16MSForms: Show restart dialog when MS compatible Forms menu setting is changedTamás Zolnai1-0/+12
2019-02-16MSForms: Introduce a new Forms menu which is compatible with MS WordTamás Zolnai2-0/+30
2019-02-16MSForms: Introduce a new compatibility flag to enable MS compatible Forms menuTamás Zolnai3-1/+116
2019-02-15Revert "tdf#49684 Don't focus on Navigator or Sidebar on show"Jim Raykowski1-0/+3
2019-02-15sw btlr writing mode shell: fix cursor positionMiklos Vajna2-4/+46
2019-02-15sw btlr writing mode: implement DOCX filterMiklos Vajna2-29/+8
2019-02-15sw btlr writing mode layout: fix multiple paragraphsMiklos Vajna3-34/+39
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin9-18/+18