summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl17-1/+17
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-18java: make fields final where possibleNoel Grandin28-97/+71
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-2/+3
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini6-21/+21
2014-11-12java: convert fields to local variables where possibleNoel Grandin5-43/+23
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-20/+16
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-11-05idle: allow processing pending handlers remotely.Michael Meeks1-0/+9
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-33/+27
2014-10-31Removed duplicated includesAndrea Gelmini2-2/+0
2014-10-30accessibility: shift by zeroRobert Antoni Buj i Gelonch2-4/+4
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch1-6/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2-6/+7
2014-10-19accessibility: The if statement is redundantRobert Antoni Buj i Gelonch1-9/+6
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-16java: always use braces for while loopsNoel Grandin7-10/+18
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin3-103/+101
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch1-4/+2
2014-10-13accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-4/+31
2014-10-11accessibility: Calling String.toString()Robert Antoni Buj i Gelonch1-1/+1
2014-10-10unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch1-1/+1
2014-10-09As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch3-4/+5
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-3/+3
2014-10-08complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch1-3/+3
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-1/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin2-2/+2
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin3-5/+4
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-2/+2
2014-10-04fix for invalid dynamic_castNoel Grandin1-3/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin2-6/+6
2014-09-29toolkit: std::auto_ptr -> std::unique_ptrStephan Bergmann1-42/+43
2014-09-29loplugin: cstylecastNoel Grandin10-259/+261
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-25comphelper: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin19-197/+197
2014-09-18fdo#82577: Handle FontNoel Grandin8-24/+24
2014-09-12toolkit: sal_Bool -> boolStephan Bergmann2-2/+2
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-09-10vcl: sal_Bool -> boolStephan Bergmann7-14/+14