summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/benobj.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
Change-Id: Id11454397abad090741c5d98e2ae585531c886f6
2015-07-17loplugin:unusedmethods lotuswordproNoel Grandin1-6/+2
Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
2014-07-08Avoid undefined downcasts to wrong typeStephan Bergmann1-1/+1
...CUtList::cDummyElmt is always only of type CUtListElmt, not a derived type. Change-Id: Ibc372642e2a53c548421b5cfa7cc496986036815
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
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-01-14UtBool -> boolStephan Bergmann1-2/+2
Change-Id: I4cec5ba61762ac87d5bfb07b15ab661955e207ac
2011-08-29callcatcher: drop various unused methodsCaolán McNamara1-47/+0
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/+128