summaryrefslogtreecommitdiff
path: root/writerperfect/source/draw
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen11-3/+11
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If1b2e04872eb0dd6725802c1709a9085f4cd8c91 Reviewed-on: https://gerrit.libreoffice.org/64141 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2018-05-15weld WPFTEncodingDialogCaolán McNamara22-33/+34
and pass in parent window for dialog Change-Id: Ibe9f576a74dfbbee3e568c8d3454440700cb0405 Reviewed-on: https://gerrit.libreoffice.org/54328 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2018-04-20writerperfect: astyle -> clang-formatMiklos Vajna22-218/+241
< vmiklos> dtardon: are you strongly attached to astyle usage in core.git writerperfect/? my problem is that 1) when less regular contributors touch it, they don't run astyle 2) core.git has git hooks in place to enforce consistent style for selected files, but that uses clang-format. i wonder if switching to the standard core.git clang-format would be an option to stop this reformat game <@dtardon> vmiklos, clang-format is okay. we started to use astyle years ago, before there were even any serious talk about automatic formatting for the whole libreoffice Change-Id: I844fc9c2e8560e54a49f26064cc0b3c55a5f034c Reviewed-on: https://gerrit.libreoffice.org/53184 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-12-11loplugin:salcall fix functionsNoel Grandin11-11/+11
since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: writerperfectStephan Bergmann11-22/+22
Change-Id: I714c131996efb0a85b9391a2b2bb7fc76bb2eae2
2017-08-28integrate libqxpAleksas Pantechovskis3-0/+109
Change-Id: Ic7479b82d09c1e36d28267434a77bf4bc158adfa Reviewed-on: https://gerrit.libreoffice.org/41612 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-02-15move headers used by tests to inc/David Tardon1-31/+0
Change-Id: Ice159ae9fcb7284143d9e4734b8cb34f5c6a2ec5
2017-01-26Remove dynamic exception specificationsStephan Bergmann20-90/+30
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-09-09astyleDavid Tardon2-2/+2
Change-Id: Ib237a5f02b64b93bd2994cd98f29938c3a0904ae
2016-08-11integrate libstarofficeosnola3-0/+148
Change-Id: I85913f1bd1af5d102573040588cca9d8ddeebb5d
2016-06-23integrate libzmfAleksas Pantechovskis3-0/+115
Change-Id: I0c7ea5b56ea4ed4839ff38798c0b915aaca81774 Reviewed-on: https://gerrit.libreoffice.org/26574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-04-18clean-up: unused using declarations and includesJochen Nitschke8-8/+0
Searched source for using declarations. Checked if those symbols reappear in the source file, even in comments or dead code but not in #include statements. If they don't reappear, remove the declaration. Remove includes whose symbol got removed. Change-Id: Ibb77163f63c1120070e9518e3dc0a78c6c59fab0 Reviewed-on: https://gerrit.libreoffice.org/24148 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-12Avoid reserved identifiersStephan Bergmann8-16/+16
Change-Id: Iaff499c3c8012cfc13849b9b85ec544e1f5d6db8
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke8-16/+0
and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-08wpftdraw: use service constructorDavid Tardon10-248/+65
Change-Id: I4bc9bc2bd9fe3429701160db408303cd0b0c9714
2016-02-08drop unused includeDavid Tardon17-146/+96
Change-Id: Ia0d9568ee33cab8498946a535baa6edb4ae28796
2015-12-08merge libmwaw format specs (draw)David Tardon1-82/+15
Change-Id: Ia0dfe1e1ce1ab2b1ef266d1aa0950fd6670b0c50
2015-11-29enable new file formats supported by libmwaw-0.3.7osnola1-2/+5
Change-Id: I03d0f112f74dce6c307258d9765281d91cdd3a03
2015-11-25com::sun::star->css in writerperfect/Noel Grandin8-88/+88
Change-Id: I3b1f51d3a02b999476d12e680f2f76a11ac6b3b9 Reviewed-on: https://gerrit.libreoffice.org/20146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
Change-Id: Ie4d4ce386f2810244fb97bf909870a839256971d
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-41/+41
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann8-8/+8
Change-Id: I72ba7c59cfcf0ec4e5e31067a260e82f8f604567
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara8-8/+8
Change-Id: I62076450ab77472bfd09b3fb9824f54b6ea1e0f7
2015-05-19Remove redundant writerperfect/inc/writerperfect hierarchy segmentStephan Bergmann9-9/+9
Change-Id: Ib2c84536d829b3d4cf2f0112a9735cc132ee7d24
2015-05-17enable new formats supported by libmwawDavid Tardon1-2/+6
Change-Id: I228b5f0a317c05ae845a9fded0ef19f87b648cde
2014-12-18writerperfect: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
Change-Id: If48c8c7181eb8eec7519ba17248244c7ba6bf0d5
2014-10-24fdo#84168 change writerperfect filters to use a new base class templateTakeshi Abe19-338/+87
in writerperfect/source/draw. Change-Id: I8ec2861da2af1e203157faa1319b837fe236b507 Reviewed-on: https://gerrit.libreoffice.org/12072 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-10-16Update to last libmwaw versionosnola1-2/+6
+ add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac) Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84
2014-09-17pass media descriptor to import functionsDavid Tardon18-18/+21
Change-Id: I0c3e9c7ba83ef886958789706929b2eede30c343
2014-08-15use consistent style for writerperfectDavid Tardon19-272/+301
Change-Id: I47089586094b58c39a128e44e2671d69c2d50177
2014-06-27integrate libpagemakerDavid Tardon4-0/+141
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-05-29add new libmwaw drawing formats (forgotten files)osnola4-0/+18
Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a
2014-05-29Add new libmwaw drawing format...osnola2-0/+244
Change-Id: I7fa7a46143126bdf27cf7cb30245dbcb244645ef
2014-05-26rebase all import libsDavid Tardon14-29/+32
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-05-14writerperfect: remove SAL_INFO's that only mark function entryNoel Grandin7-65/+0
Change-Id: I551d3d6b44845bb324b4afcef17fdae0e0fc88e2
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-24refactor to decrease the amount of copypastaDavid Tardon14-1097/+412
Change-Id: Iedfa2a358bf098f6a5e28b994c4c340654a7c295
2014-04-24change libwriterperfect to shared libraryDavid Tardon6-12/+30
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-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann6-48/+48
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-23remove unnecessary util dirDavid Tardon1-0/+36
Change-Id: I66e1882d14c59abeb6aa01b662dfc3a89238d3c0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann12-96/+96
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-01-28bool improvementsStephan Bergmann6-6/+6
Change-Id: Iae9e3840b89b6204fc458226ba0e046d5303dd52
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin6-12/+12
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-10-31BIPU Freehand importerFridrich Štrba3-0/+303
Change-Id: I5b233343269b4107bbcfef5ea1c9b1fc7b735ed2 Reviewed-on: https://gerrit.libreoffice.org/6511 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-10-30fdo#54938: Convert package, writerfilter and writerperfectMarcos Paulo de Souza10-80/+20
Change-Id: I5220e172bf9722ad86eef3bc557c30779f07201c Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-21Remove comphelper::ComponentContextStephan Bergmann5-15/+20
Change-Id: Idc5974e5a2ec68e8f1b2312a88fab15092c82788
2013-07-12More SAL_INFO in writerperfectFridrich Štrba5-180/+60
Change-Id: Ifeef0fab105bec8c42c7f3844dde5d7f81e264b5
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba5-10/+15
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271