summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpobj.cxx
AgeCommit message (Collapse)Author
2016-03-15recurse protection for XFConvertCaolán McNamara
Change-Id: Ib6008d4b07159acad26c7baeb775702119c12e3b
2015-12-10guard against infinite recursion on parsing objectsCaolán McNamara
Change-Id: Ia6502afde54dbf379bc9951c80c6594f1f436ef5
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-17remove pointless comments in lotuswordproNoel Grandin
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
Idea originally from caolan. Found using the following command: find . -name *.cxx | xargs /opt/local/bin/grep -zlP '(?m)if\s*\(\s*\w+\s*\)\s*delete\s+\w+\;' Change-Id: I3338f4e22193a6dfd6219c8c75835224a3392763
2014-02-23coverity#736780 Dereference before null checkCaolán McNamara
Change-Id: I8e4eb351c4e623f33dded02e1c78f01f76452f83
2011-08-18callcatcher: unused codeCaolá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