summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Blind fix for sal_Int32 = longStephan Bergmann1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-19tdf#115065: nullptr dereferenceMike Kaganski3-2/+29
2018-01-18sw lokit: add page syles to header & footerHenry Castro2-15/+49
2018-01-18ofz#4754 sw: HTML import: fix invalid tables being createdMichael Stahl1-0/+1
2018-01-18Fix typosAndrea Gelmini4-4/+4
2018-01-18lokdialog: Convert the Format -> Page... dialog to async exec.Jan Holesovsky3-34/+46
2018-01-18sw: Cleanup various unused return values.Jan Holesovsky3-62/+26
2018-01-18tdf#76817 ooxmlexport: only use stylename for Outline listJustin Luth2-6/+14
2018-01-18Fix typosAndrea Gelmini7-7/+7
2018-01-18sw: Actually only .uno:StyleApply and .uno:StyleWatercanMode can return...Jan Holesovsky1-12/+19
2018-01-18lokdialog: Convert the Format -> Bullets and Numbering... dialog to async execJan Holesovsky1-40/+46
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini4-4/+4
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17Fix typosAndrea Gelmini3-6/+6
2018-01-17tdf#115013: quote columns with spaces and properly escape charactersMike Kaganski3-4/+47
2018-01-17ofz#5444 asserts and Null-dereference READCaolán McNamara1-2/+8
2018-01-17Silence MSVC warning C4701Stephan Bergmann1-1/+1
2018-01-17ofz#5447 on plcf save force current Fkp to stick in cacheCaolán McNamara2-5/+21
2018-01-17coverity#1427629 Unchecked return valueCaolán McNamara1-4/+10
2018-01-17Fix typosAndrea Gelmini3-3/+3
2018-01-17Fix testTdf113481 in case detected script is not as expected.Mark Hung1-4/+7
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin3-3/+3
2018-01-17lokdialog: Convert the Format -> Paragraph... dialog to async exec.Jan Holesovsky1-93/+108
2018-01-17lokdialog: Convert the Format -> Character... dialog to async exec.Jan Holesovsky2-38/+55
2018-01-17remove indirection in SwFormatField ..Jochen Nitschke2-33/+29
2018-01-16sw: try to fix non-HAVE_MORE_FONTS buildMiklos Vajna1-7/+7
2018-01-16UITEST - add test for writer Tracked changesZdeněk Crhonek1-0/+154
2018-01-16tdf#97361 Tests in sw should be more pythonicSaurav Chirania3-11/+8
2018-01-16use more ScopedVclPtr to avoid missing disposeNoel Grandin1-2/+2
2018-01-16Fix typoAndrea Gelmini1-1/+1
2018-01-16Fix typosAndrea Gelmini2-3/+3
2018-01-16Fix typosAndrea Gelmini2-2/+2
2018-01-16Fix typosAndrea Gelmini5-6/+6
2018-01-16tdf#114536 sw: fix use-after-free in SwTextFormatter::MergeCharacterBorder()Miklos Vajna3-0/+22
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-16Remove unused CSS1_OUTMODE_SPAN_TAG1_OFFStephan Bergmann1-1/+0
2018-01-16ofz#5391 Integer-overflowCaolán McNamara1-4/+12
2018-01-16ofz#5347 Indirect-leakCaolán McNamara1-0/+6
2018-01-16tdf#115013: write merge field column into docx merge fieldsMike Kaganski3-1/+49
2018-01-16Writer tabbed notebookbar update file tab to have 2 linesandreas kainz1-177/+196
2018-01-15change Not to Dont in tdf#36308 fixJim Raykowski1-1/+1
2018-01-15tdf#113877 Insert document: merge two lists into oneSerge Krot4-64/+227
2018-01-15sw: prefix members of SwAuthorField, SwBreakIt and SwCombinedCharFieldMiklos Vajna4-19/+19
2018-01-15tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth1-2/+1
2018-01-15Fix typoAndrea Gelmini4-4/+4
2018-01-15ofz#5299 TimeoutCaolán McNamara1-0/+10
2018-01-15More loplugin:cstylecast: swStephan Bergmann95-323/+316
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin16-18/+18