summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribsection.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:unusedmethods unused return value in lotuswordproNoel Grandin2016-01-151-4/+3
| | | | Change-Id: Ibed85be78e05dc0e6474d688ef0e0dea401758ac
* coverity#1343629 Unchecked dynamic_castCaolán McNamara2015-12-191-2/+2
| | | | Change-Id: I93b7298d785e57a4ef854cea3e9cd5c2c0f35849
* coverity#1343626 Unchecked dynamic_castCaolán McNamara2015-12-191-12/+21
| | | | Change-Id: I52e6d6c9cb48880185293fb9825d7a6530ee767d
* coverity#1343625 Unchecked dynamic_castCaolán McNamara2015-12-191-1/+1
| | | | Change-Id: Ib534e4e8ecf50a9159c5e98e2c899bf13f44c654
* coverity#1343624 Unchecked dynamic_castCaolán McNamara2015-12-191-2/+3
| | | | Change-Id: Ia303a5dc97fb5e491e86a3484040e657f1b480d4
* check all obj().get() casts with dynamic_castCaolán McNamara2015-12-121-25/+16
| | | | Change-Id: I763aa5874d0c1f977decff88414eea6247f96405
* guard against missing paragraph storyCaolán McNamara2015-12-091-2/+1
| | | | Change-Id: I217c0aedca4eadc347c103899d96c70cf9606038
* guard against missing SectionCaolán McNamara2015-12-091-1/+2
| | | | Change-Id: Id5295d294b56d6504d962ee1941a350a595031e7
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-4/+4
| | | | Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-6/+2
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* Fix typosAndrea Gelmini2015-06-301-1/+1
| | | | | | | Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
* coverity#738972 Use after freeCaolán McNamara2014-11-141-3/+3
| | | | Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-2/+2
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* new compilerplugin returnbyrefNoel Grandin2014-06-241-14/+14
| | | | | | | | | | | | | | 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
* Fix memory leaks, by refcounting LwpObjectStephan Bergmann2014-06-061-11/+11
| | | | Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-13/+13
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* use 'native' OUString api in lotuswordpro instead of macro and wrappersNorbert Thiebaud2014-03-081-28/+28
| | | | Change-Id: Iccb78b59c3de9f29975d10fa4e34232cd3bf2cc3
* Remove visual noise from lotuswordproAlexander Wilms2014-02-261-2/+0
| | | | | | | 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>
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-5/+5
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-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>
* Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin2010-10-081-0/+470