summaryrefslogtreecommitdiff
path: root/jurt/test/com/sun/star/uno/AnyConverter_Test.java
AgeCommit message (Expand)AuthorFilesLines
2015-04-20java: some random small cleanupsNoel Grandin1-1/+1
2014-09-28jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch1-15/+31
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-1/+1
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-5/+5
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-3/+3
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin1-4/+4
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin1-1/+1
2014-03-10jurt: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-26Remove visual noise from jurtAlexander Wilms1-12/+12
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-4/+4
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin1-2/+2
2012-06-29Java5 update - convert code to use genericsNoel Grandin1-1/+1
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-02-17Make jurt JunitTests workStephan Bergmann1-397/+386
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.6.48); FILE MERGEDRüdiger Timm1-23/+18
2006-05-04INTEGRATION: CWS mmt7 (1.5.14); FILE MERGEDRüdiger Timm1-29/+2
2005-09-07INTEGRATION: CWS ooo19126 (1.4.152); FILE MERGEDRüdiger Timm1-47/+21
2003-05-22INTEGRATION: CWS uno4 (1.3.12); FILE MERGEDVladimir Glazounov1-1230/+850
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-5/+79
2002-08-08#99466# isObject and toObject now treat an Any with interface type and null r...Joachim Lingner1-1/+6
2002-03-26test programm for AnyConverterJoachim Lingner1-0/+1267