summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfribtable.cxx
Commit message (Collapse)AuthorAgeFilesLines
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-5/+3
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* coverity#738972 Use after freeCaolán McNamara2014-11-141-1/+1
| | | | Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
* new compilerplugin returnbyrefNoel Grandin2014-06-241-2/+2
| | | | | | | | | | | | | | 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 XFContentStephan Bergmann2014-06-111-1/+3
| | | | Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111
* Fix memory leaks, by refcounting LwpObjectStephan Bergmann2014-06-061-1/+1
| | | | Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
* Fix for fdo43460 Part XXIV getLength() to isEmpty()Olivier Hallot2011-12-301-3/+3
| | | | | | Part XXIV Modules lotuswordpro
* regoptions (etc.) now unused post registration-removalCaolán McNamara2011-08-221-5/+0
|
* WaE: overloaded virtualDavid Tardon2011-03-271-2/+2
|
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-1/+1
|
* 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/+173