summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport
AgeCommit message (Expand)AuthorFilesLines
2022-02-01sw: change test to check the text content instead of just the lengthMichael Stahl1-1/+2
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2022-01-06tdf#66039 DOCX: import textboxes (with tables, images etc.) in group shapesAttila Bakos (NISZ)2-16/+11
2022-01-03tdf#143574 OOXML export/import of textboxes in group shapesAttila Bakos (NISZ)1-2/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-09-21tdf#143591 DOCX import: handle anchored objects as at-charMiklos Vajna1-7/+5
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-2/+2
2021-09-10tdf#126426: support for hyperlinks in TextParagraphContextVasily Melenchuk2-0/+38
2021-08-04tdf#143476 improve import of lockedCanvasRegina Henschel5-1/+40
2021-07-27tdf#143475 consider Word 2007 rotated image specialityRegina Henschel3-0/+49
2021-07-14tdf#143219 improve docx import/export of contour wrapRegina Henschel2-0/+27
2021-06-28tdf#142304 a.o. Improve wrap margins in docx filtersRegina Henschel2-6/+10
2021-06-09CppunitTest_sw_ooxmlimport: rework to avoid the FailTest hackMiklos Vajna1-32/+5
2021-06-02sw: rework to avoid the DECLARE_OOXMLIMPORT_TEST macroMiklos Vajna2-148/+274
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+2
2021-04-22tdf#141540 fix docx import of group or line with rotationRegina Henschel2-7/+11
2021-04-14sw: layout dump: sorted_objs of SwPageFrameMichael Stahl2-3/+3
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)1-3/+3
2021-03-26tdf#122717: fix handling of zero width/height linesXisco Fauli2-0/+13
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-18tdf#118693: no need to use convertMm100ToTwip() for line shapes anymoreXisco Fauli3-10/+39
2021-02-15tdf#74367 DOCX: fix page margins imported as border paddingAttila Szűcs2-0/+15
2021-02-04tdf#136516 add positioning to SwTextBoxHelper::syncProperty()Attila Bakos (NISZ)1-2/+13
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann1-4/+3
2021-01-26tdf#137803 sw: fix AutoSize and Wrap of textboxesAttila Bakos (NISZ)1-2/+1
2020-12-30vcl: remove {Read,Write}ImpGraphic and ImplExportNative from GraphicTomaž Vajngerl1-1/+4
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-4/+4
2020-11-14Revert "tdf#137881 sw: fix text box size regression"Xisco Fauli1-1/+2
2020-11-09tdf#137881 sw: fix text box size regressionDaniel Arato (NISZ)1-2/+1
2020-11-04tdf#136952 writerfilter: PageBreakBefore - don't always overwriteJustin Luth2-0/+14
2020-10-27tdf#135198 sw editing: text box fell out of its shapeDaniel Arato (NISZ)1-1/+2
2020-10-06tdf#105875 DOCX VML shape import: fix missing rotationRegényi Balázs1-2/+2
2020-09-09sw_ooxmlimport: move export test to sw_ooxmlexport8Xisco Fauli2-34/+0
2020-09-08sw_ooxmlexport14: DECLARE_OOXMLIMPORT_TEST -> DECLARE_OOXMLEXPORT_TESTXisco Fauli4-0/+44
2020-09-08tdf#120547: sw_ooxmlimport2: Add unittestXisco Fauli2-0/+50
2020-08-17tdf133647 tdf123386 tdf123389 Improved .docx table formula importMichael Warner5-0/+155
2020-08-11tdf#128198 sw: text formatting: only consider upper margin for first lineMichael Stahl2-6/+0
2020-08-07tdf#134572: sw_ooxmlimport: Add unittestXisco Fauli2-0/+28
2020-07-31sw: introduce a Library_swqahelperMiklos Vajna2-6/+24
2020-07-01change n777345.docx to check bitmap content instead of checksumLuboš Luňák2-8/+6
2020-06-17tdf#134043 DOCX import: DropDown text field instead of ComboBox form controlSerge Krot1-2/+2
2020-06-04tdf#130804: sw: Add unittestXisco Fauli2-0/+13
2020-06-01tdf#133448: sw: Add unittestXisco Fauli2-0/+13
2020-05-21use for-range on Sequence in sfx2..swNoel Grandin2-10/+5
2020-05-15CppUnittest: sw: simplify code. use getShapes and getShapeXisco Fauli2-23/+9
2020-05-14DOCX export: fix interaction between the crop and the wrap polygon of imageMiklos Vajna1-7/+11
2020-05-13DOCX import: fix interaction between the crop and the wrap polygon of imagesMiklos Vajna1-8/+8
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna2-0/+12
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-2/+2
2020-04-30Fix typosAndrea Gelmini1-1/+1