summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdivinfo.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-07-17remove pointless comments in lotuswordproNoel Grandin1-4/+0
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
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 Bergmann1-2/+2
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-04-04coverity#738690 Uninitialized scalar fieldCaolán McNamara1-1/+4
Change-Id: I4820a2ad2e4684c02974823348feae32869eb74a
2011-05-23fix debug buildDavid Tardon1-1/+4
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara1-4/+3
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/+174