summaryrefslogtreecommitdiffstats
path: root/filter/qa/cppunit
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski2021-10-301-21/+22
* drop 'using namespace std' in filter/qaJulien Nabet2021-10-072-2/+0
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-021-4/+4
* Move DXF reader from filter module into VCLTomaž Vajngerl2021-02-1710-56514/+0
* Move PBM,PPM reader from filter module into VCLTomaž Vajngerl2021-02-1712-78/+0
* Move PCD reader from filter module into VCLTomaž Vajngerl2021-02-175-68/+0
* Move PSD reader from filter module into VCLTomaž Vajngerl2021-02-178-68/+0
* Move EPS reader and writer from filter module into VCLTomaž Vajngerl2021-02-178-735/+0
* Move RAS and PCX reader from filter module into VCLTomaž Vajngerl2021-02-1719-136/+0
* Move MET reader from filter module into VCLTomaž Vajngerl2021-02-1710-68/+0
* Move PICT reader from filter module into VCLTomaž Vajngerl2021-02-1713-102/+0
* Move TGA reader from filter module into VCLTomaž Vajngerl2021-02-177-68/+0
* loplugin:referencecasting in editeng..frameworkNoel2021-02-161-2/+2
* ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara2021-01-201-0/+0
* make the Color constructors explicitly specify transparencyNoel2021-01-161-1/+1
* Move TIFF reader and writer from filter module into VCLTomaž Vajngerl2021-01-0642-136/+0
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-2912-18/+18
* tdf#138818: libtest_filter_tiff: Add unittestXisco Fauli2020-12-192-0/+20
* tdf#126460: libtest_filter_tiff: Add unittestXisco Fauli2020-12-182-0/+18
* tdf#115863: libtest_filter_tiff: Add unittestXisco Fauli2020-12-182-1/+30
* throw exception in SvStream when reading past end of fileNoel2020-12-181-0/+0
* fix memory leak of xmlDoc objectsNoel Grandin2020-05-071-1/+1
* tdf#42949 Fix IWYU warnings in filter/Gabor Kelemen2019-12-1714-42/+0
* new loplugin:bufferaddNoel Grandin2019-10-151-13/+9
* write out empty state explicitly in writeRectangleNoel Grandin2019-07-161-2/+2
* Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann2019-06-201-1/+1
* tdf#42949 Fix remaining IWYU warnings in include/vcl/*Gabor Kelemen2019-01-181-0/+1
* svm xml dumper: move this from test to vclMiklos Vajna2019-01-031-2/+1
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-2/+2
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-171-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* Make Color a forward declarationChris Sherlock2017-10-081-0/+1
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-1/+1
* Fix data races during CppunitTest_filter_xsltStephan Bergmann2017-09-111-16/+28
* add CVE-2017-10688 testcaseCaolán McNamara2017-07-101-0/+0
* add CVE-2017-9936 testcaseCaolán McNamara2017-07-101-0/+0
* add CVE-2017-9147 testcaseCaolán McNamara2017-07-101-0/+0
* ofz#967 optimize tiff import if line is the same as previous lineCaolán McNamara2017-03-301-0/+0
* ofz: timeout on clamping big double to 0..360Caolán McNamara2017-02-281-0/+143
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+1
* guard against self-recursive GetBoundingBoxCaolán McNamara2017-01-131-0/+13974
* avoid infinite loops in dxf renderingCaolán McNamara2017-01-131-0/+17320
* filter: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-162-4/+4
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-1012-18/+18
* improve defaultparams lopluginNoel Grandin2016-03-0711-24/+12
* RC4 encrypt some WMF and TIFF test filesMichael Stahl2016-01-0534-0/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1012-13/+13
* merged graphic import/export into a single libraryOliver Specht2015-11-0611-22/+22
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-16/+16
* check stream status more oftenCaolán McNamara2015-09-111-0/+0