summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Remove some memset callsMike Kaganski3-9/+3
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-1/+1
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov4-50/+37
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov1-1/+1
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov6-13/+15
2019-09-06TyposAndrea Gelmini1-1/+1
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-1/+1
2019-08-22loplugin:constmethod in connectivityNoel Grandin1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann2-2/+2
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-06-12Resolves: tdf#125878 correct calculation of H:M:S from timestampEike Rathke1-2/+3
2019-06-10Use hasElements to check Sequence emptiness in chart2..connectivityArkadiy Illarionov1-1/+1
2019-05-31connectivity: fix memory leaks caused by OConnection::acquire()Michael Stahl1-1/+1
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-04-14Fix typoAndrea Gelmini1-1/+1
2019-04-11Fix typosAndrea Gelmini1-1/+1
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-9/+2
2019-03-25new loplugin:unoqueryNoel Grandin1-2/+2
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen3-0/+3
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov1-7/+4
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann1-2/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin1-19/+16
2019-02-08loplugin:indentation in connectivityNoel Grandin2-3/+3
2019-02-06store originating exception when re-throwingNoel Grandin1-3/+4
2019-01-21Forgot to adapt one of the format stringsStephan Bergmann1-1/+1
2019-01-21Avoid -Werror=format-{overflow,truncation}=Stephan Bergmann1-6/+7
2019-01-18o3tl::make_unique -> std::make_unique in chart2...cuiGabor Kelemen1-2/+1
2019-01-02Fix typoAndrea Gelmini1-2/+2
2018-12-19use unique_ptr in connectivityNoel Grandin2-4/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin2-2/+2
2018-10-15add SvStream::TellEndNoel Grandin2-6/+5
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin3-5/+0
2018-08-30Translate German commentsJohnny_M1-1/+1
2018-08-13Translate German variable namesJohnny_M2-7/+7
2018-08-01loplugin:returnconstant in connectivityNoel Grandin4-13/+11
2018-07-29remove unused variableJochen Nitschke1-2/+0
2018-07-26Remove unused local variable 'aResultNode'Muhammet Kara1-1/+0
2018-07-16Add missing sal/log.hxx headersGabor Kelemen3-0/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke6-6/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-2/+4
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-2/+2
2018-05-07loplugin:useuniqueptr in OFileTableNoel Grandin1-10/+9
2018-05-03make createStream_simpleError return std::unique_ptrNoel Grandin3-11/+5
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0