summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* make keynote detection a bit more robustDavid Tardon2014-07-161-1/+8
| | | | Change-Id: I947bc5867a6b61a923d47cad48d04ab5fc2769c9
* fdo#81113 always run the actual detectionDavid Tardon2014-07-161-18/+18
| | | | | | | | The old code only run detection if an UCBContent property was passed. That means that any time the function got only InputStream, it claimed that it was a Keynote presentation. Change-Id: I377828229e7e95384257bde247612d7768307581
* integrate libpagemakerDavid Tardon2014-06-278-0/+143
| | | | Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
* oops, libwpd -> librevengeDavid Tardon2014-06-071-2/+2
| | | | Change-Id: I17562f0231d54ba46d009f3270af1d5e729f40a9
* fix typo in test file nameDavid Tardon2014-06-061-0/+0
| | | | Change-Id: I12bfa086577fcb56cabffcca2eda675d02791fde
* Fix memory leakStephan Bergmann2014-06-051-0/+3
| | | | Change-Id: I74001eb033abd7ceb10da60ea707f876d9f22c08
* add more test documents for libmwawDavid Tardon2014-06-056-0/+135
| | | | Change-Id: Id31953720634cbfd838869ac2470b088da09caae
* and of course, GreatWorks test files fail to load on WindowsDavid Tardon2014-06-044-0/+0
| | | | Change-Id: Ic102312af8b3c3218c79b7de9f57126ab4606176
* pass UCBContent to the filters tooDavid Tardon2014-06-041-7/+9
| | | | Change-Id: I75e4b3226d47ba9cc19e8c6b0e38938e4d7ceb17
* loading of these fails on windowsDavid Tardon2014-06-042-0/+0
| | | | Change-Id: Ibb9590419d965b789330ce149b88ba8be4e440d0
* add random unversioned test file for libvisioDavid Tardon2014-06-042-0/+0
| | | | Change-Id: I36fb1f845dacad3a409b0f089b207fa284c5733a
* add random unversioned test file for libmspubDavid Tardon2014-06-042-0/+0
| | | | Change-Id: I1d5841870543c4d8dc1afc1e714b2591431f0f62
* add random unversioned test files for libcdrDavid Tardon2014-06-044-0/+0
| | | | Change-Id: I9db735d7363e912edc1528c8964e665f1a4c8056
* add more test drawings/paintings for libmwawDavid Tardon2014-06-049-0/+1045
| | | | Change-Id: I7a85c7b7eae2abf29ff1a5742e1218346b1f9e00
* add unit test for writerperfect::DirectoryStreamDavid Tardon2014-06-0410-1/+159
| | | | Change-Id: I53aaf2355d9f3071544ebcaaee01bd44a30f88fc
* ensure writerperfect::DirectoryStream only works for dirsDavid Tardon2014-06-041-4/+8
| | | | Change-Id: I588d295d72a600710324ee936d0c2291872c1d73
* add convenience functions to handle dirsDavid Tardon2014-06-041-0/+41
| | | | Change-Id: I81c94565e09e0d839d95bf4f09b029838bb37ad5
* move CppUnit plugin def. to separate source fileDavid Tardon2014-06-043-3/+17
| | | | Change-Id: Id946419274728f96e1de41cffe84280e37e87ab3
* add some test documents for libwpsDavid Tardon2014-06-046-0/+0
| | | | Change-Id: I20aa49212b6ecbb819c9671b5c144f294653ab47
* add some test drawings/paintings for libmwawDavid Tardon2014-06-049-0/+628
| | | | Change-Id: Id0f5aa7fbb92d15bbe877e85dd60b51107f49168
* add more test spreadsheets for libmwawDavid Tardon2014-06-044-0/+689
| | | | Change-Id: I8810b84d2675ba3695578b5ed87c32dd1a686ae9
* Missing gb_CppunitTest_use_vclStephan Bergmann2014-06-041-0/+1
| | | | Change-Id: I803fb17e29f5548897751a212565e8e60f8f8bf5
* DeInitVCL at end of testsStephan Bergmann2014-06-044-0/+4
| | | | | | | | | | | | | | | | | | | | | This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
* and another one...David Tardon2014-06-031-0/+0
| | | | Change-Id: I24c146c7372bedf9a70b9739e44968f09b0ba77a
* yet another test file that fails to load on windowsDavid Tardon2014-06-032-0/+0
| | | | Change-Id: I5e8b171e4603ce45ae8f31c6a3d7264f597d8898
* add test spreadsheets and databases for libwpsDavid Tardon2014-06-035-0/+0
| | | | Change-Id: Ied47fbad448b29cdbd6c96079e770305e5b02d63
* add test spreadsheets and databases for libmwawDavid Tardon2014-06-0321-0/+1223
| | | | Change-Id: I3443b29b8f18e40f53d889fda0dd4a5c41579eeb
* do not disable complete test, just the one fileDavid Tardon2014-06-033-2/+1
| | | | Change-Id: I1acccba8c2ef44d76c13eadb97d03119f08baa1d
* drop useless const_castDavid Tardon2014-06-031-2/+2
| | | | Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946
* drop useless const_castDavid Tardon2014-06-031-1/+1
| | | | Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
* getDataStream() returns non-const ptr nowDavid Tardon2014-06-032-5/+5
| | | | Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
* writerperfect: Let's disable this test until it works on Windows.Jan Holesovsky2014-05-301-1/+2
| | | | | | Would be unfortunate to have a non-working Windows tinderboxes over the weekned. Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d
* reading from a stream must start at the beginningDavid Tardon2014-05-301-0/+2
| | | | Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b
* generalize this for Zip tooDavid Tardon2014-05-301-6/+18
| | | | Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac
* fix creation of substreams for OLE2alonso2014-05-301-3/+7
| | | | Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e
* these formats are supported by libmwaw 0.3.xDavid Tardon2014-05-294-1/+1
| | | | Change-Id: Ie045a3d700d498d58bad1bfcaf4cfd81b63005a6
* enable integration test for libmwaw draw importDavid Tardon2014-05-294-0/+1
| | | | Change-Id: I2109b948971776f06c3574ad6e7a9bebc33a40b3
* enable integration test for libmwaw calc importDavid Tardon2014-05-294-0/+1
| | | | Change-Id: I9ff3ed6b74d93483a2157087707c5ec47888dd6a
* fix detection of Keynote 3 documentsDavid Tardon2014-05-291-1/+1
| | | | Change-Id: I1c3e6b2809ee8b63f6f4db886bf6358b668b505f
* Add new libmwaw's database/spreadsheet formats...osnola2014-05-295-0/+254
| | | | Change-Id: If07a9e548e1db15b403126263f63d9d09575eb95
* add writerperfect calc integration testDavid Tardon2014-05-296-0/+90
| | | | Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4
* Try to add support for WKS/WDB files...osnola2014-05-298-0/+553
| | | | Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444
* use the right XML import serviceDavid Tardon2014-05-291-1/+1
| | | | Change-Id: I45637984f02e3363812ff8c9f0cbd3464786f4de
* re-enable libe-book integration testDavid Tardon2014-05-291-1/+1
| | | | Change-Id: I217183d55607f16c3b996b27b131953962afee96
* fix return value for libe-book import filterDavid Tardon2014-05-291-6/+11
| | | | Change-Id: Idd84489a3123d506166a24ff5c85a4e7f75ee676
* organize the test data files by testDavid Tardon2014-05-2976-14/+14
| | | | Change-Id: I769e7fc77513c795d51a763bbe3f1192c6fe4ac7
* add new libmwaw drawing formats (forgotten files)osnola2014-05-295-0/+20
| | | | Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a
* Add new libmwaw drawing format...osnola2014-05-292-0/+244
| | | | Change-Id: I7fa7a46143126bdf27cf7cb30245dbcb244645ef
* enable new handlersalonso2014-05-293-11/+54
| | | | Change-Id: I1c07a44e7d318478bcb2561d29ea53a9475e4b1f
* improve WPXSvInputStream testDavid Tardon2014-05-292-0/+43
| | | | Change-Id: I95817ea44b6793d4a80b74b32f3b5477c6169b26