summaryrefslogtreecommitdiffstats
path: root/javaunohelper
Commit message (Expand)AuthorAgeFilesLines
* javaunohelper: warning: unchecked castrbuj2014-09-151-4/+4
* javaunohelper: use a character literalrbuj2014-09-131-1/+1
* javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-132-2/+2
* javaunohelper: fix some misspellingsrbuj2014-09-095-17/+17
* javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj2014-09-071-2/+3
* javaunohelper: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-205-23/+0
* java: avoid if..else when returning boolean valuesNoel Grandin2014-08-201-8/+2
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-2010-42/+42
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-201-8/+2
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-6/+6
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-192-25/+25
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-12/+12
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-192-12/+12
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-193-30/+30
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-193-23/+23
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-6/+6
* javaunohelper: The assigned value is sometimes usedrbuj2014-08-161-2/+5
* java: remove useless instanceof testsNoel Grandin2014-08-141-2/+2
* java: remove commented out codeNoel Grandin2014-08-142-5/+0
* javaunohelper: Fix Bootstrap_Test.java & add warning messagesrbuj2014-08-121-4/+8
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-127-0/+19
* javaunohelper: enhancements in decodeUTF8rbuj2014-08-111-10/+5
* javaunohelper: Number parsingrbuj2014-08-111-31/+35
* javaunohelper: Iterate over each Entry in a Map & Enhanced for-loopsrbuj2014-08-101-8/+4
* javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.javarbuj2014-08-101-7/+10
* javaunohelper: Iterate over each Entry in a Maprbuj2014-08-091-7/+3
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-2/+0
* java: remove redundant null checksNoel Grandin2014-08-081-7/+4
* java: redundant assignment, variable can only be nullNoel Grandin2014-08-081-1/+1
* java: code some code to use non-deprecated constructorsNoel Grandin2014-08-082-2/+2
* java: remove unused variablesNoel Grandin2014-08-082-18/+15
* java: remove commented out codeNoel Grandin2014-08-058-111/+0
* java: remove unused fieldsNoel Grandin2014-08-052-3/+0
* java: remove various unused variablesNoel Grandin2014-08-055-14/+9
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* javaunohelper: If statement is redundantrbuj2014-07-301-11/+9
* javaunohelper: String comparisonrbuj2014-07-301-1/+1
* javaunohelper: The assigned value is never usedrbuj2014-07-304-8/+7
* javaunohelper: String comparisonrbuj2014-07-301-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-231-5/+5
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-232-10/+4
* Many spelling fixes: directories h* - p*.Pedro Giffuni2014-04-303-5/+5
* automaticly -> automatically.Jan Holesovsky2014-04-271-2/+2
* javaunohelper: sal_Bool->boolNoel Grandin2014-04-231-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* javaunohelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann2014-03-101-32/+2
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-4/+4
* Remove visual noise from javaunohelperAlexander Wilms2014-02-269-36/+36
* Remove unneccessary commentsAlexander Wilms2014-02-231-1/+1