summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
5 daysSimplify FbCreateStmtParser::composeMike Kaganski1-21/+12
6 daysloplugin:stringadd in d*Noel Grandin8-36/+20
2023-03-16Resolves: tdf#153908 scrolling relationships moves the wrong directionCaolán McNamara1-2/+2
2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK1-1/+1
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin1-2/+1
2023-03-08osl::Mutex->std::mutex in SQLEditViewNoel Grandin2-4/+5
2023-03-08Fix no-PCH buildMike Kaganski1-0/+2
2023-03-07no need to allocate these separatelyNoel Grandin4-12/+12
2023-03-06tdf#150045 Spotted another secondary labelAdolfo Jayme Barrientos1-0/+3
2023-03-06BaseMutex->std::mutex in OEmbedObjectHolderNoel Grandin1-7/+6
2023-03-06BaseMutex->std::mutex in OPropertyForwardNoel Grandin2-6/+6
2023-03-03flatten OGenericUnoControllerNoel Grandin1-49/+9
2023-02-28no need for pimpl in TableNameNoel Grandin2-25/+16
2023-02-28flatten some internal classes in dbaccessNoel Grandin15-193/+111
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski2-11/+6
2023-02-21osl::Mutex->std::mutex in FmXGridPeerNoel Grandin2-19/+24
2023-02-18osl::Mutex->std::mutex in OGenericUnoControllerNoel Grandin1-6/+6
2023-02-18osl::Mutex->std::mutex in dbaui::OAsynchronousLinkNoel Grandin1-6/+6
2023-01-28Use ImplInheritanceHelper in OTableWindowAccessStephan Bergmann2-31/+6
2023-01-28Use ImplInheritanceHelper in OJoinDesignViewAccessStephan Bergmann2-13/+3
2023-01-28Use ImplInheritanceHelper in OConnectionLineAccessStephan Bergmann2-31/+6
2023-01-20Fix SbaXGridControl queryAggregationStephan Bergmann2-4/+4
2023-01-17XUnoTunnel->dynamic_cast in ODatabaseContextNoel Grandin3-21/+4
2023-01-16XUnoTunnel->dynamic_cast in OContentHelperNoel Grandin4-21/+3
2023-01-16XUnoTunnel->dynamic_cast in ORowSetBaseNoel Grandin3-39/+5
2023-01-16XUnoTunnel->dynamic_cast in OQueryDescriptorNoel Grandin2-26/+2
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin2-15/+0
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski5-13/+13
2023-01-15tdf#153004: error when copying content to a table without autovalue primary keyJulien Nabet1-1/+1
2023-01-13Related tdf#153003: Copying a query and pasting as table in same DB impossibleJulien Nabet1-1/+1
2023-01-13Base OSubComponent on cppu::WeakComponentImplHelperStephan Bergmann6-133/+106
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin4-6/+2
2023-01-06tdf#152900: "Create new field as primary key" disabled...Julien Nabet1-2/+2
2022-12-14loplugin:implinheritancehelper in dbaccessNoel Grandin2-29/+3
2022-12-10Related tdf#152381: fix "lengths do not match"Julien Nabet1-1/+1
2022-12-08tdf#152299 - Remove unused define(s) from C/C++ filesBogdan B1-3/+0
2022-12-01tdf#149221 Handle HID on Database Wizard dialogRafael Lima2-0/+7
2022-11-29dbaccess: remove unused includesXisco Fauli6-32/+0
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin7-7/+5
2022-11-23UnoApiTest: factor out createTempFileXisco Fauli6-26/+13
2022-11-22tdf#151827 Improves strings about ODBC connectionRafael Lima1-3/+3
2022-11-22loplugin:unusedfieldsNoel Grandin9-20/+0
2022-11-15Resolves: tdf#152043 line wrap the labelCaolán McNamara3-3/+12
2022-11-15sync with dbwizconnection page wrt the expansion of 'browseurl'Caolán McNamara2-0/+3
2022-11-15resave with latest gladeCaolán McNamara3-165/+165
2022-11-13tdf#114441: Convert use of sal_uLong to better integer typesHarshita Nag1-1/+1
2022-11-11move password handling from SwModelTestBase to UnoApiTestXisco Fauli1-0/+1
2022-11-11Drop a counterproductive const&Stephan Bergmann1-1/+1
2022-11-09UnoApiTest: factor out common codeXisco Fauli2-0/+2
2022-11-04calling getCaughtException twice in one catch block is not allowedNoel Grandin1-1/+1