summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/file
AgeCommit message (Expand)AuthorFilesLines
2019-12-18sal_Char->char in connectivityNoel Grandin1-2/+2
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-1/+1
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov1-20/+17
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov4-7/+9
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov2-3/+4
2019-09-06TyposAndrea Gelmini1-2/+2
2019-08-19loplugin:constvars in chart2..connectivityNoel Grandin1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): connectivityStephan Bergmann2-6/+6
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-04-24Fix typosAndrea Gelmini1-1/+1
2019-04-13loplugin:sequentialassign in codemaker..connectivityNoel Grandin1-2/+1
2019-03-25new loplugin:unoqueryNoel Grandin3-5/+5
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2019-03-09Simplify containers iterations in connectivityArkadiy Illarionov3-36/+19
2019-03-07log nice exception messages whereever possibleNoel Grandin1-1/+3
2019-02-25loplugin:unusedfields in connectivityNoel Grandin5-14/+0
2019-02-08loplugin:indentation in connectivityNoel Grandin2-4/+4
2018-12-21pass OSQLParseNode around by unique_ptrNoel Grandin1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-21fix some dodgy static vars in connectivityNoel Grandin1-1/+1
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin1-18/+15
2018-10-23clang-tidy performance-unnecessary-copy-init in canvas..cuiNoel Grandin1-4/+4
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen1-0/+1
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin5-9/+2
2018-08-17loplugin:useuniqueptr in connectivity/fileNoel Grandin3-29/+25
2018-07-29replace double checked locking patternsJochen Nitschke1-11/+3
2018-07-28loplugin:stringloop basctl,chart2,connectivityNoel Grandin1-3/+3
2018-07-27use OUStringBuffer in some loopsNoel Grandin1-3/+3
2018-07-16Add missing sal/log.hxx headersGabor Kelemen4-0/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-3/+0
2018-05-07loplugin:useuniqueptr in OResultSetNoel Grandin1-3/+3
2018-05-07loplugin:useuniqueptr in OFileTableNoel Grandin1-8/+1
2018-05-04loplugin:useuniqueptr in connectivity::OSortIndexNoel Grandin2-4/+4
2018-05-03make createStream_simpleError return std::unique_ptrNoel Grandin1-6/+4
2018-04-15remove some unused comphelper includesJochen Nitschke2-2/+0
2018-03-05Rename OCharsetMap::find overload to findIanaNameStephan Bergmann1-1/+1
2018-03-05tdf#116171: Tunnel arbitrary rtl_TextEncoding from sc to sdbc:dbase connectionStephan Bergmann1-8/+16
2018-02-28Translate German comments and debug stringsJohnny_M1-1/+1
2018-02-05loplugin:useuniqueptr in OTableNoel Grandin1-3/+3
2018-02-05loplugin:useuniqueptr in OStatement_BaseNoel Grandin1-3/+2
2018-02-02remove connectivity OSubComponentNoel Grandin2-13/+2
2018-01-29loplugin:useuniqueptr in OCatalogNoel Grandin1-1/+1
2018-01-26Modernize a bit connectivity (part1)Julien Nabet6-45/+47
2018-01-25loplugin:unused-returns in basegfx..cppcanvasNoel Grandin1-4/+2
2018-01-22remove some sal_Bool remnantsNoel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann7-32/+32