summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Related: tdf#130143 freeze/thaw around bulk insertCaolán McNamara1-0/+2
2020-02-03Unit test for stable at-page anchored fly positionJan-Marek Glogowski2-0/+43
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann6-2/+6
2020-01-30tdf#129237: Add unittestXisco Fauli2-0/+43
2020-01-30tdf#130286: jsdialogs: fix CID 1455691 & CID 1455690Szymon Kłos1-8/+11
2020-01-30Adapt to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann1-1/+1
2020-01-30tdf#129659 DOCX check global footnote contextJan-Marek Glogowski2-0/+5
2020-01-29tdf#129625 Gray out content types with no contentJim Raykowski1-0/+5
2020-01-29tdf#130179 sw comments on frames: limit insert UI for at-char and ...Miklos Vajna5-1/+167
2020-01-28tdf#130214: workaround invalid state resulting from error on importMike Kaganski2-0/+5
2020-01-28fix bug in testTdf128304Noel Grandin1-3/+3
2020-01-28tdf#103983 VML import: handle <v:textbox style="mso-fit-shape-to-text:t">Miklos Vajna1-2/+3
2020-01-28tdf#130155 Writer Navigator crash fix: Check entry to expand has childrenJim Raykowski1-1/+5
2020-01-24tdf#128782: Add UItestXisco Fauli2-0/+45
2020-01-23sw_redlinehide: fix SwScriptInfo hidden textMichael Stahl1-0/+1
2020-01-23tdf#129382: sw: assign names to shape object stylesVasily Melenchuk2-2/+2
2020-01-22tdf#128782: sw: assign name to draw objectVasily Melenchuk1-1/+5
2020-01-21tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl6-32/+33
2020-01-21DOCX import: fix lost objects anchored to an empty linked headerMiklos Vajna3-2/+18
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna25-46/+97
2020-01-20sw: fix assert in ToX update on mw00_table_of_contents_templates.docMichael Stahl1-3/+1
2020-01-20tdf#129452 DOCX import: fix bottom border of merged columnSzabolcs Toth2-0/+13
2020-01-20tdf#129888 DOCX shape import: handle o:allowincellBakos Attila3-0/+28
2020-01-17tdf#128304 export TB_RL writing mode as eaVirtMark Hung3-6/+25
2020-01-17tdf#129655 Sync TextWritingMode to frame direction.Mark Hung3-0/+16
2020-01-17tdf#129924 critical fix: use SvxColorItem instead of SvxBrushItemSerge Krot1-3/+3
2020-01-17tdf#129924 docx import: set background colorSerge Krot1-0/+16
2020-01-17tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttrMike Kaganski2-1/+25
2020-01-17tdf#126795 docx export: do not output tab stops twiceSerge Krot1-0/+7
2020-01-15tdf#129574 sw: fix RTF export of table of contentsMichael Stahl3-0/+22
2020-01-13tdf#128207: DOCX import: fix chart positioningBakos Attila2-0/+8
2020-01-10tdf#115026: Add uitestXisco Fauli1-0/+38
2020-01-09tdf#115026 sw tableAutoFormat: don't clear break/keepJustin Luth1-3/+5
2020-01-09tdf#128782: sw: set name for draw frame style for text boxVasily Melenchuk1-0/+1
2020-01-09tdf#129353, tdf#129402: fix node creation on index importMike Kaganski5-10/+66
2020-01-08tdf#123262 writerfilter: completely ignore footnote separatorsJustin Luth2-0/+18
2020-01-08tdf#129450 DOCX import: fix bottom border of 1-row tablesSzabolcs Toth2-0/+12
2020-01-08tdf#129513: drop incorrect and redundant erasure of paragraph sprmMike Kaganski2-0/+15
2020-01-08tdf#129841: fix GetTextTableCursorPropertyMap cell background valuesMike Kaganski2-3/+38
2020-01-08tdf#129442 DOCX import: fix right border of 1-column tablesSzabolcs Toth2-0/+11
2020-01-07tdf#129798: store SwWrtShell when it's availableMike Kaganski2-24/+35
2020-01-07tdf#128996 Chart: Fix disappeared vertical X axis labelsBalazs Varga2-0/+16
2020-01-07tdf#86731 Don't show 'start from beginning' when dictionary is missingSzymon Kłos1-3/+4
2020-01-07tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot2-2/+2
2020-01-07Resolves: tdf#129527 enable/disable edit-style button at the right timeCaolán McNamara1-7/+5
2020-01-06tdf#129712: check if outliner view pointer is valid to avoid crashMike Kaganski1-1/+1
2019-12-31tdf#59666 AutoCorrect: don't capitalize single Greek lettersLászló Németh1-0/+16
2019-12-31tdf#38394 AutoCorrect: fix ’« in French l’« word »László Németh2-0/+68
2019-12-29sw: fix widow loop with as-char flys in text formattingMichael Stahl3-5/+7
2019-12-29tdf#54409 fix AutoCorrect with Unicode quotation marksLászló Németh1-2/+28