summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc
AgeCommit message (Expand)Author
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
2017-09-11connectivity DatabaseMetaData: pull out OComponent from OCalc/WriterMiklos Vajna
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-19connectivity: merge OCalcColumns and OWriterColumnsMiklos Vajna
2017-07-19connectivity: merge OCalcPreparedStatement and OWriterPreparedStatementMiklos Vajna
2017-07-19connectivity: merge OCalcStatement and OWriterStatementMiklos Vajna
2017-07-19connectivity: merge OCalcResultSet and OWriterResultSetMiklos Vajna
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-10New loplugin:conststringvar: connectivityStephan Bergmann