summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2022-07-27tdf#150089: not all databases know "RESTART WITH"Julien Nabet1-27/+31
2022-06-05cid#1504593 silence Dereference null return valueCaolán McNamara3-8/+12
2022-06-03elide some makeStringAndClear() classNoel Grandin6-16/+17
2022-06-02cid#1504597 Dereference null return valueCaolán McNamara1-5/+3
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2-3/+4
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann9-13/+20
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-4/+2
2022-05-18no need to take a lock when returning static dataNoel Grandin1-1/+0
2022-05-14Add extended tips for Direct SQL dialogOlivier Hallot1-0/+30
2022-05-14Bump directsqldialog.ui to latest Glade versionOlivier Hallot1-84/+81
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin4-12/+6
2022-05-09Fix typo in codeAndrea Gelmini1-1/+1
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin2-3/+3
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann77-432/+431
2022-05-03add o3tl::equalsAsciiNoel Grandin2-3/+4
2022-05-01use more string_view in variousNoel Grandin4-11/+17
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin3-5/+6
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl2-2/+2
2022-04-20loplugin:passstuffbyrefNoel Grandin14-16/+16
2022-04-18tdf#42982 Improved UNO API error reporting.Siddhant Chaudhary1-2/+2
2022-04-17Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-14use more string_view in dbaccessNoel Grandin5-46/+48
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin13-55/+57
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-9/+14
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin3-5/+6
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin7-11/+18
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-3/+3
2022-04-04use string_view in comphelper::string::splitNoel Grandin2-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin7-20/+27
2022-03-31tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya1-1/+1
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-3/+0
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-03-25tdf#132924 - Firebird findColumn: return column alias if specifiedAndreas Heinisch2-0/+28
2022-03-24Create OUString from ASCII literal instead of createFromAsciiMike Kaganski1-2/+2
2022-03-24Related tdf#147997: connect directly dialogJulien Nabet1-1/+1
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski1-8/+6
2022-03-16tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet5-13/+13
2022-03-11loplugin:constparamsNoel Grandin2-2/+2
2022-03-11new loplugin:trivialdestructorNoel Grandin2-3/+0
2022-03-10Missing test dependencyStephan Bergmann1-0/+4
2022-03-05remove a workaround that appears to be no longer necessaryLuboš Luňák3-18/+0
2022-03-05GetComponentServiceName can be constNoel Grandin2-2/+2
2022-02-28tdf#139734 removing redundant asserts after MacrosTest::loadFromDesktoppragat-pandya2-5/+2
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin2-2/+2
2022-02-21cid#1500396 silence Dereference after null checkCaolán McNamara1-0/+1
2022-02-19Simplify sequence of Property in dbaccessJulien Nabet6-124/+119
2022-02-17tdf#143148 Use pragma once instead of include guardspsidiumcode6-24/+6