summaryrefslogtreecommitdiff
path: root/qadevOOo/testdocs
AgeCommit message (Collapse)AuthorFilesLines
2015-06-15java: 'final static' to 'static final'Noel Grandin1-3/+3
this is the canonical order, and it makes the code easier to read Change-Id: I272e7f1e140296e582702b6dbf77a03eefb65470 Reviewed-on: https://gerrit.libreoffice.org/16242 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org>
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-5/+5
Make the order be 'public static' or 'private static' Just makes the code nicer to read. Change-Id: I182424bda45a2d68642e5d04c6091d268ace1fe2 Reviewed-on: https://gerrit.libreoffice.org/16202 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-09java:simplify boolean return expressionsNoel Grandin2-8/+2
Change-Id: I18c1573b7237aab88999877eec3cea41ca211c1d
2015-01-05java: remove more dead codeNoel Grandin1-39/+40
found by looking for unused parameters (in Eclipse) Change-Id: I03cf9bc8312e59747b2d0ac153ee2fc8d76be893
2015-01-05java: remove dead codeNoel Grandin1-2/+0
found by UCDetector Change-Id: I6b0f49529379072da566e927b86815f173e7a90b
2014-12-15java: remove some unused fields and variablesNoel Grandin1-1/+1
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-4/+4
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-10-16java: when rethrowing, store the original exceptionNoel Grandin1-1/+1
Change-Id: Idfca83a2a646acab90886c0ef9c30dd7d2fc8b53
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
Change-Id: Ia99765a6226317ee41ffb02a1b0dd7e6fd944a90
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-2/+2
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
2014-08-11java: remove unused parametersNoel Grandin1-2/+1
Change-Id: I47c618117e079bb2ef90d92c449c8166ea957fa5
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-1/+1
Look for code like: xxx ? true : yyy; Which can be simplified to: xxx || yyy Change-Id: Ib7ca86580bfd0cf04674328a3c0cf3747de4758d
2014-03-10qadevOOo: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
Change-Id: I1efcc27818c8ec92db32151afc8f17bbf7fc1f40
2013-07-05rebasesiqi1-0/+0
Change-Id: I7dcad32a9dff9d35e9641e80d9a8986a8b84889e
2013-02-23Fix typo "fuction" -> "function"Julien Nabet1-2/+2
Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd
2012-11-14Clean up removal of binfilter tests from smoketestStephan Bergmann4-0/+0
Change-Id: Ide1d0b6c5cab56d5c383853d349d70b21401a533
2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza1-6/+1
More tags removed and with it, more commented code was found. So remove it all. Not functional changes here, just a cleanup. Change-Id: Id4a6b3126ca32f3460dec3056b9caa370d0ee69c Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
2012-08-28Java cleanup - remove unused importsNoel Grandin2-14/+0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin1-1/+1
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
2012-06-29Java5 update - usage generics where possibleNoel Grandin2-2/+2
Change-Id: I12f8c448961919e153047e28fee2a0acf3af1002
2012-06-22.cfg files don't need executable bitsMichael Stahl1-0/+0
Change-Id: If17439ae83eb063a7ab054c3701e23dd48f1edd1
2012-06-21re-base on ALv2 code.Michael Meeks6-132/+78
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-03-14make sdw smoketest document more usefulCaolán McNamara1-0/+0
2012-01-23Resolves: fdo#44856 skew artificial fonts before glyph or layout rotationCaolán McNamara1-0/+0
2011-11-29add Amiri kashida exampleKhaled Hosny3-0/+0
2011-08-15turn on cairo rendering of vertical textCaolán McNamara1-0/+0
2011-03-29Related: rhbz#684580 add testdoc for 'X' and '/' strike-throughCaolán McNamara1-0/+0
2011-01-24add new filesCaolán McNamara4-0/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien6-27/+6
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov3-6/+6
2008-04-10INTEGRATION: CWS changefileheader (1.4.62); FILE MERGEDRüdiger Timm2-46/+38
2008/03/31 16:44:34 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:44:34 rt 1.3.62.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.44); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:44:34 rt 1.4.44.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.4.62); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 16:44:33 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.62); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 16:44:33 rt 1.3.62.1: #i87441# Change license header to LPGL v3.
2006-07-25INTEGRATION: CWS rt15 (1.3.22); FILE MERGEDRüdiger Timm1-27/+2
2006/06/27 11:44:51 rt 1.3.22.1: #i54459# CVS history removed from file.
2006-05-17INTEGRATION: CWS qadev26 (1.1.2); FILE ADDEDVladimir Glazounov1-0/+0
2006/05/09 12:26:41 sw 1.1.2.1: #i26659#
2005-09-08INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 15:31:45 rt 1.3.40.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:31:45 rt 1.2.82.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.3.40); FILE MERGEDRüdiger Timm2-96/+42
2005/09/05 15:31:44 rt 1.3.40.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.82); FILE MERGEDRüdiger Timm1-47/+28
2005/09/05 15:31:44 rt 1.2.82.1: #i54170# Change license header: remove SISSL
2005-09-08INTEGRATION: CWS ooo19126 (1.2.68); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:31:44 rt 1.2.68.1: #i54170# Change license header: remove SISSL
2005-03-29INTEGRATION: CWS qadev22 (1.1.2); FILE ADDEDRüdiger Timm1-0/+0
2005/03/11 10:14:30 sw 1.1.2.1: #i43684#
2005-03-29INTEGRATION: CWS qadev22 (1.1.2); FILE ADDEDRüdiger Timm1-0/+19
2005/03/11 10:13:56 sw 1.1.2.1: #i43684#
2004-07-23INTEGRATION: CWS sb20 (1.2.40); FILE MERGEDRüdiger Timm1-3/+3
2004/06/14 15:05:53 sb 1.2.40.1: #i29119# sandbox.jar no longer needed by UNO.
2004-07-23INTEGRATION: CWS sb20 (1.2.40); FILE MERGEDRüdiger Timm1-3/+3
2004/06/14 15:05:52 sb 1.2.40.1: #i29119# sandbox.jar no longer needed by UNO.
2004-07-23INTEGRATION: CWS sb20 (1.2.26); FILE MERGEDRüdiger Timm1-3/+3
2004/06/14 15:05:52 sb 1.2.26.1: #i29119# sandbox.jar no longer needed by UNO.
2004-03-30INTEGRATION: CWS cfg04 (1.1.2); FILE ADDEDRüdiger Timm1-0/+1
2004/03/26 15:57:30 sw 1.1.2.1: #116063#
2004-03-30INTEGRATION: CWS cfg04 (1.1.2); FILE ADDEDRüdiger Timm1-0/+99
2004/03/26 15:57:14 sw 1.1.2.1: #116063#