summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)Author
2017-09-06loplugin:unnecessaryparenJan-Marek Glogowski
2017-09-04loplugin:unnecessaryparen in connectivityNoel Grandin
2017-09-01Remove unused m_aBatchVector membersStephan Bergmann
2017-08-31Replace some lists by vectors (+rename vars)Julien Nabet
2017-08-31Use vector and replace m_aBatchList by m_aBatchVectorJulien Nabet
2017-08-31Replace list by vector for getResourceStringWithSubstitutionJulien Nabet
2017-08-31loplugin:constparams: connectivity (clang-cl)Stephan Bergmann
2017-08-31loplugin:constparams: connectivity (macOS)Stephan Bergmann
2017-08-29remove some unused macro definitionsNoel Grandin
2017-08-17Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part3)Julien Nabet
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-11Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part2)Julien Nabet
2017-08-11Related tdf#111634: Multiple memory leaks in libmacabdrv1Julien Nabet
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-08loplugin:unusedmethodsNoel Grandin
2017-08-08loplugin:constantparamNoel Grandin
2017-08-08loplugin:singlevalfieldsNoel Grandin
2017-08-07loplugin:oncevarStephan Bergmann
2017-08-07loplugin:useuniqueptrStephan Bergmann
2017-08-07Remove dead DBG_UTIL codeStephan Bergmann
2017-08-07-Werror,-Wunused-private-fieldStephan Bergmann
2017-08-05silence snprintf warningCaolán McNamara
2017-08-05refactor to remove the gotosCaolán McNamara
2017-08-02add a few const purely for documentation reasonsLionel Elie Mamane
2017-08-02tdf#110997 protect calls to implBuildFromRelative from year overflowLionel Elie Mamane
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane
2017-07-28loplugin:constparams handle constructorsNoel Grandin
2017-07-28loplugin:checkunusedparams more part2Noel Grandin
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-24add libebook-1.2.so.19 in EApi.cxxRico Tzschichholz
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin
2017-07-23loplugin:unnecessaryvirtualNoel Grandin
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-21de-hrc various thingsCaolán McNamara
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