summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc
AgeCommit message (Expand)Author
2024-11-11clang-tidy: performance-unnecessary-copy-initialization in connectivityNoel Grandin
2024-09-30use more concrete UNO type in file::OConnectionNoel Grandin
2024-05-07loplugin:ostr in connectivityNoel Grandin
2024-05-05use [[noreturn]] for these throw helpersCaolán McNamara
2024-04-29Drop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen
2024-01-19cid#1545244 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-06-04Use getXWeak in connectivityMike Kaganski
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2022-04-20loplugin:passstuffbyrefNoel Grandin
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski
2021-10-08loplugin:moveparam in connectivityNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-05-14Directly initialize ODatabaseMetaDataResultSet in CDatabaseMetaData.cxxJulien Nabet
2021-02-22loplugin:refcounting in connectivityNoel
2020-11-13tdf#123936 Formatting files in module connectivity with clang-formatPhilipp Hofer
2020-10-21use tools::Long in comphelper..cuiNoel
2020-07-29Remove some unused includesMiklos Vajna
2020-07-11connectivity: create instances with uno constructorsNoel Grandin
2020-04-18loplugin:flatten connectivityNoel Grandin
2020-03-18simplify ORefVector codeNoel Grandin
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen
2019-12-18sal_Char->char in connectivityNoel Grandin
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov
2018-12-13loplugin:unusedfields in variousNoel Grandin
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin
2018-01-26Update comment to reflect the right typeJens Carl
2018-01-25Change property value to get CellContentType in connectivity/Jens Carl
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna
2017-10-23loplugin:includeform: connectivityStephan Bergmann