summaryrefslogtreecommitdiff
path: root/sw/qa/extras/globalfilter/globalfilter.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-14tdf#141908 - CppUnittests: replace usage of sal_Int32 with colorsRafał Dobrakowski1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2024-01-07Drop SvtFilterOptions and use officecfg insteadMike Kaganski1-10/+12
2023-12-21address nit: put unit tests in anonymouse namespaceJustin Luth1-7/+5
2023-12-08Fix typosAndrea Gelmini1-1/+1
2023-12-08tdf#126084 document OOXML SVG tests and importTomaž Vajngerl1-4/+13
2023-12-06tdf#126084 import svg image from ooxml document that use svgBlip elem.Tomaž Vajngerl1-0/+37
2023-11-19Extended loplugin:ostr: swStephan Bergmann1-108/+108
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-5/+5
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-1/+1
2023-09-18sw/qa/extras/globalfilter: check for pdfium availabilityDan Horák1-17/+21
2023-07-23Improve CppunitTest_sw_globalfilter CPPUNIT_TEST_NAME=testListLabelPDFExportKhaled Hosny1-17/+24
2023-07-06tdf#141058 oox,sw: OOXML import/export of decorative on shapesMichael Stahl1-2/+15
2023-06-01SwModelTestBase: simplify code a bitXisco Fauli1-18/+18
2023-06-01Use OUString for filterMike Kaganski1-16/+16
2023-03-10sw: PDF/UA export: produce Lbl tagged elementMichael Stahl1-0/+423
2023-03-03tdf#153925 xmloff,sw: decorative flag on frame stylesMichael Stahl1-0/+7
2023-02-11sw: rename getFieldmarkFor() to getInnerFieldmarkFor()Justin Luth1-1/+1
2022-12-09tdf#143311 offapi,oox,writerfilter,xmloff,sw: decorative flag on flysMichael Stahl1-0/+101
2022-11-11SwModelTestBase: use createSwDoc everywhereXisco Fauli1-20/+21
2022-11-10SwModelTestBase: use exisiting createSwDocXisco Fauli1-4/+1
2022-11-08swmodeltestbase: remove duplicated methodXisco Fauli1-6/+6
2022-11-04CppunitTest_sw_globalfilter: remove duplicated codeXisco Fauli1-299/+58
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-21/+21
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-9/+9
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-5/+5
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-1/+1
2022-07-08xmloff, sw: ODF import/export of fieldmark separatorMichael Stahl1-2/+11
2022-05-30sw content controls, date: add DOCX importMiklos Vajna1-85/+191
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-15/+15
2022-03-28sw: use getProperty<Color> when possibleXisco Fauli1-6/+6
2021-12-29tdf#141908: CppUnittests: replace usage of sal_Int32 with ColorVaibhavMalik41871-66/+66
2021-12-29tdf#141908: CppUnittests: replace usage of sal_Int32 with ColorVaibhavMalik41871-17/+17
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin1-1/+0
2021-11-03tdf#141908: CppUnittests: replace usage of sal_Int32 with colorsRishav Chattopadhya1-2/+2
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-6/+6
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-19/+20
2021-02-27tdf#138345 Char highlight: numbering needs charstyle props highlightJustin Luth1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-18/+18
2020-12-02tdf#138345 ms formats Char highlight: no import into char-styleJustin Luth1-1/+1
2020-11-27tdf#138345 sw ms export: Char highlight: no export to char-styleJustin Luth1-0/+46
2020-11-14Fix unit tests involving tools::LongMike Kaganski1-4/+4
2020-09-25fix Graphic duplication in import and add GraphicMapperTomaž Vajngerl1-0/+83
2020-07-31sw: introduce a Library_swqahelperMiklos Vajna1-0/+1
2020-07-23Silence GCC 11 trunk -Werror=nonnull involving dynamic_castStephan Bergmann1-1/+1
2020-05-29sw: ODF export: test new ODF 1.3 features exported to different versionsMichael Stahl1-0/+158
2020-05-15CppUnittest: sw: simplify code. use getShapes and getShapeXisco Fauli1-18/+7