summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpframelayout.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-22/+22
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-6/+0
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* loplugin:unusedmethods lotuswordproNoel Grandin2015-07-171-7/+5
| | | | Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-111-1/+1
| | | | Change-Id: Id6291335945a8f10cef3afd1a2b3bae65fdf4562
* new compilerplugin returnbyrefNoel Grandin2014-06-241-2/+2
| | | | | | | | | | | | | | 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
* lotuswordpro: sal_Bool->boolNoel Grandin2014-04-231-5/+5
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* fixincludeguards.sh: lotuswordproThomas Arnhold2014-04-191-2/+2
| | | | Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
| | | | | | | | It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-22/+22
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-2/+0
| | | | Change-Id: Ie83cd8392363800bcb1de641b537efdab2910ddd
* remove redundant semicolonsDavid Tardon2010-12-241-2/+2
|
* 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/+240