summaryrefslogtreecommitdiff
path: root/unotools/qa
AgeCommit message (Collapse)AuthorFilesLines
2019-05-15tdf#42949 Fix IWYU warnings in unotools/*Gabor Kelemen1-2/+0
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Also recheck include/unotools/* Change-Id: I3b8489aca69fbe80fa4a21748ac3c872d0d266c4 Reviewed-on: https://gerrit.libreoffice.org/71883 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2017-10-23loplugin:includeform: unotoolsStephan Bergmann1-5/+5
Change-Id: I019d7fefcd83b306a1847ae4a7ec581435412fc4
2017-10-03new loplugin:blockblockNoel Grandin1-22/+21
Change-Id: I7b68b70fa4c7234e8882f7627026959a596968fd Reviewed-on: https://gerrit.libreoffice.org/43025 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-03-25Fix typosAndrea Gelmini1-1/+1
Change-Id: Ieea40e1b7282267157810f9f58ca083e68ae6715 Reviewed-on: https://gerrit.libreoffice.org/35659 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2016-03-07tdf#97703 removed empty setUp/tearDown methodsChirag Manwani1-5/+0
Change-Id: I244d481bce4723d172e26c0d31aab0a541334604 Reviewed-on: https://gerrit.libreoffice.org/22959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-11-05java: combine nested if statementsNoel Grandin1-10/+6
Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-04-04Typo: creat->createJulien Nabet1-1/+1
Change-Id: I5e57e6d506504933096f4c8e371b0ddc93c04cbd
2015-01-26don't strip font names of apparent script suffixes anymoreCaolán McNamara1-4/+3
e.g. "CM Roman CE" should be left alone. bump font cache id to invalidate old cached lists I think this practice stems from Window 3.1/Word 95 where the encoding was included in the font name http://www.webcenter.ru/~kazarn/eng/fonts_ttf.htm#charsettbl Microsoft Office still generates RTF files with weird-ass Win 3.1 style fontnames but any actual existing fonts that happen to have names that fall into that pattern should be left alone now. Change-Id: Ibb704048d63b33ce510d6b1076700c6e94a0af2a
2015-01-05java: remove dead codeNoel Grandin2-13/+0
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2014-12-11java: reduce visibility of fields and methodsNoel Grandin3-7/+7
found by PMD Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6 Reviewed-on: https://gerrit.libreoffice.org/13409 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-10java: simplify the getMSF() methodsNoel Grandin1-2/+1
Change-Id: Ib459799f4a3224f8c9683ac4b6cf37982d2077a3 Reviewed-on: https://gerrit.libreoffice.org/13406 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-10java: remove some comment noiseNoel Grandin1-1/+2
Change-Id: I4d15a0e606f468346bc5d2f43af2e14bcc758e13 Reviewed-on: https://gerrit.libreoffice.org/13405 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-10java: the TempFileTest interface is unnecessaryNoel Grandin4-29/+4
Change-Id: Ic49f95117b54929f95984aff0f69e47b90daee7c Reviewed-on: https://gerrit.libreoffice.org/13404 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-24java: unused local varsNoel Grandin2-4/+2
Change-Id: Ib0709da830788f8169282e45552af4fdc300ccf9 Reviewed-on: https://gerrit.libreoffice.org/13096 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-21unotools: correct filename spelling - testGetEnglishSearchName.cxxChris Sherlock1-0/+0
Change-Id: I9d8bc0b8d9257e8bd2453a0707081c134cc775c3
2014-10-20fix font testsCaolán McNamara1-3/+3
Change-Id: I2738ea2a5c6714d8e43c06aa2eb4c53500a5afe9
2014-09-09fdo#82854 extended unit-testsMichael Jaumann1-10/+19
Conflicts: unotools/qa/unit/testGetEnlishSearchName.cxx Change-Id: Ie721cbc275998b37a4f6206079d55734b85308b0 Reviewed-on: https://gerrit.libreoffice.org/11348 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-08fdo#82854 - cleanup & review bits.Michael Meeks1-20/+5
Change-Id: Ia5b2628adb62013a22cf6c5e384154c54abc2294
2014-09-08fdo#82854 - use OUStringBuffer in fontdefs.cxx plus unit-test.Michael Jaumann1-0/+70
Change-Id: Ia3a4814467ed98bd3b1889991cc3644c0c23f515
2014-08-14java: remove commented out codeNoel Grandin1-1/+0
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin1-1/+1
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
2014-08-05java: remove commented out codeNoel Grandin2-3/+0
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-02-26Remove visual noise from unotoolsAlexander Wilms1-10/+0
Change-Id: I1285c4e47ad381934adc3aea6671e7c95d820c39 Reviewed-on: https://gerrit.libreoffice.org/8334 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-06-21re-base on ALv2 code.Michael Meeks5-118/+73
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2011-06-16CWS gnumake4: convert unotools to new build systemMathias Bauer1-57/+0
2010-06-07sb123:#i111449# cleanups in unotools qa/complex testsLars Langhans5-102/+95
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien6-25/+6
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov1-2/+2
2008-04-11INTEGRATION: CWS changefileheader (1.2.24); FILE MERGEDRüdiger Timm2-46/+37
2008/03/31 13:03:37 rt 1.2.24.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.4); FILE MERGEDRüdiger Timm4-92/+72
2008/03/31 13:03:37 rt 1.3.4.1: #i87441# Change license header to LPGL v3.
2008-03-20License header addedRüdiger Timm4-1/+137
2008-01-04INTEGRATION: CWS fwk77 (1.1.2); FILE ADDEDOliver Bolte1-0/+93
2007/10/18 11:40:05 mav 1.1.2.1: #i47532# TempFile service
2008-01-04INTEGRATION: CWS fwk77 (1.1.2); FILE ADDEDOliver Bolte1-0/+199
2007/10/18 11:40:54 mav 1.1.2.1: #i47532# TempFile service
2008-01-04INTEGRATION: CWS fwk77 (1.1.2); FILE ADDEDOliver Bolte1-0/+74
2007/10/18 11:40:45 mav 1.1.2.1: #i47532# TempFile service
2008-01-04INTEGRATION: CWS fwk77 (1.1.2); FILE ADDEDOliver Bolte1-0/+94
2007/10/18 11:40:35 mav 1.1.2.1: #i47532# TempFile service
2008-01-04INTEGRATION: CWS fwk77 (1.1.2); FILE ADDEDOliver Bolte1-0/+93
2007/10/18 11:40:25 mav 1.1.2.1: #i47532# TempFile service
2008-01-04INTEGRATION: CWS fwk77 (1.1.2); FILE ADDEDOliver Bolte1-0/+5
2007/10/18 11:40:15 mav 1.1.2.1: #i47532# TempFile service