summaryrefslogtreecommitdiff
path: root/sw/qa
AgeCommit message (Expand)AuthorFilesLines
2017-05-22svtools: fix mime type of PDF imagesMiklos Vajna1-0/+5
2017-05-19tdf#100072 zero height of shape's path was causing geometry errorsVasily Melenchuk3-9/+45
2017-05-18html import: Don't create HTML: <meta name="changedby" content="..."> postit.Jan Holesovsky2-0/+46
2017-05-17Use more secure HTTPS URL for dev-www.libreoffice.orgPaul Menzel1-1/+1
2017-05-17tdf#100033: Frames with the same name are removedTamás Zolnai3-0/+16
2017-05-16tdf#107889 DOCX import: consider page breaks for multi-page floattablesMiklos Vajna2-0/+8
2017-05-16tdf#107801 docx export: support w:kernJustin Luth3-7/+18
2017-05-16tdf#106953 RTF import: fix missing paragraph left marginMiklos Vajna2-0/+32
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-05-12tdf#100072 extra test for DOCX shape import with zero heightVasily Melenchuk2-0/+9
2017-05-11tdf#107773 DOC import: consider page breaks for multi-page floattablesMiklos Vajna2-0/+8
2017-05-10(cont.)Michael Stahl1-4/+4
2017-05-10sw: CPPUNIT_ASSERT_EQUAL vs. integer FAILMichael Stahl1-8/+8
2017-05-10sw: fix build (how did that build for me?)Michael Stahl1-1/+1
2017-05-10tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl1-0/+121
2017-05-10sw: avoid assert in SwUndoDelete::RedoImplMichael Stahl1-0/+35
2017-05-10related tdf#107677 html import: Fix the legacy datetime format reading.Jan Holesovsky2-0/+42
2017-05-10sw txt export: Greatly improve the export of bullets & numbering.Jan Holesovsky2-0/+76
2017-05-10AutoText: add only real AutoText entriesSzymon Kłos2-0/+18
2017-05-09silence cppcheck memleak in unit testJochen Nitschke1-8/+9
2017-05-09tdf#107620 RTF export: handle DocumentSettingId::PARA_SPACE_MAX compat settingMiklos Vajna2-0/+11
2017-05-04AutoText: fix dotm supportSzymon Kłos2-0/+18
2017-05-04Replace all OUString("") with OUString()Arnaud Versini9-27/+27
2017-05-03AutoText: first tests & windows fixSzymon Kłos3-0/+61
2017-05-03tdf#107033 DOCX import: fix unexpected missing footnote separatorMiklos Vajna2-1/+9
2017-05-01tdf#107362 don't insert kern if snap to char is not checked.Mark Hung2-0/+19
2017-04-30test for horizontal merged/split texttablesBjoern Michaelsen1-0/+36
2017-04-28loplugin:salunicodeliteral: swStephan Bergmann4-12/+12
2017-04-28loplugin:cppunitassertequals: swStephan Bergmann1-10/+10
2017-04-27sw: add test that SwXTextCursor is disposed if header is deletedMichael Stahl1-0/+22
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-04-26tdf#107392 ODF import: fix z-order sorting of SVG imagesMiklos Vajna2-0/+12
2017-04-26Hack-around an unclear Windows problem in the test.Jan Holesovsky1-2/+9
2017-04-25tdf#107104 DOCX drawingML import: fix invisible arrow shapeMiklos Vajna4-3/+12
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock7-0/+7
2017-04-24tdf107359: imporve line pitch and char pitch importing of writerfilter.Mark Hung2-0/+21
2017-04-24Fix typosAndrea Gelmini1-1/+1
2017-04-24Indentation fixesMiklos Vajna1-5/+5
2017-04-22sw: skip part of uiwriter/testTdf107025 if not testable.Mark Hung1-3/+6
2017-04-21Silence loplugin:unreffun on "FIXME breaks on Windows"Stephan Bergmann1-1/+2
2017-04-21Disable this test temporarily, breaks on Windows from some reason.Jan Holesovsky1-1/+1
2017-04-21related tdf#68604: Unit test for writing the plaintext annotations in DOCX.Jan Holesovsky1-0/+28
2017-04-21add CVE-2017-0199 testcaseCaolán McNamara1-0/+0
2017-04-20tdf#101627 add unit testPatrick Jaap2-0/+8
2017-04-20Related: tdf#106690 DOCX import: don't reduce auto-space accross cellsMiklos Vajna2-0/+12
2017-04-19loplugin:unreffun (clang-cl)Stephan Bergmann1-0/+2
2017-04-19tdf#107116 RTF import: fix missing upper and lower borders around textMiklos Vajna2-0/+16
2017-04-17Make the testTdf106974_int32Crop pass on my Mac, tooStephan Bergmann1-1/+3
2017-04-17tdf#106742: OOXML import/export: treat "tblInd" properly.Vitaliy Anderson5-35/+76
2017-04-17tdf#107025 advance only if grid is wider than font.Mark Hung2-0/+24