summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-01SwModelTestBase: simplify code a bitXisco Fauli1-3/+3
2023-05-16tdf#144362 doc/x export: different columns mean new sectionJustin Luth1-0/+26
2023-04-14sw floatable: teach the DOC import about SwFormatFlySplitMiklos Vajna1-3/+0
2023-03-22sw floattable: fix inner floating table inside normal outer table from DOCXMiklos Vajna1-5/+12
2023-03-21sw floattable, CppunitTest_sw_ooxmlexport9: assert can-split in testTdf109063Miklos Vajna1-3/+15
2023-03-21sw floattable, CppunitTest_sw_ooxmlexport9: assert the layout in testTdf107889Miklos Vajna1-4/+12
2023-03-11tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsShady Mohamed1-1/+1
2022-12-20tdf#125338 Do not export macros when saving as .docxofftkp1-1/+9
2022-11-08swmodeltestbase: Do not use a default parameter in parseExportXisco Fauli1-2/+2
2022-11-08SwModelTestBase: make clear parseExport only works when exportingXisco Fauli1-6/+9
2022-11-08swmodeltestbase: make mbExported privateXisco Fauli1-2/+2
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-6/+6
2022-04-21CppunitTest_sw_ooxmlexport9: avoid mustTestImportOf()Miklos Vajna1-19/+19
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+2
2022-03-15CppunitTest_sw_ooxmlexport*: use getProperty<Color> when possibleXisco Fauli1-9/+9
2022-01-28CppunitTest_sw_ooxmlexport*: remove unused includesXisco Fauli1-6/+0
2022-01-14sw tests: audit uses of loadAndSave()Miklos Vajna1-1/+1
2022-01-10Move HAVE_MORE_FONTS into an extra config headerJan-Marek Glogowski1-0/+1
2021-11-26sw: remove remaining uses of DECLARE_OOXMLEXPORT_EXPORTONLY_TESTMiklos Vajna1-1/+2
2021-11-04prelim tdf#136472: adjust implementation specific unit testsJustin Luth1-6/+6
2021-11-03tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsRishav Chattopadhya1-9/+9
2021-09-08CppunitTest_sw_ooxmlexport9: avoid DECLARE_OOXMLEXPORT_EXPORTONLY_TEST()Miklos Vajna1-25/+50
2021-08-10Revert "tdf#58521 DOCX import: enable ContinuousEndnotes compat flag"Xisco Fauli1-1/+1
2021-07-13tdf#58521 DOCX import: enable ContinuousEndnotes compat flagGabor Kelemen1-1/+1
2021-05-27sw_ooxmlexport: just use exportonly hereXisco Fauli1-4/+1
2021-01-09fix coverity parse errorsCaolán McNamara1-1/+1
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-1/+1
2020-12-23Use char16_t string literalsStephan Bergmann1-1/+1
2020-12-10tdf#41466 DOCX import: fix VML v:shape/v:textboxRegényi Balázs1-0/+24
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-30tdf#137642 VML shape import: fix alignment from top marginSzabolcs Toth1-1/+33
2020-10-27tdf#137641 DOCX export: fix relative from top page borderSzabolcs Toth1-0/+30
2020-10-26tdf#137593 DOCX import: fix para top margin in cells with shapesLászló Németh1-0/+9
2020-09-03tdf#129423 sw: export-only tests, part 12Daniel Arato (NISZ)1-30/+28
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-07-31sw: introduce a Library_swqahelperMiklos Vajna1-1/+7
2020-07-21tdf#134648 DOCX import: fix bottom auto margin of subitemLászló Németh1-0/+12
2020-07-10replace usage of blacklist with denylistThorsten Behrens1-1/+1
2020-06-10tdf#131070 DOCX import: fix indentation of direct numberingLászló Németh1-0/+14
2020-05-21tdf#133052: DOCX import: fix top auto margin of subitemsLászló Németh1-0/+13
2020-05-16CppUnittest: assert shapes in odf filesXisco Fauli1-0/+3
2020-05-15CppUnittest: sw: simplify code. use getShapes and getShapeXisco Fauli1-9/+3
2020-05-13tdf#132807 DOCX import: fix top auto margin in listsLászló Németh1-1/+18
2020-05-13CppUnittest: ooxmlexport: assert pages in odf filesXisco Fauli1-0/+11
2020-05-12tdf#132802 DOCX import: fix list bottom auto marginsLászló Németh1-1/+18
2020-05-11CppUnittest: Revert all my previous commits asserting pagesXisco Fauli1-76/+0
2020-05-08CppUnittest: ooxmlexport9: assert pages where possibleXisco Fauli1-0/+76
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-21/+21
2020-05-06tdf#122342 DOCX import: fix bottom auto margin in listsLászló Németh1-0/+11
2020-04-08CppunitTest: remove duplicated codeXisco Fauli1-5/+1