summaryrefslogtreecommitdiff
path: root/filter/qa
AgeCommit message (Collapse)Author
2016-09-16filter: fix loplugin:cppunitassertequals warningsMiklos Vajna
Change-Id: Ibb80377a581d70501dbd243307e883057508e67f
2016-09-10Typo: (un)kown->(un)knownJulien Nabet
Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2 Reviewed-on: https://gerrit.libreoffice.org/28801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
Change-Id: Ia1e79216d9537c65f8b7362778a2e1ad3ec6c2c2
2016-08-18screenshots: add dialog test cases for filterArmin Le Grand
All *.ui files create a screenshot, but not all look useful Change-Id: Idd684f1fee55eebb58b4b56a2681cd4058be2880
2016-04-21Fix typosAndrea Gelmini
Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4 Reviewed-on: https://gerrit.libreoffice.org/24257 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann
(as some tests derive from the latter only for the Directories part, not for the setUp/tearDown overrides: those tests will be cleaned up next) Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f Reviewed-on: https://gerrit.libreoffice.org/23078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-07improve defaultparams lopluginNoel Grandin
to catch calling params with defaults like "= OUSString()" Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9 Reviewed-on: https://gerrit.libreoffice.org/22932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-02-05Fix typosAndrea Gelmini
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-01-10Fix typosAndrea Gelmini
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-01-05RC4 encrypt some WMF and TIFF test filesMichael Stahl
Reportedly some virus scanners warn about some of these files. Use a new "RC4" name prefix since the files don't come from external sources. http://permalink.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/69200 Change-Id: I6d4cff2fdd5c0134bf2c77558ea09b3196b39be9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: I61e494952df8cc40fff3ccad0936adf06035dbeb
2015-11-06merged graphic import/export into a single libraryOliver Specht
instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp, icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti, there is now one graphic import export lib (gie) Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc Reviewed-on: https://gerrit.libreoffice.org/19756 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-16spellingNoel Grandin
Change-Id: Ibd062310a3ae597cbab98729b394b26838e71d67
2015-10-16convert "continue" flag to an enumNoel Grandin
Change-Id: I160de1152978f301c514d9107c9e9082bab3cf05
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-03Fix typosAndrea Gelmini
Change-Id: Icde566ef79dc4ed8cb67a89c743f0a6c1b3c8f14
2015-09-30Fix typosAndrea Gelmini
Change-Id: Iaa9dd3f02f21947742643349d3b878126017477d Reviewed-on: https://gerrit.libreoffice.org/18947 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-11check stream status more oftenCaolán McNamara
Change-Id: I233c2fff9c06a81117f8114ccee83b53ea4026db
2015-09-10fix size check related hangCaolán McNamara
Change-Id: I3e8aa5c48ba802cd363688502b44e27bfdf67f01
2015-08-31check for legal field sizes before readingCaolán McNamara
Change-Id: I3cdb647e1a057be5bb4b32d119ee5bcbbedf7473
2015-08-31check stream statusCaolán McNamara
Change-Id: I65ed5979d35d8739367294a71620782b832cfd71
2015-08-24in reality we are limited to max sal_Int32 hereCaolán McNamara
so accept that and test if the values were accepted or limited Change-Id: Iaed5ebc2f12b52055506147c71117a2ad88d28ac
2015-08-24detect and reject loop in tifCaolán McNamara
Change-Id: I77d315fa432a3eb1a65539489a2ba6da8508b283
2015-08-23Better to call this msfilter testZolnai Tamás
Change-Id: I2abd6aedb16303d8988c17e7204c9607bf8336a3
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants, for filter. Change-Id: I30dcd7cfb3e484034f6cceceb1ff7cd9d3f4b7a6 Reviewed-on: https://gerrit.libreoffice.org/17585 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-21reject invalid tiff dimensionsCaolán McNamara
Change-Id: I64e77f12cb016a7f4a9d21c732aaeaae7959da76
2015-07-20bail if offsets are past eofCaolán McNamara
Change-Id: I4a8e78231befff498894ec92a1f38af206e13129
2015-07-20fail on short readCaolán McNamara
Change-Id: I7215cf8d8b1e4a4156c87507018de3c2b7ed08d8
2015-07-20don't hang on a bad ReadCodeAndDecodeCaolán McNamara
Change-Id: I999012d428fa84e21fe9e9f851a016eacc96a686
2015-07-20ensure loop ends eventuallyCaolán McNamara
Change-Id: I318385286fcc27ffb2d938237d83e793564d2525
2015-07-20final check np boundsCaolán McNamara
Change-Id: I9213bb2cc059e05e286598edac03bd72c84db876
2015-07-20test that nNumStripByteCounts value is within bounds of fileCaolán McNamara
Change-Id: If119628d7f510a7db30ed2180111063781cde887
2015-07-20check np bounds yet againCaolán McNamara
Change-Id: Id3f6fdc0ebed9711acec5d71f404e7a6072b765c
2015-07-20reduce scope, etc, don't loop endlesslyCaolán McNamara
Change-Id: I86e4e94392527b5faf5d9cdb4251853f35813f4e
2015-07-20add a test imageDavid Tardon
Change-Id: Ibd30ddc9c4a0e1ca440d0b62635cfab3f3ab8235
2015-07-19check np bounds againCaolán McNamara
Change-Id: I0fb61954b2eaf0c015d7bdefe9f03bd459b31501
2015-07-19check np boundsCaolán McNamara
Change-Id: Id16ae9325f3c67792941b9c88d83435aa98282ca
2015-07-19in reality we are limited to max sal_Int32 hereCaolán McNamara
so accept that and test if the values were accepted or limited Change-Id: I599cf8065a6f8786d380fdba03135857766770f3
2015-07-17in remainingSize consider that its is possible to seek past the endCaolán McNamara
Change-Id: I1652244d5515629f1cd8f15f4c5b15f139dba0aa
2015-07-17don't loop forever if pcx has short readCaolán McNamara
Change-Id: I638792417924bcb8e48995f4e789f84a2cbf4757
2015-07-17rename test caseCaolán McNamara
Change-Id: I76d35955a1d024d05a94ffdfdcf8e4076de24975
2015-07-17detect another loop in tif formatCaolán McNamara
Change-Id: I950f751277d9080b4fc00c38f63453cce81bcc32
2015-07-17test that nNumStripOffsets value is within bounds of fileCaolán McNamara
Change-Id: I1483ea3671420be53496888892374641e10b344d
2015-07-17detect loop in tif formatCaolán McNamara
Change-Id: I27645566cd9fc0ac8cf753f0217ae6cf0fa9929e
2015-07-16min size of eps for a preview is 32Caolán McNamara
Change-Id: Icb82d9dd0a3918f2bdc4cb768c566774cd0d8ac4
2015-07-16exception on div by 0Caolán McNamara
Change-Id: Id33d6a5e3df5812babd28ebfc65b95ce97219ad3
2015-07-15don't hang if at end of streamCaolán McNamara
Change-Id: I497a30041ec667237c2aa64963dcefb67753e87c
2015-07-15WaE: C2220Caolán McNamara
Change-Id: Ibf9fa7ffc3beb237a470952c265fb1bce313a08a
2015-07-15bump size typeCaolán McNamara
Change-Id: I2c32c253499a3efb22a3312ed1f0a608649ce124
2015-07-15tools polygons limited to 16bit indexesCaolán McNamara
Change-Id: Ib0f727a3681492c15b807ca159d8bf7675ee8f29