summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet
2023-11-10loplugin:fieldcast in OTableStyleContextNoel Grandin
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-11-09tdf#114441 Convert sal_uLong to better integer typesYli875
2023-11-09default to ignoring libreoffice special-purpose protocols in calc hyperlinkCaolán McNamara
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-11-07Pass XInteractionHandler to hasTrustedScriptingSignature instead of a boolMike Kaganski
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-22tdf#119931 Fix accessibility warnings in dbaccessnirnay
2023-10-20dbaccess/source/core/inc/object.hxx unused since initial importJulien Nabet
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann
2023-10-19Related tdf#144256: missing removePropertyChangeListener calls in AppControllerJulien Nabet
2023-10-19Related tdf#144256: remove m_pSharedConnectionManagerJulien Nabet
2023-10-18Drop duplicated forward declarationsMike Kaganski
2023-10-18Replace useless typedef OSharedConnection_BASE2 and replace it by its valueJulien Nabet
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-18Related tdf#144256: fix order of disposing in OSharedConnectionJulien Nabet
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-10-13tdf#157465: getBytes may trigger an exception with hsqlJulien Nabet
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-24tdf#157260: don't add a "port" param if already present in the connection DB urlJulien Nabet
2023-09-15tdf#71224: Remove "Insert fields" option for an existing table (workaround)Julien Nabet
2023-09-15Fix assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' in dbaccessJulien Nabet
2023-09-13loplugin:unodispose in dbaccessNoel Grandin
2023-09-08no need to use XAggregation for DatabaseRegistrationsNoel Grandin
2023-09-01connectivity: add neutral context parserHenry Castro
2023-08-31tdf#156816 Base handles scale on SQL type TIME as with TIMESTAMPPierre
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-08simplify ODatabaseDocument inheritanceNoel Grandin
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-28tdf#156471: New database wizard - add generic support for embedded databases ...Pierre
2023-07-23No need to create an identical obj if we return the same property valuesJulien Nabet
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
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-06-19tdf#38742 - Start Center: move last opened documents to the topAndreas Heinisch
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch
2023-06-03Simplify a bit DatabaseObjectView::fillDispatchArgsJulien Nabet
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin
2023-05-31tdf#155562: crash when switching to PostgreSQL connector in Database wizardJulien Nabet
2023-05-29use more TypedWhichIdNoel Grandin
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