summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc
AgeCommit message (Expand)AuthorFilesLines
2024-04-01tdf#146619 Drop unused 'using namespace' in: connectivity/Gabor Kelemen4-9/+0
2024-01-19cid#1545244 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-6/+5
2023-06-04Use getXWeak in connectivityMike Kaganski1-1/+1
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin1-14/+0
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin2-44/+43
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski1-9/+8
2021-10-08loplugin:moveparam in connectivityNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-4/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-05-14Directly initialize ODatabaseMetaDataResultSet in CDatabaseMetaData.cxxJulien Nabet1-12/+10
2021-02-22loplugin:refcounting in connectivityNoel5-17/+11
2020-11-13tdf#123936 Formatting files in module connectivity with clang-formatPhilipp Hofer1-12/+10
2020-10-21use tools::Long in comphelper..cuiNoel1-1/+1
2020-07-29Remove some unused includesMiklos Vajna1-1/+0
2020-07-11connectivity: create instances with uno constructorsNoel Grandin3-120/+17
2020-04-18loplugin:flatten connectivityNoel Grandin1-150/+150
2020-03-18simplify ORefVector codeNoel Grandin1-9/+9
2020-01-14tdf#42949 Fix IWYU warnings in connectivity/*/*cxxGabor Kelemen4-19/+1
2019-12-18sal_Char->char in connectivityNoel Grandin1-2/+2
2019-12-16tdf#42949 Fix IWYU warnings in connectivity/*/*hxxGabor Kelemen2-0/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+2
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov1-2/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann1-1/+1
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-5/+2
2018-12-13loplugin:unusedfields in variousNoel Grandin1-2/+0
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-1/+1
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin1-3/+2
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-3/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin1-1/+1
2018-01-26Update comment to reflect the right typeJens Carl1-1/+1
2018-01-25Change property value to get CellContentType in connectivity/Jens Carl1-2/+2
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann1-12/+12
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-2/+2
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin2-3/+3
2017-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna1-5/+5
2017-10-23loplugin:includeform: connectivityStephan Bergmann7-27/+27
2017-09-11connectivity DatabaseMetaData: pull out OComponent from OCalc/WriterMiklos Vajna1-209/+2
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna1-144/+0
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-2/+2
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-1/+1