summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* Windows build fix of 'All image cleanup related change'feature/perfwork5László Németh2014-11-241-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
* forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch2014-09-302-4/+4
* forms: the assigned value is never usedRobert Antoni Buj i Gelonch2014-09-302-5/+2
* forms: remove import from the same packageRobert Antoni Buj i Gelonch2014-09-305-16/+0
* forms: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-3015-27/+16
* Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch2014-09-291-1/+1
* forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch2014-09-291-7/+6
* forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch2014-09-291-1/+3
* fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher2014-09-2513-101/+92
* fdo#39468 Translated German to EnglishTobias Madl2014-09-242-19/+18
* fdo#82577: Handle WindowNoel Grandin2014-09-2311-41/+41
* fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher2014-09-1918-132/+116
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann2014-09-151-1/+1
* forms: sal_Bool -> boolStephan Bergmann2014-09-1513-21/+21
* Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann2014-09-151-5/+5
* fdo#39468: Translated German to EnglishJennifer Liebel2014-09-121-5/+5
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-1/+1
* Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann2014-09-101-1/+1