summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* 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
* set names on a bunch more threads...Michael Stahl2014-08-251-0/+2
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-251-0/+1
* Fix *_component_getFactory function typeStephan Bergmann2014-08-251-2/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-1/+1
* Remove useless include tools/debug.hxx from forms and extensionsMarcos Paulo de Souza2014-08-2112-20/+0
* forms: CSS -> cssThomas Arnhold2014-08-2112-71/+67
* star* -> css::*Thomas Arnhold2014-08-216-13/+13
* stario -> css::ioThomas Arnhold2014-08-215-24/+24
* staruno -> css::unoThomas Arnhold2014-08-211-2/+2
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-2010-50/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-16/+16
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-196-14/+14
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-12/+12
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-198-17/+17
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-3/+3
* java: remove unused importsNoel Grandin2014-08-143-5/+0
* java: remove commented out codeNoel Grandin2014-08-142-3/+0
* remove unnecessary use of Java reflectionNoel Grandin2014-08-131-28/+5
* java: remove dead methodsNoel Grandin2014-08-138-165/+11
* update_pchThomas Arnhold2014-08-131-0/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-134-8/+8