summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2016-07-04tdf#43157 clean up OSL_ASSERT in connectivityJochen Nitschke
2016-07-04remove comphelper::string::removeNoel Grandin
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin
2016-06-27clang-analyzer-deadcode.DeadStoresStephan Bergmann
2016-06-23loplugin:unusedvariablecheckStephan Bergmann
2016-06-23tdf#67302 Resolving tablesSupplier name clash for postgresqlPrashant
2016-06-21connecitivty: [loplugin:nullptr]Michael Stahl
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-06-09remove some manual ref-counting in connectivityNoel Grandin
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-06Normalize on using @throws instead of @raise[s]Stephan Bergmann
2016-06-06connectivity: -Werror=unused-variableMichael Stahl
2016-06-06loplugin:sallogareasStephan Bergmann
2016-06-06connectivity: DBase: fix some obvious endian issuesMichael Stahl
2016-06-06Use o3tl/any.hxx in connectivityStephan Bergmann
2016-06-06tdf#89329: use unique_ptr for pImpl in TColumnHelperXisco Fauli
2016-06-06remove some manual ref-countingNoel Grandin
2016-06-03loplugin:refcountingStephan Bergmann
2016-06-02don't detach from database if we are not attachedLionel Elie Mamane
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-05-30loplugin:unusedmethodsNoel Grandin
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-24Convert T_DRIVERTYPE to scoped enumNoel Grandin
2016-05-24Convert OKeyType to scoped enumNoel Grandin
2016-05-22convert TAscendingOrder to scoped enumNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-17Make CSV line parsers consistent with CSV field parsers.Damjan Jovanovic
2016-05-12tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara
2016-05-12fall-through->SAL_FALLTHROUGHCaolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-04Fix Windows-only code, part 8Stephan Bergmann
2016-05-04Fix Windows-only code, part 7Stephan Bergmann
2016-05-04Fix Windows-only code, part 6Stephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-05-03NULL -> nullptrStephan Bergmann
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-25-Werror=maybe-uninitializedStephan Bergmann
2016-04-25Cannot extract Any to sal_uInt32Stephan Bergmann
2016-04-25fix Windows buildNoel Grandin