summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppagelayout.cxx
AgeCommit message (Collapse)Author
2017-11-13Fix typosAndrea Gelmini
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91 Reviewed-on: https://gerrit.libreoffice.org/44654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Page <aptitude@btconnect.com>
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann
Change-Id: I1ff35dd6242accf0a8e71086a14a72e85eef1c5a
2017-08-01loplugin:constparams in lotuswordproNoel Grandin
Change-Id: I2ad14fa797c99d26975dc472c1db115d94160eee Reviewed-on: https://gerrit.libreoffice.org/40615 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-15ofz: loop in layoutCaolán McNamara
Change-Id: I8c1561f37f8b24258c95ec09edf8c4be61300959
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
Change-Id: Ia28e35ae5af4f601e9a586a3deffbcd61702b0ca Reviewed-on: https://gerrit.libreoffice.org/36896 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin
Change-Id: I945d3fe6af5f88937b341dfc3696bf1d36344862 Reviewed-on: https://gerrit.libreoffice.org/36874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-11loplugin:inlinefields in lotuswordproNoel Grandin
Change-Id: I1ba5bdd59badd6f1b6562c6284baf05bcfc3d78c Reviewed-on: https://gerrit.libreoffice.org/36402 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-01coverity#1401593 Wrapper object use after freeCaolán McNamara
Change-Id: I7fdaf527ffbe7d3d952c17c62707bb4a22b05f1d
2017-02-28loplugin:subtlezeroinitCaolán McNamara
Change-Id: I29197c9a4093d904d1f7b990de08fbf8254c168e
2017-02-28std::unique_ptr -> rtl::Reference for loplugin:refcountingCaolán McNamara
Change-Id: I83cccff1f4fb172e1b6aa5c1cfda93de2e4be525
2017-02-28fix leakCaolán McNamara
Change-Id: I20e665a2b0bfadd44976b1659d85b1828e10311f
2017-02-28fix leakCaolán McNamara
Change-Id: I88e652fa2eab8738d0e1a235cf1a3f9066bfc230
2017-02-28fix leakCaolán McNamara
Change-Id: I195094adfd0a68401d26ef97b6489b105424b99b
2017-02-27fix leakCaolán McNamara
Change-Id: If7f710aa62cea43e2c59d91e136daba9650b3912
2017-02-27ofz: fix leakCaolán McNamara
Change-Id: I682b4e2750658efded5f4167d4f7026ed5fac8dc
2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin
Change-Id: I1f9569cb5ca05faf12663b3df8508d10a8cd75e6 Reviewed-on: https://gerrit.libreoffice.org/32957 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-10-05convert MapUnit to scoped enumNoel Grandin
I left a prefix on the names "Map" so that I would not have to re-arrange each name too much, since I can't start identifiers with digits like "100thMM" And remove RSC_EXTRAMAPUNIT, which doesn't seem to be doing anything anymore. Change-Id: I5187824aa87e30caf5357b51b5384b5ab919d224 Reviewed-on: https://gerrit.libreoffice.org/29096 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-04-21new plugin stylepoliceNoel Grandin
check for local variables which follow our member field naming convention, which is highly confusing Change-Id: Idacedf7145d09843e96a584237b385f7662eea10
2016-03-15recurse protection for XFConvertCaolán McNamara
Change-Id: Ib6008d4b07159acad26c7baeb775702119c12e3b
2016-01-21cppcheck: silence unusedPrivateFunctionCaolán McNamara
somewhat odd this-> syntax here Change-Id: Ic69e72e15a9f90741e9422e14eb9a6d4784c7aa9
2016-01-10Fix typosAndrea Gelmini
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2015-12-13deploy references to keep layout alive long enoughCaolán McNamara
Change-Id: I670f00b0beb77e5014c3dd4a4798e69ece882b87
2015-12-13protect against missing FoundryCaolán McNamara
Change-Id: Ie5c0317f842258fe42f894dbace0ea0e328f288a
2015-12-10guard against infinite recursion on parsing objectsCaolán McNamara
Change-Id: Ia6502afde54dbf379bc9951c80c6594f1f436ef5
2015-12-10guard against missing FoundryCaolán McNamara
Change-Id: I9147dc2bab312639a04d2e822cf99745d38d3b8d
2015-12-09guard against infinite recursion on registering stylesCaolán McNamara
Change-Id: Iabedfcce9d8ef21172e6bd0d654f3a258aae97e3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
2015-07-19Fix typosAndrea Gelmini
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-17remove pointless comments in lotuswordproNoel Grandin
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
Change-Id: I8be9141b9653e73ebd23a5a3d810f240c376f97e
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks
Change-Id: I5563cfa35142f088533ae998d087dec669a13287
2015-02-24TyposJulien Nabet
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: Idcedd908c653d5a5700884f233ad134dde8be018 Reviewed-on: https://gerrit.libreoffice.org/13540 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-14coverity#738972 Use after freeCaolán McNamara
Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
2014-10-23loplugin: cstylecastNoel Grandin
Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
2014-06-24new compilerplugin returnbyrefNoel Grandin
Find places where we are returning a pointer to something, where we can be returning a reference. e.g. class A { struct X x; public X* getX() { return &x; } } which can be: public X& getX() { return x; } Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
2014-03-08use 'native' OUString api in lotuswordpro instead of macro and wrappersNorbert Thiebaud
Change-Id: Iccb78b59c3de9f29975d10fa4e34232cd3bf2cc3
2014-03-03coverity#738738: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I9ce08089eeafee24c98fc1b6c2799721517c039a
2014-03-02coverity#738739: Unitialized scalar fieldNorbert Thiebaud
Change-Id: I8c3def56a43cd10ffd02e3541d02377d00689c29
2014-03-02coverity#738740: Unitialized scalar fieldNorbert Thiebaud
Change-Id: Ie9e3e0ce402f7b2790f82add89bc817ace3b79b4
2014-02-26Remove visual noise from lotuswordproAlexander Wilms
Change-Id: Ie161a2aa1a434d0778e1937a833819c934ed1889 Reviewed-on: https://gerrit.libreoffice.org/8281 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-02-16coverity#738975 Use after freeCaolán McNamara
also... coverity#738973 Use after free coverity#738974 Use after free Change-Id: Iecf2075372d76cded86b92e49225337b95f5ffd1
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara
2011-04-11fix what there is to fixCaolán McNamara
2010-10-13remove first chunk of lotuswordpro warningsCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin