summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase
AgeCommit message (Expand)AuthorFilesLines
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-14Translate German debug stringsJohnny_M1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-10-23loplugin:includeform: connectivityStephan Bergmann16-52/+52
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara991-1/+1
2017-08-31Replace list by vector for getResourceStringWithSubstitutionJulien Nabet1-1/+1
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-11/+11
2017-07-21migrate to boost::gettextCaolán McNamara6-10/+10
2017-07-19loplugin:constparams in connectivityNoel Grandin2-5/+5
2017-07-11simplify some OUString::copy callsNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-3/+3
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin2-2/+2
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann1-8/+4
2017-07-02tdf#108789 and others: overhaul DBase files encoding handlingLionel Elie Mamane1-41/+2
2017-06-29improve refcounting lopluginNoel Grandin1-1/+1
2017-06-28connectivity: Fix memory leak at finding non-empty fileTakeshi Abe1-4/+2
2017-06-20loplugin:oncevar in codemaker..connectivityNoel Grandin1-2/+1
2017-06-14dBASE: put back an array for trailerJulien Nabet1-31/+4
2017-06-13dBASE: remove wrong m_ prefix introduced in a recent commitJulien Nabet1-49/+49
2017-06-13dBASE: header refactoringJulien Nabet1-45/+77
2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke2-22/+6
2017-06-12tdf#55631: DBASE import (take 2)Julien Nabet1-0/+5
2017-06-10DBase, encodings mixedJulien Nabet1-2/+2
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-2/+2
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2-8/+8
2017-05-12remove unused uno::Reference varsNoel Grandin2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock2-3/+3
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock2-3/+3
2017-04-22revert bits of "remove some old MSVC workarounds"Noel Grandin1-2/+2
2017-04-21remove some old MSVC workaroundsNoel Grandin1-2/+2
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-29tdf#39468 Translate German commentsJens Carl1-4/+4
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-3/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+0
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-26loplugin:loopvartoosmallStephan Bergmann1-5/+6
2017-02-17remove unused NONE from TAscendingOrder enumNoel Grandin1-4/+1
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist3-12/+12
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-9/+9
2017-01-26Remove dynamic exception specificationsStephan Bergmann10-47/+47
2017-01-17new loplugin: useuniqueptr: connectivityNoel Grandin2-3/+2
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-8/+10
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-15/+15
2016-11-24coverity#1371267 Missing move assignment operatorCaolán McNamara1-0/+11
2016-11-24Related: coverity#1371267 copy ctor broken, nPagePos not copiedCaolán McNamara1-0/+1
2016-11-18sync ONDXPagePtr impl with current SvRef implCaolán McNamara1-7/+30