summaryrefslogtreecommitdiffstats
path: root/connectivity/qa
Commit message (Expand)AuthorAgeFilesLines
* Finalizers must not access UNO objectsStephan Bergmann2015-06-041-1/+15
* Typos + simple german translationsJulien Nabet2015-02-081-3/+3
* java: remove more dead codeNoel Grandin2015-01-052-4/+3
* java: remove dead codeNoel Grandin2015-01-056-132/+0
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-2/+2
* java: static fields that should not be staticNoel Grandin2014-12-191-1/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-151-8/+0
* connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-4/+4
* java: reduce visibility of fields and methodsNoel Grandin2014-12-113-25/+25
* java: remove some comment noiseNoel Grandin2014-11-251-7/+1
* java: make fields final where possibleNoel Grandin2014-11-185-12/+12
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-7/+6
* java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2014-10-251-9/+9
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-162-3/+2
* java: close ResultSet after useNoel Grandin2014-10-161-25/+30
* remove unnecessary catch blockNoel Grandin2014-10-161-8/+2
* connectivity: the value of Math.asin(0.0) is zeroRobert Antoni Buj i Gelonch2014-10-141-1/+1
* connectivity: Iterate over each Entry in a Map & Enhanced for-loopsRobert Antoni Buj i Gelonch2014-10-111-8/+5
* connectivity: the assigned value is never usedRobert Antoni Buj i Gelonch2014-10-012-12/+7
* connectivity: Use chain of .append methodsRobert Antoni Buj i Gelonch2014-09-291-3/+3
* Fix some typosDavid Ostrovsky2014-09-212-3/+3
* remove more unnecessary constructor declarationsNoel Grandin2014-08-201-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-3/+3
* remove some dead Java codeNoel Grandin2014-08-201-2/+0
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-8/+8
* java: remove unused importsNoel Grandin2014-08-141-1/+0
* java: remove commented out codeNoel Grandin2014-08-144-76/+0
* java: remove dead methodsNoel Grandin2014-08-131-18/+0
* java: reduce scope, make some methods privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-133-4/+4
* java: remove useless javadoc tagsNoel Grandin2014-08-121-3/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-123-0/+3
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-082-2/+2
* java: remove unused fieldsNoel Grandin2014-08-081-5/+0
* java: remove commented out codeNoel Grandin2014-08-052-4/+0
* java: remove some unused import statementsNoel Grandin2014-08-043-3/+0
* java: remove some casting in lib.TestParameters#getMSFNoel Grandin2014-08-044-11/+11
* connectivity: fix includesThomas Arnhold2014-06-042-2/+2
* Fix leaks in test codeStephan Bergmann2014-05-301-0/+7
* remove comments why a file gets includedThomas Arnhold2014-04-211-4/+0
* remove executable bitAndras Timar2014-04-171-0/+0
* connectivity: sal_Bool->boolNoel Grandin2014-04-161-2/+2
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-2/+2
* Remove visual noise from connectivityAlexander Wilms2014-02-277-19/+19
* bool improvementsStephan Bergmann2014-01-221-1/+1
* typo fixesAndras Timar2013-12-201-1/+1
* remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin2013-11-112-2/+2
* ORowSetValue: adapt test to new behaviour, extend test moreLionel Elie Mamane2013-10-201-7/+85