summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
2015-01-20Some more loplugin:cstylecast: lotuswordproStephan Bergmann1-5/+5
Change-Id: Ic3c08d1f72a61306113520cf2574822c85606689
2014-11-14coverity#738972 Use after freeCaolán McNamara1-2/+2
Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
2014-06-24new compilerplugin returnbyrefNoel Grandin1-17/+17
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-11Fix memory leaks, by refcounting XFContentStephan Bergmann1-5/+5
Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-1/+1
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-8/+8
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
2014-03-25coverity#736142 Dereference null return valueCaolán McNamara1-1/+1
Change-Id: I89e0ac7fe236edee43f4ce12789d1ad024d7eb08
2014-03-08use 'native' OUString api in lotuswordpro instead of macro and wrappersNorbert Thiebaud1-1/+1
Change-Id: Iccb78b59c3de9f29975d10fa4e34232cd3bf2cc3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-10-02Remove not used macros from lotusworkproMarcos Paulo de Souza1-17/+2
Change-Id: I0c5b52030e9837f5ee9aa6258b6ccb16dd3f03c0 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/749 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-06-29Remove include guardsThomas Arnhold1-2/+0
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-07nuke dead codeTakeshi Abe1-6/+0
Change-Id: Id9920ea7b82ea178e904f78bbd41ffc434813e0b
2011-12-30Fix for fdo43460 Part XXIV getLength() to isEmpty()Olivier Hallot1-1/+1
Part XXIV Modules lotuswordpro
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-10-02valgrind: fix some leaksCaolán McNamara1-5/+2
2011-08-19regenerate listCaolán McNamara1-37/+0
2011-08-18callcatcher: unused codeCaolán McNamara1-34/+0
2011-06-09Some cppcheck cleaningJulien Nabet1-6/+2
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier1-4/+4
2011-04-26do not leak memoryDavid Tardon1-4/+11
2011-04-11fix what there is to fixCaolán McNamara1-35/+13
2011-03-13convert tools type in lotuswordproNorbert Thiebaud1-4/+4
2011-02-11WaE: unused variablesCaolán McNamara1-8/+3
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-10-29new/delete mismatchCaolán McNamara1-1/+1
2010-10-13Remove redundant include directives & commentsJ. Graeme Lingard1-1/+0
2010-10-13remove first chunk of lotuswordpro warningsCaolán McNamara1-7/+10
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/+841