summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpstory.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
2015-07-17remove pointless comments in lotuswordproNoel Grandin1-34/+2
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
2015-07-03Fix typosAndrea Gelmini1-2/+2
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510 Reviewed-on: https://gerrit.libreoffice.org/16709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-03-24loplugin:constantfunction: lotuswordproNoel Grandin1-1/+0
Change-Id: I16fbba302c7330010f9b4c888f48a868ad6b921e
2015-02-24TyposJulien Nabet1-1/+1
Change-Id: I5f2577dd1f047331a58d33e05684b673e6dbd11e
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
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-06-24new compilerplugin returnbyrefNoel Grandin1-37/+33
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-11Fix memory leaks, by refcounting XFContentStephan Bergmann1-2/+6
Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-20/+20
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-17/+17
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
2014-03-24coverity#738748 Uninitialized pointer fieldCaolán McNamara1-5/+11
Change-Id: I4fe453482a73ebee1618cbd2813ae5d8f12ee472
2014-03-19coverity#735760 Unchecked dynamic_castCaolán McNamara1-0/+2
Change-Id: I0ef7b6a35fe5f23a2572e6a6746fe39567d33079
2014-03-08coverity#735759 Unchecked dynamic_castNorbert Thiebaud1-7/+7
Change-Id: I48e618355f97ac366db2337cdd0787b1b39ae46e
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2011-08-16ditch some junkCaolán McNamara1-24/+0
2011-04-11fix what there is to fixCaolán McNamara1-33/+34
2011-01-06cppunit: prefer prefix variantCaolán McNamara1-5/+5
2010-10-13remove first chunk of lotuswordpro warningsCaolán McNamara1-1/+1
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
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 Lin1-0/+549