summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* loplugin:moveitNoel Grandin2022-06-161-1/+1
* clang-tidy modernize-pass-by-value in dbaccessNoel Grandin2022-06-1382-191/+245
* cid#1504593 silence Dereference null return valueCaolán McNamara2022-06-053-8/+12
* elide some makeStringAndClear() classNoel Grandin2022-06-036-16/+17
* cid#1504597 Dereference null return valueCaolán McNamara2022-06-021-5/+3
* The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2022-06-012-3/+4
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-249-13/+20
* modernize and improve PropertySetInfoNoel Grandin2022-05-241-4/+2
* no need to take a lock when returning static dataNoel Grandin2022-05-181-1/+0
* Add extended tips for Direct SQL dialogOlivier Hallot2022-05-141-0/+30
* Bump directsqldialog.ui to latest Glade versionOlivier Hallot2022-05-141-84/+81
* speed up simple use of NamedValueCollectionNoel Grandin2022-05-124-12/+6
* Fix typo in codeAndrea Gelmini2022-05-091-1/+1
* loplugin:unusedvariableplusNoel Grandin2022-05-051-1/+0
* use more o3tl::getTokenNoel Grandin2022-05-052-3/+3
* Just use Any ctor instead of makeAny in dbaccessStephan Bergmann2022-05-0477-432/+431
* add o3tl::equalsAsciiNoel Grandin2022-05-032-3/+4
* use more string_view in variousNoel Grandin2022-05-014-11/+17
* split comphelper::string::strip functions into String and view versionNoel Grandin2022-04-303-5/+6
* use more string_view in INetURLObjectNoel Grandin2022-04-295-7/+7
* officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl2022-04-262-2/+2
* loplugin:passstuffbyrefNoel Grandin2022-04-2014-16/+16
* tdf#42982 Improved UNO API error reporting.Siddhant Chaudhary2022-04-181-2/+2
* Removed duplicated includeAndrea Gelmini2022-04-171-1/+0
* use more string_view in dbaccessNoel Grandin2022-04-145-46/+48
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-1313-55/+57
* loplugin:stringview more o3tl conversionNoel Grandin2022-04-121-9/+14
* loplugin:stringview add check for getToken().toInt32Noel Grandin2022-04-113-5/+6
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-107-11/+18
* tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski2022-04-061-3/+3
* use string_view in comphelper::string::splitNoel Grandin2022-04-042-3/+3
* loplugin:stringviewparam convert methods using indexOfNoel Grandin2022-04-027-20/+27
* tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya2022-03-311-1/+1
* -Werror,-Wunused-but-set-variableStephan Bergmann2022-03-281-3/+0
* -Werror,-Wunused-but-set-variableStephan Bergmann2022-03-281-2/+0
* -Werror,-Wunused-but-set-variableStephan Bergmann2022-03-281-2/+0
* tdf#132924 - Firebird findColumn: return column alias if specifiedAndreas Heinisch2022-03-252-0/+28
* Create OUString from ASCII literal instead of createFromAsciiMike Kaganski2022-03-241-2/+2
* Related tdf#147997: connect directly dialogJulien Nabet2022-03-241-1/+1
* Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski2022-03-221-8/+6
* tdf#147997: MySQL/MariaDB for dialog for direct connectionJulien Nabet2022-03-165-13/+13
* loplugin:constparamsNoel Grandin2022-03-112-2/+2
* new loplugin:trivialdestructorNoel Grandin2022-03-112-3/+0
* Missing test dependencyStephan Bergmann2022-03-101-0/+4
* remove a workaround that appears to be no longer necessaryLuboš Luňák2022-03-053-18/+0
* GetComponentServiceName can be constNoel Grandin2022-03-052-2/+2
* tdf#139734 removing redundant asserts after MacrosTest::loadFromDesktoppragat-pandya2022-02-282-5/+2
* Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin2022-02-222-2/+2
* cid#1500396 silence Dereference after null checkCaolán McNamara2022-02-211-0/+1
* Simplify sequence of Property in dbaccessJulien Nabet2022-02-196-124/+119