summaryrefslogtreecommitdiff
path: root/dbaccess/source
AgeCommit message (Expand)Author
2023-04-25Add script to find unused using declarationsGabor Kelemen
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen
2023-04-19loplugin::unusedmethodsNoel Grandin
2023-04-14loplugin:stringviewparam improvementsNoel Grandin
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-11Drop Writer::OutLongMike Kaganski
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-04-09use more OUStringToOStringNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-26Simplify FbCreateStmtParser::composeMike Kaganski
2023-03-25loplugin:stringadd in d*Noel Grandin
2023-03-16Resolves: tdf#153908 scrolling relationships moves the wrong directionCaolán McNamara
2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin
2023-03-08osl::Mutex->std::mutex in SQLEditViewNoel Grandin
2023-03-08Fix no-PCH buildMike Kaganski
2023-03-07no need to allocate these separatelyNoel Grandin
2023-03-06BaseMutex->std::mutex in OEmbedObjectHolderNoel Grandin
2023-03-06BaseMutex->std::mutex in OPropertyForwardNoel Grandin
2023-03-03flatten OGenericUnoControllerNoel Grandin
2023-02-28no need for pimpl in TableNameNoel Grandin
2023-02-28flatten some internal classes in dbaccessNoel Grandin
2023-02-21osl::Mutex->std::mutex in FmXGridPeerNoel Grandin
2023-02-18osl::Mutex->std::mutex in OGenericUnoControllerNoel Grandin
2023-02-18osl::Mutex->std::mutex in dbaui::OAsynchronousLinkNoel Grandin
2023-01-28Use ImplInheritanceHelper in OTableWindowAccessStephan Bergmann
2023-01-28Use ImplInheritanceHelper in OJoinDesignViewAccessStephan Bergmann
2023-01-28Use ImplInheritanceHelper in OConnectionLineAccessStephan Bergmann
2023-01-20Fix SbaXGridControl queryAggregationStephan Bergmann
2023-01-17XUnoTunnel->dynamic_cast in ODatabaseContextNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in OContentHelperNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in ORowSetBaseNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in OQueryDescriptorNoel Grandin
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski
2023-01-15tdf#153004: error when copying content to a table without autovalue primary keyJulien Nabet
2023-01-13Related tdf#153003: Copying a query and pasting as table in same DB impossibleJulien Nabet
2023-01-13Base OSubComponent on cppu::WeakComponentImplHelperStephan Bergmann
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin
2023-01-06tdf#152900: "Create new field as primary key" disabled...Julien Nabet
2022-12-14loplugin:implinheritancehelper in dbaccessNoel Grandin
2022-12-10Related tdf#152381: fix "lengths do not match"Julien Nabet
2022-12-08tdf#152299 - Remove unused define(s) from C/C++ filesBogdan B
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-11-13tdf#114441: Convert use of sal_uLong to better integer typesHarshita Nag
2022-11-11Drop a counterproductive const&Stephan Bergmann
2022-11-04calling getCaughtException twice in one catch block is not allowedNoel Grandin