summaryrefslogtreecommitdiff
path: root/sw/qa/extras/globalfilter
AgeCommit message (Expand)AuthorFilesLines
2019-03-10MSForms: Add some extra comments for the new codeTamás Zolnai1-1/+1
2019-03-10MSForms: Test legacy form field import / export for the supported formats.Tamás Zolnai4-0/+217
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-2/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-05-20tdf#117502 fix graphical bullets for OOXML and RTFTomaž Vajngerl2-0/+142
2018-05-16sw: cleanup globalfilter testTomaž Vajngerl1-57/+61
2018-05-16sw: improvements of globalfilter testTomaž Vajngerl1-41/+35
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-2/+3
2018-04-10remove swapping and link from GraphicObject and GraphicTomaž Vajngerl1-1/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-08sw: get rid of FN_UNO_GRAPHIC_U_R_L and "GraphicURL" propertyTomaž Vajngerl1-28/+16
2018-03-07xmloff: convert XMLTextParagraphExport to get rid of "GraphicURL"Tomaž Vajngerl1-5/+1
2018-02-14shapes: don't use "GraphicURL" property, always use "Graphic"Tomaž Vajngerl1-23/+27
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+2
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-09-05tdf#104936 RTF export: implement ZOrder of TextFrames / shapesMiklos Vajna1-2/+25
2017-08-24Consistently use OUString in test::DirectoriesStephan Bergmann1-2/+2
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-5/+4
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: swStephan Bergmann1-3/+3
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-9/+9
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-06-08tdf#97103 sw: fix restoring of SetRedlineMode on DOCX/RTF exportMichael Stahl1-0/+56
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-4/+4
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-10/+10
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-3/+3
2016-02-02loplugin:stringconstantStephan Bergmann1-1/+1
2016-02-02xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl1-0/+80
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-07-14tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás1-12/+12
2015-05-29Fix Mac TBs by unhidding testSkipImages()Julien Nabet1-2/+2
2015-05-29Revert "skip SkipImages unit test on MacOs"Julien Nabet1-1/+1
2015-05-28loplugin:unreffunStephan Bergmann1-1/+4
2015-05-27skip SkipImages unit test on MacOsJulien Nabet1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
2015-04-01Revert "Revert "skip SkipImages unit test on Windows""Michael Stahl1-0/+2
2015-04-01Revert "skip SkipImages unit test on Windows"Michael Stahl1-2/+0
2015-03-31skip SkipImages unit test on WindowsLászló Németh1-0/+2
2015-03-30cleanup for SkipImages unit testsLászló Németh1-22/+29
2015-03-30Unit tests for SkipImagesLászló Németh3-0/+72
2015-03-21Avoid C style cast in sw_globalfilter testZolnai Tamás1-11/+11
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás2-0/+73
2015-03-21Char highlight: test related to editing of MSO background attributesZolnai Tamás2-0/+117
2015-03-21Char shading: use a marker for character background imported from MSO shadingZolnai Tamás1-4/+14
2015-03-21Char highlight: export character background to MSO formats based on settingsZolnai Tamás1-0/+4
2015-03-21Char highlight: ODT filtersZolnai Tamás2-8/+25
2015-03-21Char highlight: DOC filtersZolnai Tamás1-7/+9
2015-03-21Char highlight: RTF filtersZolnai Tamás2-0/+80
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-3/+3