summaryrefslogtreecommitdiff
path: root/writerperfect
AgeCommit message (Collapse)AuthorFilesLines
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
2014-03-01Drop useless constTakeshi Abe1-2/+2
Change-Id: Ifcdd921b08af10ff17dc3da7b811b6aed74baf98
2014-03-01Remove unused structTakeshi Abe1-9/+0
Change-Id: I217620ea99c809b7f3bf1a403170168ac01ed06a
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann24-206/+206
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-2/+2
Change-Id: I6fc331ae0706f4bb193543011c8d4ae0a385fcc0
2014-02-06coverity#1158271 Uncaught exceptionCaolán McNamara1-3/+10
Change-Id: I1a39ed2fb8542cb1bc5a56ce8f78cafe4618aa79
2014-02-02fdo#54938 Convert basctl, mysqlc, sdext, svgio, writerp. to cppu::supportsSer.Alexandre Vicenzi1-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>
2014-01-28bool improvementsStephan Bergmann13-16/+16
Change-Id: Iae9e3840b89b6204fc458226ba0e046d5303dd52
2014-01-27add test for structured contentDavid Tardon4-0/+60
Change-Id: I039e5ccfd6946f3f16505b6265e248fbead37a64
2014-01-27fdo#73979 return 0 for unknown substreamsDavid Tardon1-4/+5
Change-Id: I8959891fc90544e2812651c0a2041f2760d90a83
2014-01-16css::packages::Packages is a wrong choiceDavid Tardon1-52/+38
Change-Id: I7d27e7f320633c176fb9fb0a5f64e891fff6c4d7
2014-01-16libodfgen produces strings in utf8 encodingFridrich Štrba1-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>
2014-01-15finish zip support in WPXSvInputStreamDavid Tardon1-19/+231
Change-Id: I48017873991abdc054e8be93912f2b2f5ae4383f
2014-01-15add BIPU support for zip to WPXSvInputStreamDavid Tardon1-5/+72
Change-Id: I14d6febcff49421b6ee3f2c463e78ff98660aab5
2014-01-14add a brief descriptionDavid Tardon1-4/+26
Change-Id: I1469910e3c20248133e56145c9ea543cbfdf3c4a
2014-01-14the stream is already owned by the root storageDavid Tardon1-4/+1
Change-Id: If4c548c1ed9275f525fe311853545af3f6313f41
2014-01-14init membersDavid Tardon1-0/+2
Change-Id: I3ee5d05142ebd9738e34ea3276932a4f9e3fc43d
2014-01-13AbiWord Import filterFridrich Štrba6-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>
2014-01-13prepare WPXSvInputStream for librevengeDavid Tardon2-77/+371
Change-Id: Iefcfe00c2febbb00bcf093acf252291409929f1a
2014-01-06Avoid memcpy completelyFridrich Štrba1-7/+2
Change-Id: I3d27935918930af71f02354696134def6bd052b6
2014-01-06Avoid some memcpy when not necessaryFridrich Štrba1-4/+2
Change-Id: I9b838fc8392bc61be4ed911fb1423a1e97af2356
2013-12-20Simplify this condition a bitFridrich Štrba1-4/+3
Change-Id: Iceef995be9ff55306550e56a0be87dddab7a78c3