summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpfoundry.hxx
Commit message (Collapse)AuthorAgeFilesLines
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-4/+0
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* loplugin:unusedmethods lotuswordproNoel Grandin2015-07-171-1/+0
| | | | Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
* loplugin:staticmethodsNoel Grandin2015-05-051-2/+2
| | | | Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-1/+2
| | | | | | you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
* new compilerplugin returnbyrefNoel Grandin2014-06-241-11/+11
| | | | | | | | | | | | | | 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
* fixincludeguards.sh: lotuswordproThomas Arnhold2014-04-191-2/+2
| | | | Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
* lotuswordpro: prefer passing OUString by referenceNoel Grandin2014-03-171-2/+2
| | | | Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
* Remove visual noise from lotuswordproAlexander Wilms2014-02-261-1/+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>
* remove external include guardsThomas Arnhold2013-03-251-7/+1
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-1/+0
| | | | Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd
* callcatcher: unused codeCaolán McNamara2011-08-121-1/+0
|
* fix what there is to fixCaolán McNamara2011-04-111-0/+1
|
* sgi hash containers -> boost unordered containersFridrich Štrba2011-02-061-1/+1
|
* remove redundant semicolonsDavid Tardon2010-12-241-15/+15
|
* add modelines to .hxx files as wellCaolán McNamara2010-10-281-0/+3
|
* Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin2010-10-081-0/+326