summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Fix typosAndrea Gelmini1-1/+1
2020-09-01tdf#135056 sw_redlinehide: when moving sections to undo nodes-array,Michael Stahl3-3/+9
2020-09-01tdf#135661 sw: fix Undo of text deletion of SdrObjectMichael Stahl1-0/+3
2020-09-01uilogger : Add support in the Logger and DSL for Writer-CommentsAhmed ElShreif2-0/+35
2020-08-31remove unneeded includeJim Raykowski1-1/+0
2020-08-31tdf#135636 the selection at dialog-launch time is lost by dialog-apply timeCaolán McNamara1-1/+7
2020-08-31duplicate lineCaolán McNamara1-1/+0
2020-08-31Related: tdf#136189 don't assert on unsetting non-existing previous sort columnCaolán McNamara1-1/+3
2020-08-31tdf#97618 DOCX import: VML shape: fix missing square wrapRegényi Balázs2-0/+13
2020-08-31tdf#104596 sw layout: wrap in header only if bLayoutInCellJustin Luth10-45/+16
2020-08-31tdf#132149 ww8export: nextNode has nothing to do with pageDescJustin Luth3-15/+12
2020-08-31tdf#135001 sw_redlinehide: fix IsShown() for AT_PARA flysMichael Stahl1-1/+9
2020-08-31tdf#135711: DOCX export: fix crash on page anchored textboxesAttila Bakos2-6/+44
2020-08-31Fix typo in codeAndrea Gelmini3-6/+6
2020-08-31sw: prefix members of SplitTable_Para, SwTableFormatCmp, SwThreadManager ...Miklos Vajna6-30/+36
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-30Fix typosAndrea Gelmini1-7/+7
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin2-26/+15
2020-08-29Fix typosAndrea Gelmini2-2/+2
2020-08-29Fix typo in codeAndrea Gelmini3-6/+6
2020-08-29Fix typo in codeAndrea Gelmini1-5/+5
2020-08-29Fix typo in codeAndrea Gelmini2-4/+4
2020-08-29Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually usedStephan Bergmann5-49/+34
2020-08-29Use OUStringBuffer::makeStringAndClearStephan Bergmann2-2/+2
2020-08-28-Werror,-Wdeprecated-copy-dtorStephan Bergmann1-0/+4
2020-08-28Fix ooo38104-1.sxw crash after c123bfff501229f398a1b679fc7434b82d53685cTor Lillqvist1-1/+6
2020-08-28Add unit test for c123bfff501229f398a1b679fc7434b82d53685cTor Lillqvist4-0/+167
2020-08-28tdf#131801: sw: support of style references in ListAutoFormatVasily Melenchuk6-6/+101
2020-08-28tdf#136144: Initialize background colors to COL_AUTOIvan Stefanenko1-3/+3
2020-08-28tdf#69647 sw layout: fix line spacing with inline picturesDaniel Arato (NISZ)7-24/+62
2020-08-28tdf#135047 DOCX export: fix spacing around objectsRegényi Balázs3-2/+58
2020-08-28SwDashedLine doesn't have to inherit from FixedLineCaolán McNamara2-5/+5
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann30-1784/+1784
2020-08-27related tdf#132149 ww8 export: unit test to prevent bad fixJustin Luth1-0/+6
2020-08-27uitest : Change all the ValueSet uitest statments to CHOOSEAhmed ElShreif1-2/+2
2020-08-27remove some unused includes and update pchesCaolán McNamara1-1/+2
2020-08-27tdf#136132 DOCX export: fix space in table formulaLászló Németh5-29/+29
2020-08-27convert remaining XMLPropStyleContext subclasses to fastparserNoel Grandin1-95/+37
2020-08-27tdf#135653 OOXML import: fix OLE background colorAttila Bakos2-0/+19
2020-08-27tdf#123354 sw: add table formula ABSLászló Németh5-2/+83
2020-08-27Revert "tdf#123354 DOCX import: fix ABS formula"László Németh2-20/+0
2020-08-27tdf#123390 sw: add table formula SIGNLászló Németh5-1/+82
2020-08-27Revert "tdf#123390 DOCX import: fix SIGN formula"László Németh2-24/+0
2020-08-27tdf#123356 sw: add table formula COUNTLászló Németh5-1/+80
2020-08-27Revert "tdf#123356 DOCX import: fix COUNT formula"László Németh2-20/+0
2020-08-27Fix typosAndrea Gelmini2-5/+5
2020-08-27use fastparser in CreateTableItemImportContextNoel Grandin11-133/+199
2020-08-26remove always true conditonNoel Grandin1-2/+2
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann3-47/+46
2020-08-26sw: DOCX export: don't export text frames as transparentMichael Stahl6-0/+134