summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwppara1.cxx
Commit message (Collapse)AuthorAgeFilesLines
* boost->stdCaolán McNamara2015-09-171-4/+4
| | | | Change-Id: Ifde84627578283bd057d7393eb7e5578ef5c029a
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-10/+0
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* loplugin:staticmethodsNoel Grandin2015-05-051-1/+1
| | | | Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
* coverity#738972 Use after freeCaolán McNamara2014-11-141-4/+4
| | | | Change-Id: Iba60fc4ff3b10179ebc700467a3d73e7bc7b64c9
* Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann2014-10-011-2/+0
| | | | | | ...from times when code used std::auto_ptr. Change-Id: Ia4eca8b0b95a8846886884404009e895daba8a22
* lotuswordpro: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-12/+4
| | | | Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4
* new compilerplugin returnbyrefNoel Grandin2014-06-241-3/+3
| | | | | | | | | | | | | | 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
* Fix memory leaks, by refcounting LwpObjectStephan Bergmann2014-06-061-6/+6
| | | | Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-8/+8
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* lotuswordpro: prefer passing OUString by referenceNoel Grandin2014-03-171-2/+2
| | | | Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
* Remove pointless comments and ASCII artTor Lillqvist2013-09-011-4/+1
| | | | Change-Id: I387d7b301643f359f2d6a4c5f51a4dd7f5e1c296
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-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
* valgrind: fix some leaksCaolán McNamara2011-10-021-2/+2
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+10
|
* callcatcher: unused codeCaolán McNamara2011-08-161-18/+0
|
* callcatcher: unused codeCaolán McNamara2011-08-121-13/+0
|
* fix what there is to fixCaolán McNamara2011-04-111-98/+20
|
* fix debugging conditionDavid Tardon2010-12-251-2/+5
|
* replace virtual operator= by cloningDavid Tardon2010-12-241-38/+51
|
* remove first chunk of lotuswordpro warningsCaolán McNamara2010-10-131-2/+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/+730