summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)AuthorFilesLines
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
2014-05-14writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin10-90/+0
Change-Id: I551d3d6b44845bb324b4afcef17fdae0e0fc88e2
2014-05-02writerperfect: sal_Bool->boolNoel Grandin4-14/+14
Change-Id: Ic51f9ed2c2c2fced13c8b279912410f9c1638ff9
2014-04-25refactor to decrease the amount of copypastaDavid Tardon11-825/+402
Change-Id: Ib540d79034f1963905685c1282d091bc034cf4f3
2014-04-24Sprinkle SAL_OVERRIDETor Lillqvist4-8/+8
Change-Id: Ifad2710470fc41257f616d716eb9323094a69de1
2014-04-24WaE: class 'PropertyValue' was previously declared as a structTor Lillqvist1-1/+1
Change-Id: If3975942dcd53b5df6612d812f2f1f25fa666ab1
2014-04-24add missing libraryDavid Tardon1-0/+1
Change-Id: I05f932cd1dcb7e1bc2af657ad39258fd74117239
2014-04-24the static lib does not exist anymoreDavid Tardon1-4/+0
Change-Id: I055266dd56dcac25afde66149820fca0e52974fc
2014-04-24refactor to decrease the amount of copypastaDavid Tardon15-1097/+413
Change-Id: Iedfa2a358bf098f6a5e28b994c4c340654a7c295
2014-04-24change libwriterperfect to shared libraryDavid Tardon25-214/+112
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
2014-04-12Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist2-2/+0
libicudata exports a single symbol, icudt52_data (for ICU version 52), and only libicuuc refers to it. Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-31speed up the import testsDavid Tardon1-21/+27
Change-Id: If3f0198d58b6c64a4efd4be294f1d66fb39f2302
2014-03-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27
2014-03-30TypoStephan Bergmann1-1/+1
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
2014-03-30close the opened document correctlyDavid Tardon1-1/+40
Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e
2014-03-30sync cxx file names with class namesDavid Tardon6-3/+3
Change-Id: I97a6751520b90089caddd276a3a881908c47c67d
2014-03-30reduce the amount of copypastaDavid Tardon10-323/+281
Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598
2014-03-30move the writerperfect import tests to slowcheckDavid Tardon1-1/+4
First, they really are slow (which is most likely a bug in the tests themselves); second, there is no need to run them for every small change. Change-Id: I6ffafb82e105ae1fe22846b23ac5b55a3c5fd755
2014-03-30add a smoketest for wpftdraw import libraryDavid Tardon21-0/+177
Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8
2014-03-30add a smoketest for wpftwriter import libraryDavid Tardon49-0/+2832
Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-47/+47
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann11-76/+76
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-24whitespaceDavid Tardon1-12/+12
Change-Id: I1011ffeaa34cde2e9937dc0f9bcefcdfcbbd67a4
2014-03-24some included headers need boostDavid Tardon1-0/+4
Change-Id: I1d77947bd7f5ca00e653db492b0222b54d0b2db5
2014-03-23add a smoketest for wpftimpress import libDavid Tardon9-0/+168
Change-Id: Ifcbc1fd941c8984ef02ef437f6369c0b2df3b28b
2014-03-23remove unnecessary util dirDavid Tardon4-2/+2
Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
2014-03-23put all targets into one gb_Module_add_targets callDavid Tardon1-10/+1
Change-Id: I2bbd9e46c9b7bee68085d7aa7f1fa273f7bc1abf
2014-03-01Call it noncopyableTakeshi Abe1-5/+2
Change-Id: If2e14b333868bb10867e54cd28c83d0d2c6a5e43
2014-03-01catch exception by const refTakeshi Abe1-2/+2
Change-Id: Id0a9e3b52cabff7be99a5bba6ddb0a108a325d42