summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfoundry.cxx
AgeCommit message (Collapse)AuthorFilesLines
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+3
Sadly cannot forward declare "struct {...} TimeValue;". rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h was painful enough for now... Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-14coverity#738972 Use after freeCaolán McNamara1-1/+1
Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-24new compilerplugin returnbyrefNoel Grandin1-26/+20
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-22/+22
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-03-17lotuswordpro: prefer passing OUString by referenceNoel Grandin1-2/+2
Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
2014-02-26Remove visual noise from lotuswordproAlexander Wilms1-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>
2011-08-12callcatcher: unused codeCaolán McNamara1-24/+0
2011-06-12Code cleanupKorrawit Pruegsanusak1-3/+2
* Remove dead code * Fix comment typos Released under LGPLv3+/MPL
2011-05-22fix up endianness of lowhanging QuickReadsCaolán McNamara1-14/+6
2011-04-11fix what there is to fixCaolán McNamara1-2/+13
2011-03-13convert tools type in lotuswordproNorbert Thiebaud1-2/+2
2011-02-13cppcheck: init member variableCaolán McNamara1-1/+3
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/+579