summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Expand)AuthorAgeFilesLines
* loplugin:oncevar: empty strings: connectivityStephan Bergmann2017-07-136-60/+31
* use more OUString::operator== comphelper..cuiNoel Grandin2017-07-136-10/+10
* simplify some OUString::copy callsNoel Grandin2017-07-112-2/+2
* use more range-for on uno::SequenceNoel Grandin2017-07-111-13/+7
* loplugin:unnecessaryparenStephan Bergmann2017-07-111-1/+1
* simplify some OUString compareTo callsNoel Grandin2017-07-101-2/+2
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-3/+3
* cppcheck: uselessCallsRemoveJochen Nitschke2017-07-092-6/+6
* No language driver in header for dBASEIII/PlusJulien Nabet2017-07-071-1/+4
* remove nullptr checks on STL search result iteratorsJochen Nitschke2017-07-072-3/+3
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-1/+1
* C++11 remove std::binary_function bases from functorsJochen Nitschke2017-07-075-8/+8
* tdf#108782 replace std::bind2nd with lambdaJochen Nitschke2017-07-071-1/+2
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-062-2/+2
* use more begin()/end() for SequenceNoel Grandin2017-07-064-16/+10
* loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2017-07-054-16/+12
* new loplugin unnecessaryparenNoel Grandin2017-07-0510-18/+18
* loplugin:casttovoid (clang-cl): connectivityStephan Bergmann2017-07-054-40/+12
* loplugin:unusedfields connectivityNoel Grandin2017-07-0517-78/+30
* loplugin:unusedfieldsNoel Grandin2017-07-043-15/+0
* loplugin:casttovoidStephan Bergmann2017-07-041-2/+1
* use begin()/end() when working with SequenceNoel Grandin2017-07-033-6/+6
* loplugin:oncevar (clang-cl): connectivityStephan Bergmann2017-07-033-8/+5
* C++11 remove std::unary_function bases from functorsJochen Nitschke2017-07-033-10/+8
* loplugin:casttovoid: connectivityStephan Bergmann2017-07-0231-287/+134
* Typo: isCaseSensitveExtension->isCaseSensitiveExtensionJulien Nabet2017-07-022-2/+2
* tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane2017-07-022-41/+85
* loplugin:oncevarStephan Bergmann2017-06-303-56/+28
* loplugin:oncevarStephan Bergmann2017-06-292-9/+5
* improve refcounting lopluginNoel Grandin2017-06-297-8/+8
* In DatabaseMetaData::getIndexInfo, isPrimary has always been ignoredStephan Bergmann2017-06-281-3/+1
* connectivity: Fix memory leak at finding non-empty fileTakeshi Abe2017-06-281-4/+2
* In OSQLParseTreeIterator::traverseCreateColumns, nLen has always been ignoredStephan Bergmann2017-06-271-7/+0
* s/catched/caughtNoel Grandin2017-06-261-1/+1
* simplify some string handling in tracing callsNoel Grandin2017-06-231-1/+1
* create comphelper::RefCountedMutexNoel Grandin2017-06-2060-338/+334
* loplugin:oncevar in codemaker..connectivityNoel Grandin2017-06-2018-86/+48
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-183-3/+0
* use more SAL_N_ELEMENTS part 3Noel Grandin2017-06-151-8/+8
* dBASE: put back an array for trailerJulien Nabet2017-06-142-48/+26
* loplugin:redundantcase (clang-cl)Stephan Bergmann2017-06-141-1/+1
* dBASE: remove wrong m_ prefix introduced in a recent commitJulien Nabet2017-06-132-63/+63
* dBASE: typo + remove useless comment from previous commitJulien Nabet2017-06-131-3/+3
* dBASE: header refactoringJulien Nabet2017-06-132-53/+96
* remove TDE integration (vclplug, address book, config backend)Michael Stahl2017-06-1337-6744/+0
* use local statics for getUnoTunnelImplementationIdJochen Nitschke2017-06-1319-209/+57
* tdf#55631: DBASE import (take 2)Julien Nabet2017-06-121-0/+5
* Fix typosAndrea Gelmini2017-06-121-1/+1
* cleanup unused css/frame/* includesJochen Nitschke2017-06-123-9/+0
* Fix typosAndrea Gelmini2017-06-1112-100/+100