summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source
Commit message (Collapse)AuthorAgeFilesLines
* Remove visual noise from lotuswordproAlexander Wilms2014-02-26114-242/+32
| | | | | | | 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>
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-264-34/+34
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* coverity#736781 Dereference before null checkCaolán McNamara2014-02-231-1/+1
| | | | Change-Id: Iea5cf576ec5bea21a58a5733950ebacf94802e55
* coverity#736780 Dereference before null checkCaolán McNamara2014-02-231-1/+1
| | | | Change-Id: I8e4eb351c4e623f33dded02e1c78f01f76452f83
* Remove unneccessary commentsAlexander Wilms2014-02-232-5/+5
| | | | | | | Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* coverity#738773 Uninitialized scalar fieldCaolán McNamara2014-02-211-1/+5
| | | | Change-Id: I24374fa86e61b2c43415ca3e0dfb116ee56b0c18
* coverity#738774 Uninitialized scalar fieldCaolán McNamara2014-02-211-1/+1
| | | | Change-Id: I610f12dead8f70507cc6c6068edaa1c3b1c1e18c
* coverity#738736 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-1/+3
| | | | Change-Id: I389ae4a01dc9ee2005488b0127f2ebfc76f564f9
* coverity#738735 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-2/+3
| | | | Change-Id: I639c30b26302784a5130e063bd0f691d3cb9e0b6
* coverity#738734 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-1/+1
| | | | Change-Id: I78c489596fc8a51fa8d9b6c5bad545558830f474
* coverity#738733 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-1/+5
| | | | Change-Id: I45b38f9568a20d4717474b98392bdd07fedf8f4a
* coverity#738732 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-1/+3
| | | | Change-Id: I3920d694fc667b2d0fc5c07d53d606a42002ce16
* coverity#738731 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-1/+5
| | | | Change-Id: I7d93953403b89236a713e7df786252cc7a42e931
* coverity#738730 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-0/+1
| | | | Change-Id: I701eb9ba462b5a49bf49ba6a5319b633e5b771f3
* coverity#738729 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-0/+1
| | | | Change-Id: I2490d47ecc184e5a75693bbb53c86d4a2ad849d6
* coverity#738728 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-0/+3
| | | | Change-Id: Iba30fd20ef4ca34b5c015522d7e870cf3b4982e4
* coverity#738749 Uninitialized scalar fieldNorbert Thiebaud2014-02-181-1/+8
| | | | Change-Id: I3a75f31e9a7775e3685f168f418a333f40312d78
* Drop unnecessary #includeTakeshi Abe2014-02-181-1/+0
| | | | Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
* cid#736782 dereference before null checkNoel Grandin2014-02-171-4/+3
| | | | | | and reduce scope of some variables Change-Id: I1aada9af15090ff2083354ea9b265b9e3d4e5c02
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-124-109/+109
| | | | | | | | | | | First, I updated the clang rewriter to do the conversion. Then I lightly hand-tweaked the output for the few places where the rewriter messed up, mostly when dealing with calls on "this". Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9 Reviewed-on: https://gerrit.libreoffice.org/7879 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Typo: formating -> formattingJulien Nabet2014-02-061-1/+1
| | | | Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
* Typo: wraped -> wrappedJulien Nabet2014-02-061-1/+1
| | | | Change-Id: I657a192a2be21315a3a17dc8a798a084a6f98c34
* coverity#705403 Argument cannot be negativeCaolán McNamara2014-02-063-22/+16
| | | | Change-Id: I0cf67a4bd5ec95e135511611c236350d4347895e
* fdo#54938 Convert bridges, editeng and others to cppu::supportsServiceAlexandre Vicenzi2014-02-021-18/+12
| | | | | | | | Change-Id: I7ff5189473c3e0831c2f1e95264d1a04f3b716a9 Reviewed-on: https://gerrit.libreoffice.org/7761 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
* fdo#63154: Remove SVBT8 from solar.hMarcos Paulo de Souza2014-01-301-3/+3
| | | | | | | | | | Conflicts: sw/source/filter/ww8/ww8par2.cxx Change-Id: I4e500cf0ca89468494fd3f0892839f5ca6cce725 Reviewed-on: https://gerrit.libreoffice.org/7645 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* bool improvementsStephan Bergmann2014-01-287-26/+26
| | | | Change-Id: I7b149b16a362473179a383ff1bb16f428f755f31
* UtBool -> boolStephan Bergmann2014-01-147-42/+38
| | | | Change-Id: I4cec5ba61762ac87d5bfb07b15ab661955e207ac
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-2/+2
| | | | | | | | | Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
* TyposJulien Nabet2013-12-2330-38/+38
| | | | Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
* Fix other typosJulien Nabet2013-12-223-4/+4
| | | | Change-Id: I3f0a51c53efdd383d49d978a1e8531afe9dac896
* typo fixesAndras Timar2013-12-203-6/+6
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* Drop duplicate #includeTakeshi Abe2013-12-102-2/+0
| | | | Change-Id: Ib8969d5cd4898b81a5dcd90dc313abd28adfe052
* outter -> outer (also when "outter" is inside another word)Julien Nabet2013-11-235-23/+23
| | | | Change-Id: I0290d57f1c27a82a34a7dba56d88d51ec6d0bd9e
* -Werror,-Wduplicate-enumStephan Bergmann2013-11-141-1/+2
| | | | Change-Id: I7ee0dee0ac35b9a678c76b8ebcb43c8ce5531709
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-2/+2
| | | | Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-18/+18
| | | | Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
* cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet2013-11-042-4/+6
| | | | | | See http://nabble.documentfoundation.org/About-quot-assignment-operators-quot-cppcheck-warning-td4081208.html Change-Id: Ie351058a30c5d2df5f5ec1327c575e129d022cd2
* Related: fdo#71147 lwp-files open not or without charts/tablesJulien Nabet2013-11-041-0/+2
| | | | | | | | | It seems pContent may be NULL (see https://bugs.freedesktop.org/attachment.cgi?id=88539) Change-Id: I80249dd1d0afc3feaef5f1b1d134210beee3d029 Reviewed-on: https://gerrit.libreoffice.org/6536 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* remove redundant calls to OUString constructorNoel Grandin2013-11-042-3/+2
| | | | | | | | | Change code like this: aStr = OUString("xxxx"); into this: aStr = "xxxx"; Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | This is both an optimisation and a cleanup. This converts code like aStr.indexOf("XX") == 0 to aStr.startsWith("XX") and converts code like aStr.lastIndexOf("XXX") == aStr.getLength() - 3 to aStr.endsWith("XXX") Note that in general aStr.lastIndexOf("X") == aStr.getLength() - 1 converts to aStr.isEmpty() || aStr.endsWith("X") so I used the surrounding context to determine if aStr could be empty when modifying the code. Change-Id: I22cb8ca7c2a4d0288b001f72adb27fd63af87669
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-3/+3
| | | | | | They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-221-9/+3
| | | | | | | | | to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* drop some tools/string includesCaolán McNamara2013-10-203-4/+1
| | | | Change-Id: I83698b10c0c4fef1929d62be809ac7d77e9a3502
* CID#738972 use after freeCaolán McNamara2013-10-141-3/+9
| | | | Change-Id: I3c1329a55b53365945406c515ff4e8e72792dcb6
* CID#736180 out of boundsCaolán McNamara2013-10-091-0/+3
| | | | Change-Id: I2e775a49a1c852053e3c7996381f20d3eda1189c
* HighLight -> Highlight.Jan Holesovsky2013-10-046-14/+14
| | | | Change-Id: I2db5102fbc441c0b79d8c28023f3e3bb5613b3cf
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
| | | | Change-Id: I129acbac7c88285c45da84045fee0e42eaa9a9ad
* fix OUString conversion in lotuswordproCaolán McNamara2013-10-011-5/+8
| | | | | | second arg is number of input bytes, not number of resulting codepoints Change-Id: I76ab899fa3875f37075214363188cf897e018f22
* convert String to OUString in lotuswordpro moduleNoel Grandin2013-10-015-71/+71
| | | | Change-Id: I4af6a11084f3337df1f6278b28fd0fd9d94d6a6a
* CID#738545 uninitialized scalarCaolán McNamara2013-09-111-1/+1
| | | | Change-Id: I111ce1b7c8d6dc8e19b2f13a1897a66dec0417f8