summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpnumericfmt.cxx
Commit message (Collapse)AuthorAgeFilesLines
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-99/+0
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-12/+11
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* lotuswordpro: prefer passing OUString by referenceNoel Grandin2014-03-171-1/+1
| | | | Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
* Remove visual noise from lotuswordproAlexander Wilms2014-02-261-4/+1
| | | | | | | 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>
* coverity#738735 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-2/+3
| | | | Change-Id: I639c30b26302784a5130e063bd0f691d3cb9e0b6
* convert String to OUString in lotuswordpro moduleNoel Grandin2013-10-011-12/+12
| | | | Change-Id: I4af6a11084f3337df1f6278b28fd0fd9d94d6a6a
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-6/+6
| | | | | | | | 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
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-6/+6
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* convert tools type in lotuswordproNorbert Thiebaud2011-03-131-4/+4
|
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-2/+4
|
* 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/+566