summaryrefslogtreecommitdiffstats
path: root/writerperfect
Commit message (Collapse)AuthorAgeFilesLines
* rebase all import libsDavid Tardon2014-05-2637-217/+261
| | | | Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
* coverity#1215311 Uncaught exceptionCaolán McNamara2014-05-232-2/+2
| | | | Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7
* writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin2014-05-1410-90/+0
| | | | Change-Id: I551d3d6b44845bb324b4afcef17fdae0e0fc88e2
* writerperfect: sal_Bool->boolNoel Grandin2014-05-024-14/+14
| | | | Change-Id: Ic51f9ed2c2c2fced13c8b279912410f9c1638ff9
* refactor to decrease the amount of copypastaDavid Tardon2014-04-2511-825/+402
| | | | Change-Id: Ib540d79034f1963905685c1282d091bc034cf4f3
* Sprinkle SAL_OVERRIDETor Lillqvist2014-04-244-8/+8
| | | | Change-Id: Ifad2710470fc41257f616d716eb9323094a69de1
* WaE: class 'PropertyValue' was previously declared as a structTor Lillqvist2014-04-241-1/+1
| | | | Change-Id: If3975942dcd53b5df6612d812f2f1f25fa666ab1
* add missing libraryDavid Tardon2014-04-241-0/+1
| | | | Change-Id: I05f932cd1dcb7e1bc2af657ad39258fd74117239
* the static lib does not exist anymoreDavid Tardon2014-04-241-4/+0
| | | | Change-Id: I055266dd56dcac25afde66149820fca0e52974fc
* refactor to decrease the amount of copypastaDavid Tardon2014-04-2415-1097/+413
| | | | Change-Id: Iedfa2a358bf098f6a5e28b994c4c340654a7c295
* change libwriterperfect to shared libraryDavid Tardon2014-04-2425-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
* Unnecessary to mention dependency on icudata as only libicuuc directly uses itTor Lillqvist2014-04-122-2/+0
| | | | | | | libicudata exports a single symbol, icudt52_data (for ICU version 52), and only libicuuc refers to it. Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-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
* speed up the import testsDavid Tardon2014-03-311-21/+27
| | | | Change-Id: If3f0198d58b6c64a4efd4be294f1d66fb39f2302
* -Werror,-Wmismatched-tagsStephan Bergmann2014-03-301-1/+1
| | | | Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27
* TypoStephan Bergmann2014-03-301-1/+1
| | | | Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
* close the opened document correctlyDavid Tardon2014-03-301-1/+40
| | | | Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e
* sync cxx file names with class namesDavid Tardon2014-03-306-3/+3
| | | | Change-Id: I97a6751520b90089caddd276a3a881908c47c67d
* reduce the amount of copypastaDavid Tardon2014-03-3010-323/+281
| | | | Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598
* move the writerperfect import tests to slowcheckDavid Tardon2014-03-301-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
* add a smoketest for wpftdraw import libraryDavid Tardon2014-03-3021-0/+177
| | | | Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8
* add a smoketest for wpftwriter import libraryDavid Tardon2014-03-3049-0/+2832
| | | | Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-275-47/+47
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2611-76/+76
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* whitespaceDavid Tardon2014-03-241-12/+12
| | | | Change-Id: I1011ffeaa34cde2e9937dc0f9bcefcdfcbbd67a4
* some included headers need boostDavid Tardon2014-03-241-0/+4
| | | | Change-Id: I1d77947bd7f5ca00e653db492b0222b54d0b2db5
* add a smoketest for wpftimpress import libDavid Tardon2014-03-239-0/+168
| | | | Change-Id: Ifcbc1fd941c8984ef02ef437f6369c0b2df3b28b
* remove unnecessary util dirDavid Tardon2014-03-234-2/+2
| | | | Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
* put all targets into one gb_Module_add_targets callDavid Tardon2014-03-231-10/+1
| | | | Change-Id: I2bbd9e46c9b7bee68085d7aa7f1fa273f7bc1abf
* Call it noncopyableTakeshi Abe2014-03-011-5/+2
| | | | Change-Id: If2e14b333868bb10867e54cd28c83d0d2c6a5e43
* catch exception by const refTakeshi Abe2014-03-011-2/+2
| | | | Change-Id: Id0a9e3b52cabff7be99a5bba6ddb0a108a325d42
* Drop useless constTakeshi Abe2014-03-011-2/+2
| | | | Change-Id: Ifcdd921b08af10ff17dc3da7b811b6aed74baf98
* Remove unused structTakeshi Abe2014-03-011-9/+0
| | | | Change-Id: I217620ea99c809b7f3bf1a403170168ac01ed06a
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-2624-206/+206
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-171-2/+2
| | | | Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
* coverity#1158271 Uncaught exceptionCaolán McNamara2014-02-061-3/+10
| | | | Change-Id: I1a39ed2fb8542cb1bc5a56ce8f78cafe4618aa79
* fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi2014-02-021-23/+14
| | | | | | | | Change-Id: I60128dbb5bf83f25eea847fe655d7126c9077414 Reviewed-on: https://gerrit.libreoffice.org/7756 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
* bool improvementsStephan Bergmann2014-01-2813-16/+16
| | | | Change-Id: Iae9e3840b89b6204fc458226ba0e046d5303dd52
* add test for structured contentDavid Tardon2014-01-274-0/+60
| | | | Change-Id: I039e5ccfd6946f3f16505b6265e248fbead37a64
* fdo#73979 return 0 for unknown substreamsDavid Tardon2014-01-271-4/+5
| | | | Change-Id: I8959891fc90544e2812651c0a2041f2760d90a83
* css::packages::Packages is a wrong choiceDavid Tardon2014-01-161-52/+38
| | | | Change-Id: I7d27e7f320633c176fb9fb0a5f64e891fff6c4d7
* libodfgen produces strings in utf8 encodingFridrich Štrba2014-01-161-4/+7
| | | | | | | Change-Id: Iad17f4b4786473205669bd5b080b0a64d4a6a441 Reviewed-on: https://gerrit.libreoffice.org/7455 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* finish zip support in WPXSvInputStreamDavid Tardon2014-01-151-19/+231
| | | | Change-Id: I48017873991abdc054e8be93912f2b2f5ae4383f
* add BIPU support for zip to WPXSvInputStreamDavid Tardon2014-01-151-5/+72
| | | | Change-Id: I14d6febcff49421b6ee3f2c463e78ff98660aab5
* add a brief descriptionDavid Tardon2014-01-141-4/+26
| | | | Change-Id: I1469910e3c20248133e56145c9ea543cbfdf3c4a
* the stream is already owned by the root storageDavid Tardon2014-01-141-4/+1
| | | | Change-Id: If4c548c1ed9275f525fe311853545af3f6313f41
* init membersDavid Tardon2014-01-141-0/+2
| | | | Change-Id: I3ee5d05142ebd9738e34ea3276932a4f9e3fc43d
* AbiWord Import filterFridrich Štrba2014-01-136-28/+321
| | | | | | | Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* prepare WPXSvInputStream for librevengeDavid Tardon2014-01-132-77/+371
| | | | Change-Id: Iefcfe00c2febbb00bcf093acf252291409929f1a
* Avoid memcpy completelyFridrich Štrba2014-01-061-7/+2
| | | | Change-Id: I3d27935918930af71f02354696134def6bd052b6