summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Expand)AuthorAgeFilesLines
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-2/+3
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-142-0/+2
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-126-21/+21
* java: convert fields to local variables where possibleNoel Grandin2014-11-125-43/+23
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-20/+16
* fix spelling implemenation -> implementationNoel Grandin2014-11-101-1/+1
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-2/+2
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* idle: allow processing pending handlers remotely.Michael Meeks2014-11-051-0/+9
* 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