summaryrefslogtreecommitdiff
path: root/connectivity
AgeCommit message (Expand)AuthorFilesLines
2017-08-17Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part3)Julien Nabet2-0/+3
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin5-11/+9
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-11/+11
2017-08-11Related tdf#111634: Multiple memory leaks in libmacabdrv1 (part2)Julien Nabet1-0/+2
2017-08-11Related tdf#111634: Multiple memory leaks in libmacabdrv1Julien Nabet1-0/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin8-9/+15
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin12-26/+26
2017-08-08loplugin:unusedmethodsNoel Grandin2-4/+0
2017-08-08loplugin:constantparamNoel Grandin2-11/+5
2017-08-08loplugin:singlevalfieldsNoel Grandin2-4/+2
2017-08-07loplugin:oncevarStephan Bergmann1-20/+10
2017-08-07loplugin:useuniqueptrStephan Bergmann3-9/+12
2017-08-07Remove dead DBG_UTIL codeStephan Bergmann1-21/+0
2017-08-07-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2017-08-05silence snprintf warningCaolán McNamara1-9/+7
2017-08-05refactor to remove the gotosCaolán McNamara1-26/+20
2017-08-02add a few const purely for documentation reasonsLionel Elie Mamane1-11/+11
2017-08-02tdf#110997 protect calls to implBuildFromRelative from year overflowLionel Elie Mamane1-4/+28
2017-08-02remove unnecessary use of 'this->'Noel Grandin2-2/+2
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-29/+6
2017-08-02connectivity: partially merge OWriterTable and OCalcTableMiklos Vajna7-315/+303
2017-08-01move resmgr to unotoolsCaolán McNamara2-8/+4
2017-08-01loplugin:checkunusedparamsNoel Grandin4-22/+29
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-5/+5
2017-07-31loplugin:constparams in formula,xmlhelpNoel Grandin1-1/+1
2017-07-30tdf#96370 rework filtering to be aware of WHERE vs HAVING clauseLionel Elie Mamane3-14/+166
2017-07-28loplugin:constparams handle constructorsNoel Grandin15-19/+19
2017-07-28loplugin:checkunusedparams more part2Noel Grandin3-5/+3
2017-07-28loplugin:checkunusedparams more part1Noel Grandin3-8/+2
2017-07-25loplugin:unusedmethodsNoel Grandin3-5/+0
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-14/+6
2017-07-24add libebook-1.2.so.19 in EApi.cxxRico Tzschichholz1-0/+1
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin4-11/+8
2017-07-23loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2017-07-22loplugin:unusedfields in basctl..connectivityNoel Grandin2-3/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara10-134/+0
2017-07-21migrate to boost::gettextCaolán McNamara101-1247/+389
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-1/+1
2017-07-19connectivity: merge OCalcColumns and OWriterColumnsMiklos Vajna9-112/+17
2017-07-19connectivity: merge OCalcPreparedStatement and OWriterPreparedStatementMiklos Vajna9-100/+16
2017-07-19connectivity: merge OCalcStatement and OWriterStatementMiklos Vajna9-103/+16
2017-07-19connectivity: merge OCalcResultSet and OWriterResultSetMiklos Vajna11-301/+50
2017-07-19loplugin:constparams in connectivityNoel Grandin40-101/+102
2017-07-18connectivity writer driver: mention Writer in display nameMiklos Vajna1-1/+1
2017-07-18connectivity writer driver: add Statement implementationMiklos Vajna4-3/+88
2017-07-18connectivity writer driver: add ResultSet implementationMiklos Vajna4-2/+255
2017-07-18-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2017-07-18connectivity writer driver: add PreparedStatement implementationMiklos Vajna4-4/+91