summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwptablelayout.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-10-011-3/+3
| | | | | | | Change-Id: I04d1bc3a9f38ff7871d3192563cd1f649fdc6cea Reviewed-on: https://gerrit.libreoffice.org/18960 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* boost->stdCaolán McNamara2015-09-171-1/+1
| | | | Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-4/+1
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* loplugin:unusedmethods lotuswordproNoel Grandin2015-07-171-15/+0
| | | | Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
* Fix typosAndrea Gelmini2015-07-081-3/+3
| | | | | | | Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typosAndrea Gelmini2015-07-031-1/+1
| | | | | | | | Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510 Reviewed-on: https://gerrit.libreoffice.org/16709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* More loplugin:simplifyboolStephan Bergmann2015-04-271-2/+2
| | | | Change-Id: I1ed1841c7cfbf69abfc8ba19cca348077da7b6d1
* tdf#90028 avoid crash if style is not foundDavid Tardon2015-04-141-4/+8
| | | | Change-Id: I4ffc8cdcb67ecb4c4afa641c9219dd465fe13d29
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-191-2/+1
| | | | | | | | | This addresses some cppcheck warnings. Change-Id: Idcedd908c653d5a5700884f233ad134dde8be018 Reviewed-on: https://gerrit.libreoffice.org/13540 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* coverity#738972 Use after freeCaolán McNamara2014-11-141-6/+6
| | | | Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
* loplugin: cstylecastNoel Grandin2014-10-231-9/+9
| | | | Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
* new compilerplugin returnbyrefNoel Grandin2014-06-241-47/+44
| | | | | | | | | | | | | | 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
* coverity#736883 Unintended sign extensionCaolán McNamara2014-06-171-1/+1
| | | | Change-Id: I8e6a81b6c1605bd1be33f5f8d75d2472a39361d4
* Fix memory leaks, by refcounting XFContentStephan Bergmann2014-06-111-2/+3
| | | | Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111
* Fix memory leaks, by refcounting LwpObjectStephan Bergmann2014-06-061-26/+26
| | | | Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
* Fix memory leaks, by refcounting XFFontStephan Bergmann2014-06-061-2/+2
| | | | Change-Id: Iecfddf21f19313f46ee2544fad9c4df1e399e0f5
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-13/+13
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* coverity#738750 Uninitialized pointer fieldCaolán McNamara2014-03-241-2/+7
| | | | Change-Id: I619f130184eae670ba921843075ab199e952765c
* use 'native' OUString api in lotuswordpro instead of macro and wrappersNorbert Thiebaud2014-03-081-1/+1
| | | | Change-Id: Iccb78b59c3de9f29975d10fa4e34232cd3bf2cc3
* coverity#738751: Unitialized scalar fieldNorbert Thiebaud2014-03-021-0/+2
| | | | Change-Id: Ieae3761afb4606340287e4c8d41eec53c132dfec
* coverity#738752: Unitialized scalar fieldNorbert Thiebaud2014-03-021-0/+2
| | | | Change-Id: I54bdd68a7520ac1e936d048cbb7a72c8b7fdfe7c
* Remove visual noise from lotuswordproAlexander Wilms2014-02-261-4/+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>
* cid#736782 dereference before null checkNoel Grandin2014-02-171-4/+3
| | | | | | and reduce scope of some variables Change-Id: I1aada9af15090ff2083354ea9b265b9e3d4e5c02
* coverity#705403 Argument cannot be negativeCaolán McNamara2014-02-061-3/+3
| | | | Change-Id: I0cf67a4bd5ec95e135511611c236350d4347895e
* bool improvementsStephan Bergmann2014-01-281-10/+10
| | | | Change-Id: I7b149b16a362473179a383ff1bb16f428f755f31
* Fix other typosJulien Nabet2013-12-221-1/+1
| | | | Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* coverity: fix memory leakMarkus Mohrhard2013-02-181-1/+1
| | | | Change-Id: Ibe595adf52c6880ce4ecdb469b89074fcdc0c16b
* WaE: silence tedious msvc2008 warningsCaolán McNamara2012-05-091-1/+1
| | | | Change-Id: Iecdc085b9af162ffdc6e0c52ad8a408a0983e088
* Fix for fdo43460 Part XXIV getLength() to isEmpty()Olivier Hallot2011-12-301-1/+1
| | | | | | Part XXIV Modules lotuswordpro
* ditch some junkCaolán McNamara2011-08-161-12/+0
|
* fixed typos in commentsTakeshi Abe2011-07-081-1/+1
|
* fix what there is to fixCaolán McNamara2011-04-111-20/+20
|
* WaE: overloaded virtualDavid Tardon2011-03-271-3/+3
|
* Remove useless comments in filters.Guillaume Poussel2011-03-041-4/+1
| | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* cppcheck: the scope of this variable can be reducedCaolán McNamara2010-12-051-1/+1
|
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-5/+2
|
* 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/+1542