summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
* tdf#143148 Use pragma once instead of include guardspsidiumcode2022-02-176-24/+6
* Resolves: tdf#147325 "Edit in SQL View" should accept tabCaolán McNamara2022-02-111-0/+1
* sal_uInt8 is typedefed as unsigned char so this casting isn't neededCaolán McNamara2022-02-071-12/+7
* Following simplify a bit ODatabaseDocument::impl_getUntitledHelper_throwJulien Nabet2022-02-051-7/+4
* use some more add toId/fromIdCaolán McNamara2022-02-045-7/+7
* add toId/fromId to tidy up some ugly castingCaolán McNamara2022-02-046-64/+64
* Use only toUInt64 for reinterpret_cast<DBTreeListUserData*>Julien Nabet2022-02-041-3/+3
* Simplify a bit ODatabaseDocument::impl_getUntitledHelper_throwJulien Nabet2022-02-041-6/+5
* used TypedWhichId in the constructor of various svx *Item classesNoel Grandin2022-01-291-2/+2