summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file
AgeCommit message (Expand)Author
2024-03-13reduce symbol visibility in --enable-mergelibs=more modeNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in file::OResultSetNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-20loplugin:passstuffbyrefNoel Grandin
2021-10-08loplugin:moveparam in connectivityNoel Grandin
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC
2021-03-21fix typo in code: anylizeSQL->analyzeSQLJulien Nabet
2021-02-26loplugin:refcounting in connectivityNoel
2020-07-18compact namespace: connectivityNoel Grandin
2020-07-11connectivity: create instances with uno constructorsNoel Grandin
2020-03-18simplify ORefVector codeNoel Grandin
2020-02-10move some headers inside connectivityNoel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-11-15make some classes module-privateNoel Grandin
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-08-22loplugin:constmethod in connectivityNoel Grandin
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-25loplugin:unusedfields in connectivityNoel Grandin
2018-08-17loplugin:useuniqueptr in connectivity/fileNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-07loplugin:useuniqueptr in OResultSetNoel Grandin
2018-05-07loplugin:useuniqueptr in OFileTableNoel Grandin
2018-05-04loplugin:useuniqueptr in connectivity::OSortIndexNoel Grandin
2018-05-03make createStream_simpleError return std::unique_ptrNoel Grandin
2018-04-17remove no longer necessary operator new/delete overridesNoel Grandin
2018-02-05loplugin:useuniqueptr in OStatement_BaseNoel Grandin
2018-02-02remove connectivity OSubComponentNoel Grandin
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-12-29Fix typosAndrea Gelmini
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-07loplugin:countusersofdefaultparams in connectivityNoel Grandin
2017-11-07loplugin:finalclasses in connectivityNoel Grandin
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-28loplugin:checkunusedparams more part2Noel Grandin
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-07-05loplugin:unusedfields connectivityNoel Grandin
2017-07-02Typo: isCaseSensitveExtension->isCaseSensitiveExtensionJulien Nabet
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-19loplugin:unusedfieldsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara