summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpnotes.cxx
AgeCommit message (Collapse)Author
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-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-03-15recurse protection for XFConvertCaolán McNamara
Change-Id: Ib6008d4b07159acad26c7baeb775702119c12e3b
2015-12-12check all obj().get() casts with dynamic_castCaolán McNamara
Change-Id: I763aa5874d0c1f977decff88414eea6247f96405
2015-12-12this cast needs to be dynamicCaolán McNamara
Change-Id: Iaf8e7a46be9c92a7cd11136cb903cc4b9ffe54f5
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
2014-12-18lotuswordpro: Use appropriate OUString functions on string constantsStephan Bergmann
Change-Id: I8cccb8e558aba949d64cf9e7b85316d8e2e15865
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-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>
2014-02-18coverity#738734 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I78c489596fc8a51fa8d9b6c5bad545558830f474
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara
2011-03-27WaE: overloaded virtualDavid Tardon
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