summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)Author
2014-10-19accessibility: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch
2014-10-13accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-11accessibility: Calling String.toString()Robert Antoni Buj i Gelonch
2014-10-10unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch
2014-10-09As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-08complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-10-04fix for invalid dynamic_castNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
2014-09-09toolkit: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-02toolkit: fix javadoc errorsrbuj
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20fix exception not caughtNoel Grandin
2014-08-20use correct loop index variableNoel Grandin
2014-08-20remove some dead Java codeNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-17catch UnknownPropertyExceptionCaolán McNamara
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin