summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2018-01-17tdf#115013: quote columns with spaces and properly escape charactersMike Kaganski
2018-01-17ofz#5444 asserts and Null-dereference READCaolán McNamara
2018-01-17Silence MSVC warning C4701Stephan Bergmann
2018-01-17ofz#5447 on plcf save force current Fkp to stick in cacheCaolán McNamara
2018-01-17coverity#1427629 Unchecked return valueCaolán McNamara
2018-01-17Fix typosAndrea Gelmini
2018-01-17Fix testTdf113481 in case detected script is not as expected.Mark Hung
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-17lokdialog: Convert the Format -> Paragraph... dialog to async exec.Jan Holesovsky
2018-01-17lokdialog: Convert the Format -> Character... dialog to async exec.Jan Holesovsky
2018-01-17remove indirection in SwFormatField ..Jochen Nitschke
2018-01-16sw: try to fix non-HAVE_MORE_FONTS buildMiklos Vajna
2018-01-16UITEST - add test for writer Tracked changesZdeněk Crhonek
2018-01-16tdf#97361 Tests in sw should be more pythonicSaurav Chirania
2018-01-16use more ScopedVclPtr to avoid missing disposeNoel Grandin
2018-01-16Fix typoAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-16Fix typosAndrea Gelmini
2018-01-16tdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder()Miklos Vajna
2018-01-16Fix typosAndrea Gelmini
2018-01-16Remove unused CSS1_OUTMODE_SPAN_TAG1_OFFStephan Bergmann
2018-01-16ofz#5391 Integer-overflowCaolán McNamara
2018-01-16ofz#5347 Indirect-leakCaolán McNamara
2018-01-16tdf#115013: write merge field column into docx merge fieldsMike Kaganski
2018-01-16Writer tabbed notebookbar update file tab to have 2 linesandreas kainz
2018-01-15change Not to Dont in tdf#36308 fixJim Raykowski
2018-01-15tdf#113877 Insert document: merge two lists into oneSerge Krot
2018-01-15sw: prefix members of SwAuthorField, SwBreakIt and SwCombinedCharFieldMiklos Vajna
2018-01-15tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth
2018-01-15Fix typoAndrea Gelmini
2018-01-15ofz#5299 TimeoutCaolán McNamara
2018-01-15More loplugin:cstylecast: swStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-14ofz#5294 Indirect-leakCaolán McNamara
2018-01-14Fix typosAndrea Gelmini
2018-01-14Fix typoAndrea Gelmini
2018-01-14lok: Tile not invalidated with certain changesTamás Zolnai
2018-01-13tdf#113481 Let backspace delete complete CJK ideograph IVS.Mark Hung
2018-01-13sw: lazy load table autoformats for style purposesMiklos Vajna
2018-01-12tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl
2018-01-12uitest for tdf#93068Zdeněk Crhonek
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2018-01-11ofz#5247 Integer-overflowCaolán McNamara
2018-01-11loplugin:redundantcast: swStephan Bergmann
2018-01-11ofz#5235 Bad-castCaolán McNamara
2018-01-11[API CHANGE] migrate PackageKit usage to Modify2Caolán McNamara
2018-01-11tdf#36308 make double click not expand/collapse node in Navigator treeJim Raykowski
2018-01-11tdf#91292 ooxmlexport: cleared fill != use grabbag infoJustin Luth
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin