summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DTable.cxx
AgeCommit message (Expand)Author
2019-10-17Remove some memset callsMike Kaganski
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-09-06TyposAndrea Gelmini
2019-06-12Resolves: tdf#125878 correct calculation of H:M:S from timestampEike Rathke
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov
2019-03-25new loplugin:unoqueryNoel Grandin
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-06store originating exception when re-throwingNoel Grandin
2019-01-21Forgot to adapt one of the format stringsStephan Bergmann
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann
2019-01-02Fix typoAndrea Gelmini
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-08-30Translate German commentsJohnny_M
2018-08-13Translate German variable namesJohnny_M
2018-08-01loplugin:returnconstant in connectivityNoel Grandin
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann
2018-05-07loplugin:useuniqueptr in OFileTableNoel Grandin
2018-05-03make createStream_simpleError return std::unique_ptrNoel Grandin
2018-02-28Translate German comments and debug stringsJohnny_M
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin
2018-01-26Modernize a bit connectivity (part1)Julien Nabet
2018-01-15More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-14Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2017-12-20inline typedefs in connectivity/StdTypeDefsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-11-14Translate German debug stringsJohnny_M
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-10-01throw more useful uno::Exception'sNoel Grandin
2017-09-24tdf#96505 Get rid of cargo cult "long" integer literals66kesara99
2017-08-31Replace list by vector for getResourceStringWithSubstitutionJulien Nabet
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin
2017-07-02loplugin:casttovoid: connectivityStephan Bergmann