summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-4/+31
* accessibility: Calling String.toString()Robert Antoni Buj i Gelonch2014-10-111-1/+1
* unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch2014-10-101-1/+1
* As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch2014-10-093-4/+5
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-092-3/+3
* complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch2014-10-081-3/+3
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-081-1/+1
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-072-2/+2
* java: remove unnecessary adding of empty stringsNoel Grandin2014-10-073-5/+4
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-2/+2
* fix for invalid dynamic_castNoel Grandin2014-10-041-3/+4
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-301-1/+1
* fdo#82577: Handle RegionNoel Grandin2014-09-302-6/+6
* toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-291-42/+43
* loplugin: cstylecastNoel Grandin2014-09-2910-259/+261
* remove unnecessary casts'sNoel Grandin2014-09-261-1/+1
* comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-251-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-2319-197/+197
* fdo#82577: Handle FontNoel Grandin2014-09-188-24/+24
* toolkit: sal_Bool -> boolStephan Bergmann2014-09-122-2/+2
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1
* vcl: sal_Bool -> boolStephan Bergmann2014-09-107-14/+14
* toolkit: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-091-1/+1
* toolkit: fix javadoc errorsrbuj2014-09-022-6/+6
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-5/+5
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-222-3/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-205-20/+0
* fix exception not caughtNoel Grandin2014-08-201-22/+27
* use correct loop index variableNoel Grandin2014-08-201-2/+2
* remove some dead Java codeNoel Grandin2014-08-201-6/+0
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-202-4/+4
* java: no need to instantiate String objects directlyNoel Grandin2014-08-194-4/+4
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-148/+148
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-192-2/+2
* java: remove unused methodsNoel Grandin2014-08-191-18/+0
* catch UnknownPropertyExceptionCaolán McNamara2014-08-171-0/+10
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-147-26/+1
* java: remove dead methodsNoel Grandin2014-08-131-23/+2
* java: reduce scope, make some methods privateNoel Grandin2014-08-132-3/+3
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-135-12/+12
* java: reduce scope, make constructors privateNoel Grandin2014-08-131-1/+1
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1
* java: remove useless javadoc tagsNoel Grandin2014-08-125-47/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1237-1/+110