summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2018-11-13Fix tdf#44291. Allow saving text without byte-order mark.Martin van Zijl
2018-11-13tdf#121203 DOCX import: fix loss of free-form text in date controlMiklos Vajna
2018-11-12Silence -fsanitize=implicit-signed-integer-truncationStephan Bergmann
2018-11-12tdf#120115: Dont crash on Footnote/Table undo/redoBjoern Michaelsen
2018-11-12Missing test dependencyStephan Bergmann
2018-11-12Fix typosAndrea Gelmini
2018-11-12tdf#120677: restore treatment of blanks in SwTextGuess::GuessMike Kaganski
2018-11-12uitest Writer - Table properties dialogZdeněk Crhonek
2018-11-12svx: prefix members of SdrEditViewMiklos Vajna
2018-11-12tdf#97361 Make check_bookmarks.py more pythonicHamish McIntyre-Bhatty
2018-11-12tdf#97361 Make check_table.py more pythonicHamish McIntyre-Bhatty
2018-11-12tdf#97361 Make var_fields more pythonic.Hamish McIntyre-Bhatty
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-11Removed repeated semicolonAndrea Gelmini
2018-11-11NB Tabbed Table: remove separator in writer NBandreas kainz
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10Fix typo in commentMatteo Casalin
2018-11-10Avoid temporary (that introduces downcast)Matteo Casalin
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin
2018-11-10Avoid getTokenCount()Matteo Casalin
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-10tdf#120703 PVS: check proper pointer (possible nullprt dereference)Mike Kaganski
2018-11-10tdf#120703 PVS: V547 Expression 'bRet' is always trueMike Kaganski
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-10Tabbed NB: sync home/text tabandreas kainz
2018-11-09loplugin:singlevalfields in swNoel Grandin
2018-11-09Do produce messagte catalogs for sw, too, for iOS, when necessaryTor Lillqvist
2018-11-09tdf#119581 add FormatPaintbrush to text and table popupmenuandreas kainz
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski
2018-11-09loplugin:useuniqueptr in SwDoc::GetRowHeight and GetRowSplitNoel Grandin
2018-11-08uitest Writer Text to table dialogZdeněk Crhonek
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-11-08tdf#119738 - Set default image caption to illustration if already being usedNickson
2018-11-08tdf#121018 Split labels for sub menusMaxim Monastirsky
2018-11-08sw: Remove the comment sub menu from table.xmlMaxim Monastirsky
2018-11-08loplugin:unusedfieldsNoel Grandin
2018-11-08loplugin:constantparamNoel Grandin
2018-11-07map GtkTreeView to SvTreeViewBox now it is in vclCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-07uitest Table to text dialogZdeněk Crhonek
2018-11-07uitest Title page dialogZdeněk Crhonek
2018-11-07tdf#117137 sw: add testcase for this DOCX import bugMiklos Vajna
2018-11-07Drop unused variableMichael Weghorn
2018-11-07Fix typosAndrea Gelmini
2018-11-07new loplugin readability-redundant-ppNoel Grandin
2018-11-07loplugin:collapseif in swNoel Grandin
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov