summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)Author
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-29dbaccess: remove unused includesXisco Fauli
2022-11-23loplugin:unusedfields make some fields privateNoel Grandin
2022-11-23UnoApiTest: factor out createTempFileXisco Fauli
2022-11-22tdf#151827 Improves strings about ODBC connectionRafael Lima
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-11-15Resolves: tdf#152043 line wrap the labelCaolán McNamara
2022-11-15sync with dbwizconnection page wrt the expansion of 'browseurl'Caolán McNamara
2022-11-15resave with latest gladeCaolán McNamara
2022-11-13tdf#114441: Convert use of sal_uLong to better integer typesHarshita Nag
2022-11-11move password handling from SwModelTestBase to UnoApiTestXisco Fauli
2022-11-11Drop a counterproductive const&Stephan Bergmann
2022-11-09UnoApiTest: factor out common codeXisco Fauli
2022-11-04calling getCaughtException twice in one catch block is not allowedNoel Grandin
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin
2022-11-01error when copying table and the copy table wizard creates the primary keyNoel Grandin
2022-10-28Typo: SERVICE_SDB_PREPAREDSTATMENT->SERVICE_SDB_PREPAREDSTATEMENT (dbaccess)Julien Nabet
2022-10-28Fix bug in copying table where we need to create a primary keyNoel Grandin
2022-10-28add TOOLS_WARNNoel Grandin
2022-10-28make ValueTransfer easier to understandNoel Grandin
2022-10-28rename createPreparedStatment->createPreparedStatementNoel Grandin
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski
2022-10-24UnoApiTest: factor out common codeXisco Fauli
2022-10-23tdf#151073 - enable firebird for appstore build w/o experimental modeChristian Lohmaier
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli
2022-10-21Related: tdf#114441 use better types in place of recently changed onesIlmari Lauhakangas
2022-10-20tdf#114441 sal_uLong type to sal_uInt32 typeCalvince Otieno
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski