From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- vcl/qa/cppunit/data/123_Numbers.gif | Bin 0 -> 1515 bytes vcl/qa/cppunit/data/BMP_8bit_RLE.bmp | Bin 0 -> 1194 bytes vcl/qa/cppunit/data/BMP_A8R8G8B8.bmp | Bin 0 -> 202 bytes vcl/qa/cppunit/data/BMP_Paint_1bit.bmp | Bin 0 -> 78 bytes vcl/qa/cppunit/data/BMP_Paint_24bit.bmp | Bin 0 -> 102 bytes vcl/qa/cppunit/data/BMP_Paint_4bit.bmp | Bin 0 -> 134 bytes vcl/qa/cppunit/data/BMP_Paint_8bit.bmp | Bin 0 -> 1094 bytes vcl/qa/cppunit/data/BMP_R5G6B5.bmp | Bin 0 -> 338 bytes vcl/qa/cppunit/data/BMP_R8G8B8.bmp | Bin 0 -> 442 bytes vcl/qa/cppunit/data/BMP_RLE.bmp | Bin 0 -> 1188 bytes vcl/qa/cppunit/data/BMP_RLE_V2.bmp | Bin 0 -> 810 bytes vcl/qa/cppunit/data/BMP_RLE_V3.bmp | Bin 0 -> 1104 bytes vcl/qa/cppunit/data/DocumentWithNull.pdf | Bin 0 -> 1080 bytes vcl/qa/cppunit/data/Exif1.jpg | Bin 0 -> 759 bytes vcl/qa/cppunit/data/Exif1_090CW.jpg | Bin 0 -> 771 bytes vcl/qa/cppunit/data/Exif1_180.jpg | Bin 0 -> 771 bytes vcl/qa/cppunit/data/Exif1_270CW.jpg | Bin 0 -> 771 bytes vcl/qa/cppunit/data/Pangram.pdf | Bin 0 -> 16880 bytes vcl/qa/cppunit/data/PangramAcrobatAnnotations.pdf | Bin 0 -> 21709 bytes vcl/qa/cppunit/data/PangramWithAnnotations.pdf | Bin 0 -> 17785 bytes .../data/PangramWithMultipleTypeOfAnnotations.pdf | Bin 0 -> 23143 bytes vcl/qa/cppunit/data/SimpleExample.svg | 4 + vcl/qa/cppunit/data/TypeDetectionExample.bmp | Bin 0 -> 442 bytes vcl/qa/cppunit/data/TypeDetectionExample.emf | Bin 0 -> 696 bytes vcl/qa/cppunit/data/TypeDetectionExample.emz | Bin 0 -> 397 bytes vcl/qa/cppunit/data/TypeDetectionExample.eps | 82 +++++++ vcl/qa/cppunit/data/TypeDetectionExample.gif | Bin 0 -> 50 bytes vcl/qa/cppunit/data/TypeDetectionExample.jpg | Bin 0 -> 992 bytes vcl/qa/cppunit/data/TypeDetectionExample.met | Bin 0 -> 629 bytes vcl/qa/cppunit/data/TypeDetectionExample.pcx | Bin 0 -> 284 bytes vcl/qa/cppunit/data/TypeDetectionExample.pdf | Bin 0 -> 962 bytes vcl/qa/cppunit/data/TypeDetectionExample.png | Bin 0 -> 94 bytes vcl/qa/cppunit/data/TypeDetectionExample.psd | Bin 0 -> 1338 bytes vcl/qa/cppunit/data/TypeDetectionExample.svg | 4 + vcl/qa/cppunit/data/TypeDetectionExample.svgz | Bin 0 -> 166 bytes vcl/qa/cppunit/data/TypeDetectionExample.tga | Bin 0 -> 148 bytes vcl/qa/cppunit/data/TypeDetectionExample.tif | Bin 0 -> 603 bytes vcl/qa/cppunit/data/TypeDetectionExample.webp | Bin 0 -> 52 bytes vcl/qa/cppunit/data/TypeDetectionExample.wmf | Bin 0 -> 290 bytes vcl/qa/cppunit/data/TypeDetectionExample.wmz | Bin 0 -> 196 bytes vcl/qa/cppunit/data/TypeDetectionExample.xbm | 5 + vcl/qa/cppunit/data/TypeDetectionExample.xpm | 15 ++ vcl/qa/cppunit/data/XPM_1.xpm | 15 ++ vcl/qa/cppunit/data/XPM_4.xpm | 23 ++ vcl/qa/cppunit/data/XPM_8.xpm | 263 +++++++++++++++++++++ vcl/qa/cppunit/data/basic.pdf | 71 ++++++ vcl/qa/cppunit/data/basicSource.pdf | 60 +++++ vcl/qa/cppunit/data/form-fields.pdf | 95 ++++++++ vcl/qa/cppunit/data/graphic-descriptor-mapmode.bmp | Bin 0 -> 4922 bytes vcl/qa/cppunit/data/inch-size.emf | Bin 0 -> 28322 bytes vcl/qa/cppunit/data/roundtrip.wmf | Bin 0 -> 6475 bytes vcl/qa/cppunit/data/tdf73523.bmp | Bin 0 -> 70 bytes vcl/qa/cppunit/data/testBasicMorphology.png | Bin 0 -> 226 bytes .../cppunit/data/testBasicMorphologyDilated1.png | Bin 0 -> 219 bytes .../data/testBasicMorphologyDilated1Eroded1.png | Bin 0 -> 224 bytes .../cppunit/data/testBasicMorphologyDilated2.png | Bin 0 -> 174 bytes .../data/testBasicMorphologyDilated2Eroded1.png | Bin 0 -> 178 bytes .../data/testColorChange-red-linear-gradient.png | Bin 0 -> 9341 bytes vcl/qa/cppunit/data/to-wmf.emf | Bin 0 -> 1057 bytes vcl/qa/cppunit/data/wmf-embedded-emfplus.wmf | Bin 0 -> 10610 bytes 60 files changed, 637 insertions(+) create mode 100644 vcl/qa/cppunit/data/123_Numbers.gif create mode 100644 vcl/qa/cppunit/data/BMP_8bit_RLE.bmp create mode 100644 vcl/qa/cppunit/data/BMP_A8R8G8B8.bmp create mode 100644 vcl/qa/cppunit/data/BMP_Paint_1bit.bmp create mode 100644 vcl/qa/cppunit/data/BMP_Paint_24bit.bmp create mode 100644 vcl/qa/cppunit/data/BMP_Paint_4bit.bmp create mode 100644 vcl/qa/cppunit/data/BMP_Paint_8bit.bmp create mode 100644 vcl/qa/cppunit/data/BMP_R5G6B5.bmp create mode 100644 vcl/qa/cppunit/data/BMP_R8G8B8.bmp create mode 100644 vcl/qa/cppunit/data/BMP_RLE.bmp create mode 100644 vcl/qa/cppunit/data/BMP_RLE_V2.bmp create mode 100644 vcl/qa/cppunit/data/BMP_RLE_V3.bmp create mode 100644 vcl/qa/cppunit/data/DocumentWithNull.pdf create mode 100644 vcl/qa/cppunit/data/Exif1.jpg create mode 100644 vcl/qa/cppunit/data/Exif1_090CW.jpg create mode 100644 vcl/qa/cppunit/data/Exif1_180.jpg create mode 100644 vcl/qa/cppunit/data/Exif1_270CW.jpg create mode 100644 vcl/qa/cppunit/data/Pangram.pdf create mode 100644 vcl/qa/cppunit/data/PangramAcrobatAnnotations.pdf create mode 100644 vcl/qa/cppunit/data/PangramWithAnnotations.pdf create mode 100644 vcl/qa/cppunit/data/PangramWithMultipleTypeOfAnnotations.pdf create mode 100644 vcl/qa/cppunit/data/SimpleExample.svg create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.bmp create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.emf create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.emz create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.eps create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.gif create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.jpg create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.met create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.pcx create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.pdf create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.png create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.psd create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.svg create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.svgz create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.tga create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.tif create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.webp create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.wmf create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.wmz create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.xbm create mode 100644 vcl/qa/cppunit/data/TypeDetectionExample.xpm create mode 100644 vcl/qa/cppunit/data/XPM_1.xpm create mode 100644 vcl/qa/cppunit/data/XPM_4.xpm create mode 100644 vcl/qa/cppunit/data/XPM_8.xpm create mode 100644 vcl/qa/cppunit/data/basic.pdf create mode 100644 vcl/qa/cppunit/data/basicSource.pdf create mode 100644 vcl/qa/cppunit/data/form-fields.pdf create mode 100644 vcl/qa/cppunit/data/graphic-descriptor-mapmode.bmp create mode 100644 vcl/qa/cppunit/data/inch-size.emf create mode 100644 vcl/qa/cppunit/data/roundtrip.wmf create mode 100644 vcl/qa/cppunit/data/tdf73523.bmp create mode 100644 vcl/qa/cppunit/data/testBasicMorphology.png create mode 100644 vcl/qa/cppunit/data/testBasicMorphologyDilated1.png create mode 100644 vcl/qa/cppunit/data/testBasicMorphologyDilated1Eroded1.png create mode 100644 vcl/qa/cppunit/data/testBasicMorphologyDilated2.png create mode 100644 vcl/qa/cppunit/data/testBasicMorphologyDilated2Eroded1.png create mode 100644 vcl/qa/cppunit/data/testColorChange-red-linear-gradient.png create mode 100644 vcl/qa/cppunit/data/to-wmf.emf create mode 100644 vcl/qa/cppunit/data/wmf-embedded-emfplus.wmf (limited to 'vcl/qa/cppunit/data') diff --git a/vcl/qa/cppunit/data/123_Numbers.gif b/vcl/qa/cppunit/data/123_Numbers.gif new file mode 100644 index 000000000..2e47e28cb Binary files /dev/null and b/vcl/qa/cppunit/data/123_Numbers.gif differ diff --git a/vcl/qa/cppunit/data/BMP_8bit_RLE.bmp b/vcl/qa/cppunit/data/BMP_8bit_RLE.bmp new file mode 100644 index 000000000..de20e4f2b Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_8bit_RLE.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_A8R8G8B8.bmp b/vcl/qa/cppunit/data/BMP_A8R8G8B8.bmp new file mode 100644 index 000000000..9e789b798 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_A8R8G8B8.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_Paint_1bit.bmp b/vcl/qa/cppunit/data/BMP_Paint_1bit.bmp new file mode 100644 index 000000000..1112bd67e Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_Paint_1bit.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_Paint_24bit.bmp b/vcl/qa/cppunit/data/BMP_Paint_24bit.bmp new file mode 100644 index 000000000..41a2eb245 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_Paint_24bit.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_Paint_4bit.bmp b/vcl/qa/cppunit/data/BMP_Paint_4bit.bmp new file mode 100644 index 000000000..69c91a635 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_Paint_4bit.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_Paint_8bit.bmp b/vcl/qa/cppunit/data/BMP_Paint_8bit.bmp new file mode 100644 index 000000000..eb48327ef Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_Paint_8bit.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_R5G6B5.bmp b/vcl/qa/cppunit/data/BMP_R5G6B5.bmp new file mode 100644 index 000000000..ac5531c14 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_R5G6B5.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_R8G8B8.bmp b/vcl/qa/cppunit/data/BMP_R8G8B8.bmp new file mode 100644 index 000000000..5197e42a7 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_R8G8B8.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_RLE.bmp b/vcl/qa/cppunit/data/BMP_RLE.bmp new file mode 100644 index 000000000..ceb843988 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_RLE.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_RLE_V2.bmp b/vcl/qa/cppunit/data/BMP_RLE_V2.bmp new file mode 100644 index 000000000..a50076140 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_RLE_V2.bmp differ diff --git a/vcl/qa/cppunit/data/BMP_RLE_V3.bmp b/vcl/qa/cppunit/data/BMP_RLE_V3.bmp new file mode 100644 index 000000000..870b8d563 Binary files /dev/null and b/vcl/qa/cppunit/data/BMP_RLE_V3.bmp differ diff --git a/vcl/qa/cppunit/data/DocumentWithNull.pdf b/vcl/qa/cppunit/data/DocumentWithNull.pdf new file mode 100644 index 000000000..f6d926957 Binary files /dev/null and b/vcl/qa/cppunit/data/DocumentWithNull.pdf differ diff --git a/vcl/qa/cppunit/data/Exif1.jpg b/vcl/qa/cppunit/data/Exif1.jpg new file mode 100644 index 000000000..a81425e75 Binary files /dev/null and b/vcl/qa/cppunit/data/Exif1.jpg differ diff --git a/vcl/qa/cppunit/data/Exif1_090CW.jpg b/vcl/qa/cppunit/data/Exif1_090CW.jpg new file mode 100644 index 000000000..bb8a81a16 Binary files /dev/null and b/vcl/qa/cppunit/data/Exif1_090CW.jpg differ diff --git a/vcl/qa/cppunit/data/Exif1_180.jpg b/vcl/qa/cppunit/data/Exif1_180.jpg new file mode 100644 index 000000000..b18b70f13 Binary files /dev/null and b/vcl/qa/cppunit/data/Exif1_180.jpg differ diff --git a/vcl/qa/cppunit/data/Exif1_270CW.jpg b/vcl/qa/cppunit/data/Exif1_270CW.jpg new file mode 100644 index 000000000..f10764114 Binary files /dev/null and b/vcl/qa/cppunit/data/Exif1_270CW.jpg differ diff --git a/vcl/qa/cppunit/data/Pangram.pdf b/vcl/qa/cppunit/data/Pangram.pdf new file mode 100644 index 000000000..0714fda4e Binary files /dev/null and b/vcl/qa/cppunit/data/Pangram.pdf differ diff --git a/vcl/qa/cppunit/data/PangramAcrobatAnnotations.pdf b/vcl/qa/cppunit/data/PangramAcrobatAnnotations.pdf new file mode 100644 index 000000000..f97003a7f Binary files /dev/null and b/vcl/qa/cppunit/data/PangramAcrobatAnnotations.pdf differ diff --git a/vcl/qa/cppunit/data/PangramWithAnnotations.pdf b/vcl/qa/cppunit/data/PangramWithAnnotations.pdf new file mode 100644 index 000000000..f69ddd987 Binary files /dev/null and b/vcl/qa/cppunit/data/PangramWithAnnotations.pdf differ diff --git a/vcl/qa/cppunit/data/PangramWithMultipleTypeOfAnnotations.pdf b/vcl/qa/cppunit/data/PangramWithMultipleTypeOfAnnotations.pdf new file mode 100644 index 000000000..68037d0a2 Binary files /dev/null and b/vcl/qa/cppunit/data/PangramWithMultipleTypeOfAnnotations.pdf differ diff --git a/vcl/qa/cppunit/data/SimpleExample.svg b/vcl/qa/cppunit/data/SimpleExample.svg new file mode 100644 index 000000000..6890b5456 --- /dev/null +++ b/vcl/qa/cppunit/data/SimpleExample.svg @@ -0,0 +1,4 @@ + + + + diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.bmp b/vcl/qa/cppunit/data/TypeDetectionExample.bmp new file mode 100644 index 000000000..5197e42a7 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.bmp differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.emf b/vcl/qa/cppunit/data/TypeDetectionExample.emf new file mode 100644 index 000000000..571a25c81 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.emf differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.emz b/vcl/qa/cppunit/data/TypeDetectionExample.emz new file mode 100644 index 000000000..dd3b3b2f1 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.emz differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.eps b/vcl/qa/cppunit/data/TypeDetectionExample.eps new file mode 100644 index 000000000..7f0db47bc --- /dev/null +++ b/vcl/qa/cppunit/data/TypeDetectionExample.eps @@ -0,0 +1,82 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Creator: cairo 1.16.0 (https://cairographics.org) +%%CreationDate: Sat May 2 14:29:27 2020 +%%Pages: 1 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%BoundingBox: 0 1 7 8 +%%EndComments +%%BeginProlog +50 dict begin +/q { gsave } bind def +/Q { grestore } bind def +/cm { 6 array astore concat } bind def +/w { setlinewidth } bind def +/J { setlinecap } bind def +/j { setlinejoin } bind def +/M { setmiterlimit } bind def +/d { setdash } bind def +/m { moveto } bind def +/l { lineto } bind def +/c { curveto } bind def +/h { closepath } bind def +/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto + 0 exch rlineto 0 rlineto closepath } bind def +/S { stroke } bind def +/f { fill } bind def +/f* { eofill } bind def +/n { newpath } bind def +/W { clip } bind def +/W* { eoclip } bind def +/BT { } bind def +/ET { } bind def +/BDC { mark 3 1 roll /BDC pdfmark } bind def +/EMC { mark /EMC pdfmark } bind def +/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def +/Tj { show currentpoint cairo_store_point } bind def +/TJ { + { + dup + type /stringtype eq + { show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse + } forall + currentpoint cairo_store_point +} bind def +/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore + cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def +/Tf { pop /cairo_font exch def /cairo_font_matrix where + { pop cairo_selectfont } if } bind def +/Td { matrix translate cairo_font_matrix matrix concatmatrix dup + /cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point + /cairo_font where { pop cairo_selectfont } if } bind def +/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def + cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def +/g { setgray } bind def +/rg { setrgbcolor } bind def +/d1 { setcachedevice } bind def +/cairo_data_source { + CairoDataIndex CairoData length lt + { CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def } + { () } ifelse +} def +/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def +/cairo_image { image cairo_flush_ascii85_file } def +/cairo_imagemask { imagemask cairo_flush_ascii85_file } def +%%EndProlog +%%BeginSetup +%%EndSetup +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 0 1 7 8 +%%EndPageSetup +q 0 1 7 7 rectclip +1 0 0 -1 0 8 cm q +0.956863 0.831373 0.266667 rg +3.75 0.75 m 5.41 0.75 6.75 2.09 6.75 3.75 c 6.75 5.41 5.41 6.75 3.75 6.75 + c 2.09 6.75 0.75 5.41 0.75 3.75 c 0.75 2.09 2.09 0.75 3.75 0.75 c h +3.75 0.75 m f +Q Q +showpage +%%Trailer +end +%%EOF diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.gif b/vcl/qa/cppunit/data/TypeDetectionExample.gif new file mode 100644 index 000000000..b33eb4f90 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.gif differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.jpg b/vcl/qa/cppunit/data/TypeDetectionExample.jpg new file mode 100644 index 000000000..b8436eaa1 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.jpg differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.met b/vcl/qa/cppunit/data/TypeDetectionExample.met new file mode 100644 index 000000000..7635e841f Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.met differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.pcx b/vcl/qa/cppunit/data/TypeDetectionExample.pcx new file mode 100644 index 000000000..639323455 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.pcx differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.pdf b/vcl/qa/cppunit/data/TypeDetectionExample.pdf new file mode 100644 index 000000000..b68bff5e1 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.pdf differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.png b/vcl/qa/cppunit/data/TypeDetectionExample.png new file mode 100644 index 000000000..f73f5fd74 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.png differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.psd b/vcl/qa/cppunit/data/TypeDetectionExample.psd new file mode 100644 index 000000000..8282b14fd Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.psd differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.svg b/vcl/qa/cppunit/data/TypeDetectionExample.svg new file mode 100644 index 000000000..e23e44c23 --- /dev/null +++ b/vcl/qa/cppunit/data/TypeDetectionExample.svg @@ -0,0 +1,4 @@ + + + + diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.svgz b/vcl/qa/cppunit/data/TypeDetectionExample.svgz new file mode 100644 index 000000000..17c1bcc3c Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.svgz differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.tga b/vcl/qa/cppunit/data/TypeDetectionExample.tga new file mode 100644 index 000000000..870c88b10 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.tga differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.tif b/vcl/qa/cppunit/data/TypeDetectionExample.tif new file mode 100644 index 000000000..dc74dc958 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.tif differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.webp b/vcl/qa/cppunit/data/TypeDetectionExample.webp new file mode 100644 index 000000000..e85ae1216 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.webp differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.wmf b/vcl/qa/cppunit/data/TypeDetectionExample.wmf new file mode 100644 index 000000000..7ed706928 Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.wmf differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.wmz b/vcl/qa/cppunit/data/TypeDetectionExample.wmz new file mode 100644 index 000000000..2435f20ba Binary files /dev/null and b/vcl/qa/cppunit/data/TypeDetectionExample.wmz differ diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.xbm b/vcl/qa/cppunit/data/TypeDetectionExample.xbm new file mode 100644 index 000000000..b40d1a45e --- /dev/null +++ b/vcl/qa/cppunit/data/TypeDetectionExample.xbm @@ -0,0 +1,5 @@ +#define sample_width 10 +#define sample_height 10 +static unsigned char sample_bits[] = { + 0x00, 0x00, 0xfe, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0xfe, 0x01, + 0xfe, 0x01, 0xfe, 0x01, 0xfe, 0x01, 0x00, 0x00 }; diff --git a/vcl/qa/cppunit/data/TypeDetectionExample.xpm b/vcl/qa/cppunit/data/TypeDetectionExample.xpm new file mode 100644 index 000000000..7b9b94359 --- /dev/null +++ b/vcl/qa/cppunit/data/TypeDetectionExample.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * sample_xpm[] = { +"10 10 2 1", +" c #FFFFFF", +". c #72D1C8", +" ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" "}; diff --git a/vcl/qa/cppunit/data/XPM_1.xpm b/vcl/qa/cppunit/data/XPM_1.xpm new file mode 100644 index 000000000..7b9b94359 --- /dev/null +++ b/vcl/qa/cppunit/data/XPM_1.xpm @@ -0,0 +1,15 @@ +/* XPM */ +static char * sample_xpm[] = { +"10 10 2 1", +" c #FFFFFF", +". c #72D1C8", +" ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" ........ ", +" "}; diff --git a/vcl/qa/cppunit/data/XPM_4.xpm b/vcl/qa/cppunit/data/XPM_4.xpm new file mode 100644 index 000000000..f958aa9a1 --- /dev/null +++ b/vcl/qa/cppunit/data/XPM_4.xpm @@ -0,0 +1,23 @@ +/* XPM */ +static char * XPM_4_xpm[] = { +"4 4 16 1", +" c #000000", +". c #800000", +"+ c #008000", +"@ c #808000", +"# c #000080", +"$ c #800080", +"% c #008080", +"& c #808080", +"* c #C0C0C0", +"= c #FF0000", +"- c #00FF00", +"; c #FFFF00", +"> c #0000FF", +", c #FF00FF", +"' c #00FFFF", +") c #FFFFFF", +">>==", +">>==", +";;--", +";;--"}; diff --git a/vcl/qa/cppunit/data/XPM_8.xpm b/vcl/qa/cppunit/data/XPM_8.xpm new file mode 100644 index 000000000..82c354dfd --- /dev/null +++ b/vcl/qa/cppunit/data/XPM_8.xpm @@ -0,0 +1,263 @@ +/* XPM */ +static char * XPM_4_xpm[] = { +"4 4 256 2", +" c #000000", +". c #800000", +"+ c #008000", +"@ c #808000", +"# c #000080", +"$ c #800080", +"% c #008080", +"& c #C0C0C0", +"* c #C0DCC0", +"= c #A6CAF0", +"- c #402000", +"; c #602000", +"> c #802000", +", c #A02000", +"' c #C02000", +") c #E02000", +"! c #004000", +"~ c #204000", +"{ c #404000", +"] c #604000", +"^ c #804000", +"/ c #A04000", +"( c #C04000", +"_ c #E04000", +": c #006000", +"< c #206000", +"[ c #406000", +"} c #606000", +"| c #806000", +"1 c #A06000", +"2 c #C06000", +"3 c #E06000", +"4 c #008000", +"5 c #208000", +"6 c #408000", +"7 c #608000", +"8 c #808000", +"9 c #A08000", +"0 c #C08000", +"a c #E08000", +"b c #00A000", +"c c #20A000", +"d c #40A000", +"e c #60A000", +"f c #80A000", +"g c #A0A000", +"h c #C0A000", +"i c #E0A000", +"j c #00C000", +"k c #20C000", +"l c #40C000", +"m c #60C000", +"n c #80C000", +"o c #A0C000", +"p c #C0C000", +"q c #E0C000", +"r c #00E000", +"s c #20E000", +"t c #40E000", +"u c #60E000", +"v c #80E000", +"w c #A0E000", +"x c #C0E000", +"y c #E0E000", +"z c #000040", +"A c #200040", +"B c #400040", +"C c #600040", +"D c #800040", +"E c #A00040", +"F c #C00040", +"G c #E00040", +"H c #002040", +"I c #202040", +"J c #402040", +"K c #602040", +"L c #802040", +"M c #A02040", +"N c #C02040", +"O c #E02040", +"P c #004040", +"Q c #204040", +"R c #404040", +"S c #604040", +"T c #804040", +"U c #A04040", +"V c #C04040", +"W c #E04040", +"X c #006040", +"Y c #206040", +"Z c #406040", +"` c #606040", +" . c #806040", +".. c #A06040", +"+. c #C06040", +"@. c #E06040", +"#. c #008040", +"$. c #208040", +"%. c #408040", +"&. c #608040", +"*. c #808040", +"=. c #A08040", +"-. c #C08040", +";. c #E08040", +">. c #00A040", +",. c #20A040", +"'. c #40A040", +"). c #60A040", +"!. c #80A040", +"~. c #A0A040", +"{. c #C0A040", +"]. c #E0A040", +"^. c #00C040", +"/. c #20C040", +"(. c #40C040", +"_. c #60C040", +":. c #80C040", +"<. c #A0C040", +"[. c #C0C040", +"}. c #E0C040", +"|. c #00E040", +"1. c #20E040", +"2. c #40E040", +"3. c #60E040", +"4. c #80E040", +"5. c #A0E040", +"6. c #C0E040", +"7. c #E0E040", +"8. c #000080", +"9. c #200080", +"0. c #400080", +"a. c #600080", +"b. c #800080", +"c. c #A00080", +"d. c #C00080", +"e. c #E00080", +"f. c #002080", +"g. c #202080", +"h. c #402080", +"i. c #602080", +"j. c #802080", +"k. c #A02080", +"l. c #C02080", +"m. c #E02080", +"n. c #004080", +"o. c #204080", +"p. c #404080", +"q. c #604080", +"r. c #804080", +"s. c #A04080", +"t. c #C04080", +"u. c #E04080", +"v. c #006080", +"w. c #206080", +"x. c #406080", +"y. c #606080", +"z. c #806080", +"A. c #A06080", +"B. c #C06080", +"C. c #E06080", +"D. c #008080", +"E. c #208080", +"F. c #408080", +"G. c #608080", +"H. c #808080", +"I. c #A08080", +"J. c #C08080", +"K. c #E08080", +"L. c #00A080", +"M. c #20A080", +"N. c #40A080", +"O. c #60A080", +"P. c #80A080", +"Q. c #A0A080", +"R. c #C0A080", +"S. c #E0A080", +"T. c #00C080", +"U. c #20C080", +"V. c #40C080", +"W. c #60C080", +"X. c #80C080", +"Y. c #A0C080", +"Z. c #C0C080", +"`. c #E0C080", +" + c #00E080", +".+ c #20E080", +"++ c #40E080", +"@+ c #60E080", +"#+ c #80E080", +"$+ c #A0E080", +"%+ c #C0E080", +"&+ c #E0E080", +"*+ c #0000C0", +"=+ c #2000C0", +"-+ c #4000C0", +";+ c #6000C0", +">+ c #8000C0", +",+ c #A000C0", +"'+ c #C000C0", +")+ c #E000C0", +"!+ c #0020C0", +"~+ c #2020C0", +"{+ c #4020C0", +"]+ c #6020C0", +"^+ c #8020C0", +"/+ c #A020C0", +"(+ c #C020C0", +"_+ c #E020C0", +":+ c #0040C0", +"<+ c #2040C0", +"[+ c #4040C0", +"}+ c #6040C0", +"|+ c #8040C0", +"1+ c #A040C0", +"2+ c #C040C0", +"3+ c #E040C0", +"4+ c #0060C0", +"5+ c #2060C0", +"6+ c #4060C0", +"7+ c #6060C0", +"8+ c #8060C0", +"9+ c #A060C0", +"0+ c #C060C0", +"a+ c #E060C0", +"b+ c #0080C0", +"c+ c #2080C0", +"d+ c #4080C0", +"e+ c #6080C0", +"f+ c #8080C0", +"g+ c #A080C0", +"h+ c #C080C0", +"i+ c #E080C0", +"j+ c #00A0C0", +"k+ c #20A0C0", +"l+ c #40A0C0", +"m+ c #60A0C0", +"n+ c #80A0C0", +"o+ c #A0A0C0", +"p+ c #C0A0C0", +"q+ c #E0A0C0", +"r+ c #00C0C0", +"s+ c #20C0C0", +"t+ c #40C0C0", +"u+ c #60C0C0", +"v+ c #80C0C0", +"w+ c #A0C0C0", +"x+ c #FFFBF0", +"y+ c #A0A0A4", +"z+ c #808080", +"A+ c #FF0000", +"B+ c #00FF00", +"C+ c #FFFF00", +"D+ c #0000FF", +"E+ c #FF00FF", +"F+ c #00FFFF", +"G+ c #FFFFFF", +"D+D+A+A+", +"D+D+A+A+", +"C+C+B+B+", +"C+C+B+B+"}; diff --git a/vcl/qa/cppunit/data/basic.pdf b/vcl/qa/cppunit/data/basic.pdf new file mode 100644 index 000000000..0d68be4bf --- /dev/null +++ b/vcl/qa/cppunit/data/basic.pdf @@ -0,0 +1,71 @@ +%PDF-1.2 +%µ¶ + +1 0 obj +<> +endobj + +2 0 obj +<> +stream +BT +/F1 24 Tf +1 0 0 1 260 254 Tm +0.5 g +(Hello World)Tj +ET + +endstream +endobj + +3 0 obj +<>/Test 7 0 R>> +endobj + +4 0 obj +<> +endobj + +5 0 obj +<> +endobj + +6 0 obj +<> +endobj + +7 0 obj +<> +endobj + +8 0 obj +[/Inner1/Inner2[/Inner31][/Inner41/Inner42[/Inner431/Inner432]][/Inner51[/Inner521]]] +endobj + +9 0 obj +[/TestReference 7 0 R] +endobj + +10 0 obj +<>/TestArray[1 2 3]>> +endobj + +xref +0 11 +0000000000 65536 f +0000000016 00000 n +0000000091 00000 n +0000000197 00000 n +0000000266 00000 n +0000000338 00000 n +0000000412 00000 n +0000000458 00000 n +0000000535 00000 n +0000000637 00000 n +0000000676 00000 n + +trailer +<> +startxref +797 +%%EOF diff --git a/vcl/qa/cppunit/data/basicSource.pdf b/vcl/qa/cppunit/data/basicSource.pdf new file mode 100644 index 000000000..2cde317fc --- /dev/null +++ b/vcl/qa/cppunit/data/basicSource.pdf @@ -0,0 +1,60 @@ +%PDF-1.2 + +%Fix with "mutool clean vcl/qa/cppunit/data/basicSource.pdf vcl/qa/cppunit/data/basic.pdf" + +1 0 obj +<< /Type /Page /Parent 5 0 R /Resources 3 0 R /Contents 2 0 R>> +endobj + +2 0 obj +<> +stream +BT +/F1 24 Tf +1 0 0 1 260 254 Tm +0.5 g +(Hello World)Tj +ET +endstream +endobj + +3 0 obj +<< +/ProcSet [/PDF /Text ] +/Font << /F1 4 0 R >> +/Test 7 0 R +>> +endobj + +4 0 obj +<< /Type /Font /Subtype /Type1 /Name /F1 /BaseFont /Helvetica >> +endobj + +5 0 obj +<< /Type /Pages /Kids [ 1 0 R ] /Count 1 /MediaBox [ 0 0 612 446 ]>> +endobj + +6 0 obj +<< /Type /Catalog /Pages 5 0 R>> +endobj + +7 0 obj +<< /TestArray1 8 0 R /TestArray2 9 0 R /TestDictionary 10 0 R >> +endobj + +8 0 obj +[ /Inner1 /Inner2 [/Inner31] [/Inner41 /Inner42 [/Inner431 /Inner432] ] [ /Inner51 [/Inner521] ] ] +endobj + +9 0 obj +[ /TestReference 7 0 R ] +endobj + +10 0 obj +<< /TestReference 7 0 R /TestNumber 123 /TestName /SomeName /TestDictionary << /Key /Value >> /TestArray [1 2 3] >> +endobj + +trailer +<> + +%%EOF diff --git a/vcl/qa/cppunit/data/form-fields.pdf b/vcl/qa/cppunit/data/form-fields.pdf new file mode 100644 index 000000000..a014b36c9 --- /dev/null +++ b/vcl/qa/cppunit/data/form-fields.pdf @@ -0,0 +1,95 @@ +%PDF-1.7 +% ò¤ô +1 0 obj << + /Type /Catalog + /Pages 5 0 R +>> +endobj + +2 0 obj << + /Length 0 +>> +stream +endstream +endobj + +3 0 obj << + /Font << + /TT1 4 0 R + >> +>> +endobj + +4 0 obj << + /Type /Font + /Subtype /Type1 + /Name /TT1 + /BaseFont/Helvetica +>> +endobj + +5 0 obj << + /Type /Pages + /Kids [6 0 R] + /Count 1 + /MediaBox [ 0 0 612 446 ] +>> +endobj + +6 0 obj << + /Type /Page + /Parent 5 0 R + /Resources 3 0 R + /Contents 2 0 R + /Annots [7 0 R] +>> +endobj + +7 0 obj << + /Type /Annot + /Subtype /Widget + /T (T) + /V (V) + /DA (/Helv 0 Tf 0 g) + /Rect [ 0 0 612 446 ] + /FT /Tx + /AP << + /N 8 0 R + >> +>> +endobj + +8 0 obj << + /Type /XObject + /Subtype /Form + /Matrix [1.0 0.0 0.0 1.0 0.0 0.0] + /Resources 3 0 R + /BBox [ 0 0 612 446 ] + /Length 55 +>> +stream + BT + /TT1 24 Tf + 1 0 0 1 260 254 Tm + (test)Tj + ET +endstream +endobj +xref +0 9 +0000000000 65535 f +0000000015 00000 n +0000000069 00000 n +0000000121 00000 n +0000000174 00000 n +0000000259 00000 n +0000000351 00000 n +0000000458 00000 n +0000000616 00000 n +trailer << + /Root 1 0 R + /Size 9 +>> +startxref +836 +%%EOF diff --git a/vcl/qa/cppunit/data/graphic-descriptor-mapmode.bmp b/vcl/qa/cppunit/data/graphic-descriptor-mapmode.bmp new file mode 100644 index 000000000..f65c10ea2 Binary files /dev/null and b/vcl/qa/cppunit/data/graphic-descriptor-mapmode.bmp differ diff --git a/vcl/qa/cppunit/data/inch-size.emf b/vcl/qa/cppunit/data/inch-size.emf new file mode 100644 index 000000000..ac5a1b805 Binary files /dev/null and b/vcl/qa/cppunit/data/inch-size.emf differ diff --git a/vcl/qa/cppunit/data/roundtrip.wmf b/vcl/qa/cppunit/data/roundtrip.wmf new file mode 100644 index 000000000..83210546c Binary files /dev/null and b/vcl/qa/cppunit/data/roundtrip.wmf differ diff --git a/vcl/qa/cppunit/data/tdf73523.bmp b/vcl/qa/cppunit/data/tdf73523.bmp new file mode 100644 index 000000000..f4364ea3e Binary files /dev/null and b/vcl/qa/cppunit/data/tdf73523.bmp differ diff --git a/vcl/qa/cppunit/data/testBasicMorphology.png b/vcl/qa/cppunit/data/testBasicMorphology.png new file mode 100644 index 000000000..5db565779 Binary files /dev/null and b/vcl/qa/cppunit/data/testBasicMorphology.png differ diff --git a/vcl/qa/cppunit/data/testBasicMorphologyDilated1.png b/vcl/qa/cppunit/data/testBasicMorphologyDilated1.png new file mode 100644 index 000000000..ba335bab3 Binary files /dev/null and b/vcl/qa/cppunit/data/testBasicMorphologyDilated1.png differ diff --git a/vcl/qa/cppunit/data/testBasicMorphologyDilated1Eroded1.png b/vcl/qa/cppunit/data/testBasicMorphologyDilated1Eroded1.png new file mode 100644 index 000000000..3b10a949a Binary files /dev/null and b/vcl/qa/cppunit/data/testBasicMorphologyDilated1Eroded1.png differ diff --git a/vcl/qa/cppunit/data/testBasicMorphologyDilated2.png b/vcl/qa/cppunit/data/testBasicMorphologyDilated2.png new file mode 100644 index 000000000..30d90757e Binary files /dev/null and b/vcl/qa/cppunit/data/testBasicMorphologyDilated2.png differ diff --git a/vcl/qa/cppunit/data/testBasicMorphologyDilated2Eroded1.png b/vcl/qa/cppunit/data/testBasicMorphologyDilated2Eroded1.png new file mode 100644 index 000000000..a506577da Binary files /dev/null and b/vcl/qa/cppunit/data/testBasicMorphologyDilated2Eroded1.png differ diff --git a/vcl/qa/cppunit/data/testColorChange-red-linear-gradient.png b/vcl/qa/cppunit/data/testColorChange-red-linear-gradient.png new file mode 100644 index 000000000..6f2a9d0ab Binary files /dev/null and b/vcl/qa/cppunit/data/testColorChange-red-linear-gradient.png differ diff --git a/vcl/qa/cppunit/data/to-wmf.emf b/vcl/qa/cppunit/data/to-wmf.emf new file mode 100644 index 000000000..e1a7b9f9e Binary files /dev/null and b/vcl/qa/cppunit/data/to-wmf.emf differ diff --git a/vcl/qa/cppunit/data/wmf-embedded-emfplus.wmf b/vcl/qa/cppunit/data/wmf-embedded-emfplus.wmf new file mode 100644 index 000000000..1e7f75b19 Binary files /dev/null and b/vcl/qa/cppunit/data/wmf-embedded-emfplus.wmf differ -- cgit v1.2.3