summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)AuthorFilesLines
2014-06-27integrate libpagemakerDavid Tardon8-0/+143
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-06-07oops, libwpd -> librevengeDavid Tardon1-2/+2
Change-Id: I17562f0231d54ba46d009f3270af1d5e729f40a9
2014-06-06fix typo in test file nameDavid Tardon1-0/+0
Change-Id: I12bfa086577fcb56cabffcca2eda675d02791fde
2014-06-05Fix memory leakStephan Bergmann1-0/+3
Change-Id: I74001eb033abd7ceb10da60ea707f876d9f22c08
2014-06-05add more test documents for libmwawDavid Tardon6-0/+135
Change-Id: Id31953720634cbfd838869ac2470b088da09caae
2014-06-04and of course, GreatWorks test files fail to load on WindowsDavid Tardon4-0/+0
Change-Id: Ic102312af8b3c3218c79b7de9f57126ab4606176
2014-06-04pass UCBContent to the filters tooDavid Tardon1-7/+9
Change-Id: I75e4b3226d47ba9cc19e8c6b0e38938e4d7ceb17
2014-06-04loading of these fails on windowsDavid Tardon2-0/+0
Change-Id: Ibb9590419d965b789330ce149b88ba8be4e440d0
2014-06-04add random unversioned test file for libvisioDavid Tardon2-0/+0
Change-Id: I36fb1f845dacad3a409b0f089b207fa284c5733a
2014-06-04add random unversioned test file for libmspubDavid Tardon2-0/+0
Change-Id: I1d5841870543c4d8dc1afc1e714b2591431f0f62
2014-06-04add random unversioned test files for libcdrDavid Tardon4-0/+0
Change-Id: I9db735d7363e912edc1528c8964e665f1a4c8056
2014-06-04add more test drawings/paintings for libmwawDavid Tardon9-0/+1045
Change-Id: I7a85c7b7eae2abf29ff1a5742e1218346b1f9e00
2014-06-04add unit test for writerperfect::DirectoryStreamDavid Tardon10-1/+159
Change-Id: I53aaf2355d9f3071544ebcaaee01bd44a30f88fc
2014-06-04ensure writerperfect::DirectoryStream only works for dirsDavid Tardon1-4/+8
Change-Id: I588d295d72a600710324ee936d0c2291872c1d73
2014-06-04add convenience functions to handle dirsDavid Tardon1-0/+41
Change-Id: I81c94565e09e0d839d95bf4f09b029838bb37ad5
2014-06-04move CppUnit plugin def. to separate source fileDavid Tardon3-3/+17
Change-Id: Id946419274728f96e1de41cffe84280e37e87ab3
2014-06-04add some test documents for libwpsDavid Tardon6-0/+0
Change-Id: I20aa49212b6ecbb819c9671b5c144f294653ab47
2014-06-04add some test drawings/paintings for libmwawDavid Tardon9-0/+628
Change-Id: Id0f5aa7fbb92d15bbe877e85dd60b51107f49168
2014-06-04add more test spreadsheets for libmwawDavid Tardon4-0/+689
Change-Id: I8810b84d2675ba3695578b5ed87c32dd1a686ae9
2014-06-04Missing gb_CppunitTest_use_vclStephan Bergmann1-0/+1
Change-Id: I803fb17e29f5548897751a212565e8e60f8f8bf5
2014-06-04DeInitVCL at end of testsStephan Bergmann4-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
2014-06-03and another one...David Tardon1-0/+0
Change-Id: I24c146c7372bedf9a70b9739e44968f09b0ba77a
2014-06-03yet another test file that fails to load on windowsDavid Tardon2-0/+0
Change-Id: I5e8b171e4603ce45ae8f31c6a3d7264f597d8898
2014-06-03add test spreadsheets and databases for libwpsDavid Tardon5-0/+0
Change-Id: Ied47fbad448b29cdbd6c96079e770305e5b02d63
2014-06-03add test spreadsheets and databases for libmwawDavid Tardon21-0/+1223
Change-Id: I3443b29b8f18e40f53d889fda0dd4a5c41579eeb
2014-06-03do not disable complete test, just the one fileDavid Tardon3-2/+1
Change-Id: I1acccba8c2ef44d76c13eadb97d03119f08baa1d
2014-06-03drop useless const_castDavid Tardon1-2/+2
Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946
2014-06-03drop useless const_castDavid Tardon1-1/+1
Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
2014-06-03getDataStream() returns non-const ptr nowDavid Tardon2-5/+5
Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
2014-05-30writerperfect: Let's disable this test until it works on Windows.Jan Holesovsky1-1/+2
Would be unfortunate to have a non-working Windows tinderboxes over the weekned. Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d
2014-05-30reading from a stream must start at the beginningDavid Tardon1-0/+2
Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b
2014-05-30generalize this for Zip tooDavid Tardon1-6/+18
Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac
2014-05-30fix creation of substreams for OLE2alonso1-3/+7
Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e
2014-05-29these formats are supported by libmwaw 0.3.xDavid Tardon4-1/+1
Change-Id: Ie045a3d700d498d58bad1bfcaf4cfd81b63005a6
2014-05-29enable integration test for libmwaw draw importDavid Tardon4-0/+1
Change-Id: I2109b948971776f06c3574ad6e7a9bebc33a40b3
2014-05-29enable integration test for libmwaw calc importDavid Tardon4-0/+1
Change-Id: I9ff3ed6b74d93483a2157087707c5ec47888dd6a
2014-05-29fix detection of Keynote 3 documentsDavid Tardon1-1/+1
Change-Id: I1c3e6b2809ee8b63f6f4db886bf6358b668b505f
2014-05-29Add new libmwaw's database/spreadsheet formats...osnola5-0/+254
Change-Id: If07a9e548e1db15b403126263f63d9d09575eb95
2014-05-29add writerperfect calc integration testDavid Tardon6-0/+90
Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4
2014-05-29Try to add support for WKS/WDB files...osnola8-0/+553
Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444
2014-05-29use the right XML import serviceDavid Tardon1-1/+1
Change-Id: I45637984f02e3363812ff8c9f0cbd3464786f4de
2014-05-29re-enable libe-book integration testDavid Tardon1-1/+1
Change-Id: I217183d55607f16c3b996b27b131953962afee96
2014-05-29fix return value for libe-book import filterDavid Tardon1-6/+11
Change-Id: Idd84489a3123d506166a24ff5c85a4e7f75ee676
2014-05-29organize the test data files by testDavid Tardon76-14/+14
Change-Id: I769e7fc77513c795d51a763bbe3f1192c6fe4ac7
2014-05-29add new libmwaw drawing formats (forgotten files)osnola5-0/+20
Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a
2014-05-29Add new libmwaw drawing format...osnola2-0/+244
Change-Id: I7fa7a46143126bdf27cf7cb30245dbcb244645ef
2014-05-29enable new handlersalonso3-11/+54
Change-Id: I1c07a44e7d318478bcb2561d29ea53a9475e4b1f
2014-05-29improve WPXSvInputStream testDavid Tardon2-0/+43
Change-Id: I95817ea44b6793d4a80b74b32f3b5477c6169b26
2014-05-26rebase all import libsDavid Tardon37-217/+261
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-05-23coverity#1215311 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7