summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdlvlist.hxx
AgeCommit message (Collapse)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-07-17remove pointless comments in lotuswordproNoel Grandin1-6/+0
change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+9
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
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-56/+14
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann1-2/+4
Change-Id: I1539597cd5bcabcbf0295d1acc320c503ad53604
2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin1-1/+1
Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold1-2/+2
Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2010-12-24remove redundant semicolonsDavid Tardon1-5/+5
2010-10-28add modelines to .hxx files as wellCaolán McNamara1-0/+3
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin1-0/+205