summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/calc/CTable.cxx
AgeCommit message (Expand)Author
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
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-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-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-11-09connectivity: fix loplugin:datamembershadow warning in the Calc driverMiklos Vajna
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
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-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-23loplugin:constantparam in connectivityNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-28Use vector::dataStephan Bergmann
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2014-12-18connectivity: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26implement --with-system-odbc on windowsNoel Grandin
2014-06-04connectivity: fix includesThomas Arnhold
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-13fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFONoel Grandin
2014-04-16connectivity: sal_Bool->boolNoel Grandin
2014-04-01connectivity: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-11-11remove unnecessary use of OUString constructor in CONNECTIVITY moduleNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-19janitorial: remove unused, add constLionel Elie Mamane
2013-07-19Cleanup String in connectivityNorbert Thiebaud
2013-06-29remove OUString wrap for string literalsThomas Arnhold