summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsilverbullet.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* remove pointless comments in lotuswordproNoel Grandin2015-07-171-4/+0
| | | | | | change control, empty documentation tags Change-Id: Iad06c00ebad7dcb7d7d40040d77dee2d6307c9a5
* loplugin:unusedmethods lotuswordproNoel Grandin2015-07-171-22/+4
| | | | Change-Id: I17927d48a75c332f1ddc3853145b14daac17f9c0
* Consistently represent bullet char as OUStringStephan Bergmann2015-06-191-1/+1
| | | | | | | | | | | | (One difference is that for an XFListLevelBullet for which SetBulletChar has not been called, ToXml will use an empty string now instead of a string containing a single NUL character. But given that initializing m_chBullet to zero in the XFListLevelBullet ctor was only added recently with 72069675955aaf0b72a7842453347e3e7293f56d "coverity#738770: Unitialized scalar field," assume that ToXml is supposed to be only called after SetBulletChar has been called.) Change-Id: I7a5d7496b038cd094ab11ef8cbc1823ffc5bc130
* loplugin:staticmethodsNoel Grandin2015-05-051-3/+3
| | | | Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
* new compilerplugin returnbyrefNoel Grandin2014-06-241-1/+1
| | | | | | | | | | | | | | 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-11/+11
| | | | Change-Id: I017d284a2fbc8d50a9928c9d934ffe710b0c652f
* fixincludeguards.sh: lotuswordproThomas Arnhold2014-04-191-2/+2
| | | | Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-2/+2
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-12/+12
| | | | | | | | 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
* reduce whitespaces between include and filenameThomas Arnhold2013-03-191-1/+1
| | | | Change-Id: I15f6ad0a760a28cbac53f99ba4d14ff5c24ce005
* removed unused forward declarations of classTakeshi Abe2012-06-261-1/+0
| | | | | | except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
* Targeted string re-work for lotuswordpro filterThorsten Behrens2012-06-011-5/+5
| | | | Also cleaned up commented code, and a few extraneous temporaries
* Remove useless comments in filters.Guillaume Poussel2011-03-041-3/+0
| | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
* 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/+189