summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2024-01-10UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski2-3/+3
2023-12-08cid#1545692 std::swap COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+2
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+3
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet1-1/+3
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+1
2023-12-03cid#1546503 Using invalid iteratorCaolán McNamara1-0/+1
2023-11-29cid#1554867 silence Out-of-bounds accessCaolán McNamara1-1/+1
2023-11-20Extended loplugin:ostr: dbaccessStephan Bergmann1-1/+1
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet5-17/+10
2023-11-10loplugin:fieldcast in OTableStyleContextNoel Grandin2-4/+5
2023-11-09enable unchecked lint for our java codeNoel Grandin4-6/+7
2023-11-09tdf#114441 Convert sal_uLong to better integer typesYli8751-1/+1
2023-11-09default to ignoring libreoffice special-purpose protocols in calc hyperlinkCaolán McNamara1-1/+2
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)2-66/+68
2023-11-07Pass XInteractionHandler to hasTrustedScriptingSignature instead of a boolMike Kaganski2-15/+12
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann17-381/+378
2023-10-22tdf#119931 Fix accessibility warnings in dbaccessnirnay1-0/+5
2023-10-20dbaccess/source/core/inc/object.hxx unused since initial importJulien Nabet1-30/+0
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann23-38/+38
2023-10-19Related tdf#144256: missing removePropertyChangeListener calls in AppControllerJulien Nabet2-1/+8
2023-10-19Related tdf#144256: remove m_pSharedConnectionManagerJulien Nabet3-78/+68
2023-10-18Drop duplicated forward declarationsMike Kaganski1-3/+0
2023-10-18Replace useless typedef OSharedConnection_BASE2 and replace it by its valueJulien Nabet1-4/+3
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann2-2/+2
2023-10-18Related tdf#144256: fix order of disposing in OSharedConnectionJulien Nabet1-1/+1
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski13-66/+36
2023-10-13tdf#157465: getBytes may trigger an exception with hsqlJulien Nabet1-16/+29
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann4-4/+4
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann1-1/+1
2023-09-24tdf#157260: don't add a "port" param if already present in the connection DB urlJulien Nabet1-1/+2
2023-09-15tdf#71224: Remove "Insert fields" option for an existing table (workaround)Julien Nabet1-1/+10
2023-09-15Fix assertion 'GTK_IS_CHECK_MENU_ITEM (check_menu_item)' in dbaccessJulien Nabet1-3/+8
2023-09-13loplugin:unodispose in dbaccessNoel Grandin4-0/+13
2023-09-08no need to use XAggregation for DatabaseRegistrationsNoel Grandin4-16/+7
2023-09-01connectivity: add neutral context parserHenry Castro2-1/+2
2023-08-31tdf#156816 Base handles scale on SQL type TIME as with TIMESTAMPPierre1-0/+3
2023-08-28new loplugin:optionalboolNoel Grandin6-14/+14
2023-08-08simplify ODatabaseDocument inheritanceNoel Grandin2-26/+5
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-07-28tdf#156471: New database wizard - add generic support for embedded databases ...Pierre2-0/+6
2023-07-23No need to create an identical obj if we return the same property valuesJulien Nabet1-5/+5
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny1-6/+10
2023-06-29loplugin:unusedmethodsNoel Grandin2-10/+0
2023-06-29loplugin:unusedfields make it a little smarterNoel Grandin1-1/+0
2023-06-28Simplify a bitMike Kaganski1-5/+2
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin3-5/+5
2023-06-26new loplugin:constexprliteralNoel Grandin8-11/+11
2023-06-20tdf#43369 Refactor PosgresSQL connection setupOlivier Hallot4-112/+104