summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-055-33/+27
* Removed duplicated includesAndrea Gelmini2014-10-312-2/+0
* accessibility: shift by zeroRobert Antoni Buj i Gelonch2014-10-302-4/+4
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-301-6/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-232-3/+3
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-212-6/+7
* accessibility: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-191-9/+6
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* java: always use braces for while loopsNoel Grandin2014-10-167-10/+18
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-163-103/+101
* java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch2014-10-131-4/+2
* 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