summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/bencont.cxx
AgeCommit message (Collapse)Author
2015-03-24loplugin:constantfunction: lotuswordproNoel Grandin
Change-Id: I16fbba302c7330010f9b4c888f48a868ad6b921e
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
Change-Id: Ibbf14c7e9a5c1883c1311d4c86f948f74f8e473e
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
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-10-23loplugin: cstylecastNoel Grandin
Change-Id: Id4c581724e7e5466ffe46f11f0a8da2527c23dc6
2014-07-08Avoid undefined downcasts to wrong typeStephan Bergmann
...CUtList::cDummyElmt is always only of type CUtListElmt, not a derived type. Change-Id: Ibc372642e2a53c548421b5cfa7cc496986036815
2014-03-06coverity#738680 Uninitialized scalar fieldCaolán McNamara
Change-Id: I0db24150f143c3b5f6459b518d0fc9649fe8a786
2014-02-26Remove visual noise from lotuswordproAlexander Wilms
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-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-19regenerate listCaolán McNamara
2011-08-18callcatcher: unused codeCaolán McNamara
2011-08-11callcatcher: unused codeCaolán McNamara
2011-08-11callcatcher: yet more unused codeCaolán McNamara
2011-08-08callcatcher: remove various unused methodsCaolán McNamara
2011-08-08callcatcher: remove various unused methodsCaolán McNamara
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-04-26return early if no stream has been foundDavid Tardon
2011-04-12asserts aren't helpful to me hereCaolán McNamara
2011-03-13convert tools type in lotuswordproNorbert Thiebaud
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-10-13remove first chunk of lotuswordpro warningsCaolán McNamara
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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 Lin