summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-02fdo#39468 Make forms/ German comments cleanPhilipp Weissenbacher
2014-10-01forms: enhanced for loopRobert Antoni Buj i Gelonch
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch
2014-09-30forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch
2014-09-30forms: the assigned value is never usedRobert Antoni Buj i Gelonch
2014-09-30forms: remove import from the same packageRobert Antoni Buj i Gelonch
2014-09-30forms: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch
2014-09-29forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch
2014-09-25fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher
2014-09-24fdo#39468 Translated German to EnglishTobias Madl
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19fdo#39468 Translate German comments, clean some wsPhilipp Weissenbacher
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15Simplify expression to fix bool/sal_Bool ambiguityStephan Bergmann
2014-09-15forms: sal_Bool -> boolStephan Bergmann
2014-09-15Mark template member fns that are supposed to override as SAL_OVERRIDEStephan Bergmann
2014-09-12fdo#39468: Translated German to EnglishJennifer Liebel
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-25Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-08-25Fix *_component_getFactory function typeStephan Bergmann
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-21Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza
2014-08-21forms: CSS -> cssThomas Arnhold
2014-08-21star* -> css::*Thomas Arnhold
2014-08-21stario -> css::ioThomas Arnhold
2014-08-21staruno -> css::unoThomas Arnhold
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove unused importsNoel Grandin