summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
AgeCommit message (Expand)Author
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-10-13tdf#157465: getBytes may trigger an exception with hsqlJulien Nabet
2023-09-24tdf#157260: don't add a "port" param if already present in the connection DB urlJulien Nabet
2023-08-28new loplugin:optionalboolNoel Grandin
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-29loplugin:unusedfields make it a little smarterNoel Grandin
2023-06-28Simplify a bitMike Kaganski
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-20tdf#43369 Refactor PosgresSQL connection setupOlivier Hallot
2023-05-28Typo: aCatlog->aCatalogJulien Nabet
2023-05-26use more TypedWhichIdNoel Grandin
2023-05-26Related tdf#153317: extra check since we deal with signed integersJulien Nabet
2023-05-26tdf#153317: direct SQL: try to detect Bit field in Mysql/MariaDBJulien Nabet
2023-05-25use more TypedWhichIdNoel Grandin
2023-05-20loplugin:unusedmethodsNoel Grandin
2023-04-28tdf#43369: Specific UI for collecting PostgreSQL connection settingsnirnay
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-09use more OUStringToOStringNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-12-01tdf#149221 Handle HID on Database Wizard dialogRafael Lima
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-23tdf#151073 - enable firebird for appstore build w/o experimental modeChristian Lohmaier
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-27use more string_view in dbaccessNoel Grandin
2022-09-08loplugin:unusedfieldsNoel Grandin
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-05OSaveAsDlg doesn't need a pimplNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17cid#1509203 Dereference after null checkCaolán McNamara
2022-08-16cid#1500395 Dereference after null checkCaolán McNamara
2022-08-03Resolves tdf#149944 - UI issues with Base's User Administration dialogHeiko Tietze
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin
2022-06-05cid#1504593 silence Dereference null return valueCaolán McNamara
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-02cid#1504597 Dereference null return valueCaolán McNamara
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski