summaryrefslogtreecommitdiff
path: root/lotuswordpro
AgeCommit message (Collapse)AuthorFilesLines
2016-04-21new plugin stylepoliceNoel Grandin2-20/+20
check for local variables which follow our member field naming convention, which is highly confusing Change-Id: Idacedf7145d09843e96a584237b385f7662eea10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-5/+5
Change-Id: Ic81341bfb5d2271993451c3bdcf6e94222ac6ec2
2016-04-14loplugin:passstuffbyref in lotuswordproNoel Grandin32-63/+59
Change-Id: I2bca01e1ac3585674804b94d1cd65c18c41998ac
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
Sequence.h(xx), Any.h(xx) and Type.h(xx) and remove unused using-declarations from these files. Add a few missing includes provided by them. Change-Id: I6b91b6d1fdf9d0496dd546c0aab9bdcc6831a5d4 Reviewed-on: https://gerrit.libreoffice.org/23805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-04-09pCont can be nullCaolán McNamara2-1/+1
Change-Id: I7af6c5f4a14e330924a1ea12ebb6328884b8a565
2016-04-08foundry may be nullCaolán McNamara2-1/+2
Change-Id: I39359389a42e35e0131db1d0451fbd5531843f75
2016-04-05UBSan: Restrict BorderWidthType values to valid range on inputStephan Bergmann1-4/+19
...lotuswordpro/qa/cppunit/data/fail/null-1.lwp would read 15 into m_eBelowType Change-Id: Icedcb4c8e2e6309b2e1bd82025feb02bad1ab7da
2016-04-04currentlayout may be nullCaolán McNamara2-4/+4
Change-Id: I1e53482e722b82f052434f45e37a2fbdb2ea6ffc
2016-04-04hold bullet para by referenceCaolán McNamara3-15/+11
Change-Id: I58025ea906426a7db4079042fa38954f1a3d076b
2016-04-03subtable corruption is possibleCaolán McNamara2-3/+2
Change-Id: Ifbf4312df583724a22328491bea3b6e05b82418f
2016-03-30loplugin:nullptr: Find some more cases in templatesStephan Bergmann1-1/+1
Change-Id: I1f127d56e40b04f2b4df85c0afbcfd424d68a8cc
2016-03-23loplugin:constantparam in lotuswordproNoel Grandin16-51/+50
Change-Id: I09c2301adb674fbed68a2659f828c7501a90b0c6
2016-03-16ubsan: load of value 768, which is not a valid value for typeCaolán McNamara1-1/+3
Change-Id: Ief0b70f19630d8d8cc925145848c7a2c8a2813ad
2016-03-15recurse protection for XFConvertCaolán McNamara9-14/+25
Change-Id: Ib6008d4b07159acad26c7baeb775702119c12e3b
2016-03-11tweat ExtMargins with same recurse protection as MarginsCaolán McNamara3-5/+16
Change-Id: I24640971ea6ca89878043966293492a991f01008
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-1/+1
(as some tests derive from the latter only for the Directories part, not for the setUp/tearDown overrides: those tests will be cleaned up next) Change-Id: Ib6b78eea868b8bc21d4cc6e8fd9e1d025deca05f Reviewed-on: https://gerrit.libreoffice.org/23078 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-09loplugin:constantparam in lotuswordproNoel Grandin5-7/+7
Change-Id: I8f8efa6b01fa0bcab074ac54029d95778cb388ab
2016-03-08need stdexceptCaolán McNamara1-0/+1
Change-Id: I008591c9d64a99939237e267b9ef6f28b2ef7964
2016-03-08avoid infinite regress in busted documentsCaolán McNamara4-7/+21
Change-Id: I639617e41cd9a9a51a3dd3efa32ac1cf2991b9d2
2016-03-07lwp: fix infinite recurseCaolán McNamara2-1/+2
Change-Id: Ibd17c0f68a9bac92e591fd2c998de45a84b372aa
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+1
to catch calling params with defaults like "= OUSString()" Change-Id: Iad060e318ed492c22f8be44e326174fe6d28fff9 Reviewed-on: https://gerrit.libreoffice.org/22932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-03-02loplugin:unuseddefaultparam in lotuswordproNoel Grandin10-60/+40
Change-Id: I60a7a6d1b576411bea63f1616f2103ec6f126915
2016-02-22loplugin:write only fieldsNoel Grandin4-5/+1
Change-Id: I45895e9845a9037da207f001fece427452ed499f
2016-02-09Remove excess newlinesChris Sherlock4-5/+0
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
Change-Id: I4bb19d6103c4a6a902d86b62a857e3478493924c
2016-02-05Fix typosAndrea Gelmini1-1/+1
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-01-22lotuswordpro: Clean after we use constructor featureMatúš Kukan3-46/+16
18f1eb7b0c3536817572eeb481591418a7eab3da was pushed sooner, so just few more additions. Change-Id: If8e8082959fc049947986ca6faf329ea9436062a
2016-01-21Clean upStephan Bergmann3-38/+7
after ea6fdbaeeb51ad695f1c3754b796b7273eb4baad "tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilter" Change-Id: I24179fd670bbaa92713cb69bd306930e90a8e698
2016-01-21cppcheck: silence unusedPrivateFunctionCaolán McNamara12-77/+77
somewhat odd this-> syntax here Change-Id: Ic69e72e15a9f90741e9422e14eb9a6d4784c7aa9
2016-01-21-fsanitize=functionStephan Bergmann1-1/+2
Change-Id: I6293e2bbe5e61bcc538cddf86370b1d770f361af
2016-01-21tdf#74608 lotuswordpro: Constructor feature for LotusWordProImportFilterkripton3-26/+9
Change-Id: I51aba68e1a220f7cf953978a10b6b62a922c989b Reviewed-on: https://gerrit.libreoffice.org/21614 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-18loplugin: unused return valuesNoel Grandin4-17/+8
Change-Id: I9c61a46c57894bc63a57740206c0bcb4a16553af Reviewed-on: https://gerrit.libreoffice.org/21571 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-01-15loplugin:unusedmethods unused return value in lotuswordproNoel Grandin19-84/+47
Change-Id: Ibed85be78e05dc0e6474d688ef0e0dea401758ac
2016-01-10Fix typosAndrea Gelmini11-13/+13
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
2016-01-01guard against infinite recursion in MarginsSameAsParentCaolán McNamara2-4/+15
Change-Id: I09c1ccb850f0cb2365e52ee6ffd293ccf34ad00e
2015-12-29return early if Container invalidatedCaolán McNamara1-0/+2
Change-Id: I3983070f1fe447e4b75b956cf95d3b3c5266b3f9
2015-12-28guard against infinite recursion in GetGeometryCaolán McNamara2-5/+18
Change-Id: I901f77f5846512cb528f2e14bbc50409fa29bef2
2015-12-27guard against missing Container LayoutCaolán McNamara1-2/+5
Change-Id: Ie43b13448a6cacd3af4822b85f06ed84a2d38ff9
2015-12-27guard against missing FoundryCaolán McNamara1-2/+2
Change-Id: I5ba66ff020b8226ac01af985f68c3ef67057c01a
2015-12-24loplugin:unusedfieldsNoel Grandin8-19/+0
Change-Id: I979592adb978c3757a1e54615021ee424a2e02bf Reviewed-on: https://gerrit.libreoffice.org/20892 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-12-23guard against missing DropcapMgr and FoundryCaolán McNamara1-2/+7
Change-Id: I1007d4fac2514bc165941c70109cd8e3d57153cd
2015-12-22guard against missing ContentContainerCaolán McNamara1-4/+6
Change-Id: I4f2c5d53148deb02d990edc42140c23f02409cea
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin2-2/+0
Change-Id: I5866c8d95e04714e81a45e73bf00a430859a4327
2015-12-191343630 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: I81223b868f069755e8a46c57bfe0282021f26de7
2015-12-19coverity#1343629 Unchecked dynamic_castCaolán McNamara1-2/+2
Change-Id: I93b7298d785e57a4ef854cea3e9cd5c2c0f35849
2015-12-19coverity#1343627 Unchecked dynamic_castCaolán McNamara1-1/+3
Change-Id: I83c0febcbbf0f19a05818e0575921d1d6254935f
2015-12-19coverity#1343626 Unchecked dynamic_castCaolán McNamara1-12/+21
Change-Id: I52e6d6c9cb48880185293fb9825d7a6530ee767d
2015-12-19coverity#1343625 Unchecked dynamic_castCaolán McNamara1-1/+1
Change-Id: Ib534e4e8ecf50a9159c5e98e2c899bf13f44c654
2015-12-19coverity#1343624 Unchecked dynamic_castCaolán McNamara1-2/+3
Change-Id: Ia303a5dc97fb5e491e86a3484040e657f1b480d4
2015-12-19coverity#1343623 Logically dead codeCaolán McNamara1-1/+1
Change-Id: Ibcf05263f7bea50f70d55f4d8944d0a41d54851d