summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-113-14/+14
* convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin2015-06-112-2/+2
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-095-20/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0818-25/+25
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0829-40/+40
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Revert "loplugin:staticmethods"Jan Holesovsky2015-06-082-10/+10
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Finalizers must not access UNO objectsStephan Bergmann2015-06-042-1/+19
* loplugin:loopvartoosmallStephan Bergmann2015-06-021-5/+4
* Use range-based forStephan Bergmann2015-06-021-5/+4
* loplugin:loopvartoosmallStephan Bergmann2015-06-023-4/+4
* hsqldb flush: protect against weak ref having expiredLionel Elie Mamane2015-06-021-1/+2
* more debugging informationLionel Elie Mamane2015-06-021-0/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-0212-23/+23
* add libebook-1.2.so.16 in EApi.cxxRene Engelhard2015-06-011-0/+1
* HSQLDB connection flush: safer handling when createStatement or execute failsLionel Elie Mamane2015-05-301-3/+10
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-294-4/+4
* loplugin:loopvartoosmallNoel Grandin2015-05-299-17/+17
* loplugin:loopvartoosmallNoel Grandin2015-05-293-6/+6
* convert ODBC3SQL constants to scoped enumNoel Grandin2015-05-2915-196/+201
* loplugin:unnecessarysuperclass, merge IWarningsContainer..Noel Grandin2015-05-291-5/+0
* Fix memory leakDavid Ostrovsky2015-05-281-0/+1
* add libebook-1.2.so.15 in EApi.cxxRene Engelhard2015-05-261-0/+1
* Remove include stdio (part1)Julien Nabet2015-05-1737-46/+0
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1546-233/+14
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-115-7/+7
* loplugin:staticmethodsStephan Bergmann2015-05-116-106/+105
* cppcheck: uselessAssignmentPtrArgCaolán McNamara2015-05-101-4/+1
* ...or rather, like thisStephan Bergmann2015-05-081-1/+1
* loplugin:implicitboolconversionStephan Bergmann2015-05-081-1/+1
* jdbc character stream: don't mix up bytes and charactersLionel Elie Mamane2015-05-082-15/+85
* loplugin:staticmethodsStephan Bergmann2015-05-085-144/+138
* callcatcher: update unused codeCaolán McNamara2015-05-081-5/+0
* I very much assume this wants to call java.io.Reader.readyStephan Bergmann2015-05-081-3/+3
* Fix Boolean value operationsStephan Bergmann2015-05-081-1/+1
* jboolean-related clean-upStephan Bergmann2015-05-083-6/+6
* drop useless temp debugging stringsCaolán McNamara2015-05-041-11/+0
* rhbz#1213173: connectivity: Calc driver: prevent document being disposedMichael Stahl2015-04-292-5/+15
* redundant castCaolán McNamara2015-04-292-2/+2
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-1/+1
|\
| * prophylactic double dispose audit.Michael Meeks2015-04-091-1/+1
* | Use TriState instead of 0/1/-1Stephan Bergmann2015-04-282-7/+8
* | css.sdbc.XResultSetMetaData.isNullable return type is long (oddly enough)Stephan Bergmann2015-04-281-1/+1
* | Make use of comphelper::log::convert::convetLogArgToString bool overloadStephan Bergmann2015-04-281-4/+4
* | css.util.XNumberFormats.genarateFormat nLeading param is of type shortStephan Bergmann2015-04-281-1/+1
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-6/+6
* | tdf#90614 oups... I was too eager in replacing getAny() with makeAny()Lionel Elie Mamane2015-04-251-1/+4
* | Typo: UNSPUPPORTED->UNSUPPORTEDJulien Nabet2015-04-241-1/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-243-12/+10