summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-1/+1
* java: simplify the getMSF() methodsNoel Grandin2014-12-101-2/+1
* changed timers to idlesTobias Madl2014-12-092-9/+9
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-2/+2
* java: remove some comment noiseNoel Grandin2014-11-253-20/+0
* java,framework: remove unused vars and parametersNoel Grandin2014-11-251-2/+1
* unotools: Internalize ucblockbytes.hxx headerMatúš Kukan2014-11-243-3/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-186-0/+7
* java: make fields final where possibleNoel Grandin2014-11-1811-31/+24
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-178-1/+10
* coverity#706540 Uncaught exceptionCaolán McNamara2014-11-141-1/+13
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-149-16/+16
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-125-6/+6
* java: convert fields to local variables where possibleNoel Grandin2014-11-124-14/+10
* Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann2014-11-111-6/+4
* Some SvxFontHeightItem clean-upStephan Bergmann2014-11-111-4/+6
* Try to fix ambiguity errorZolnai Tamás2014-11-071-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+1
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-1/+1
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1
* new loplugin: use more efficient find() methodsNoel Grandin2014-11-051-3/+2
* fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin2014-11-051-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-3/+3
* coverity#706543 uncaught exceptionDavid Tardon2014-11-041-1/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* forms: The if statement is redundantRobert Antoni Buj i Gelonch2014-10-307-38/+13
* coverity#706537 Uncaught exceptionCaolán McNamara2014-10-271-2/+5
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-1/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-1/+1
* loplugin: cstylecastNoel Grandin2014-10-238-15/+15
* fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin2014-10-211-1/+1
* tweak CaughtExceptionCaolán McNamara2014-10-201-1/+2
* Missing includeStephan Bergmann2014-10-201-1/+3
* coverity#706540 Uncaught exceptionCaolán McNamara2014-10-201-0/+12
* coverity#706538 Uncaught exceptionCaolán McNamara2014-10-201-5/+13
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-2/+2
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-6/+6
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-1/+1
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-161-1/+1
* java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-161-3/+11
* create a macro library for implementing bit-flags typesNoel Grandin2014-10-131-2/+2
* convert vcl StateChangedType to enum classNoel Grandin2014-10-113-8/+9
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-1/+1
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-082-2/+2
* java: optimise calls to toArrayNoel Grandin2014-10-071-3/+1
* fdo#39468 Make forms/ German comments cleanPhilipp Weissenbacher2014-10-022-18/+18
* forms: enhanced for loopRobert Antoni Buj i Gelonch2014-10-011-6/+2
* fdo#82577: Handle TimeNoel Grandin2014-10-014-12/+12
* forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch2014-09-301-10/+2