summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* tdf#152900: "Create new field as primary key" disabled...Julien Nabet2023-01-071-2/+2
* Related tdf#152381: fix "lengths do not match"Julien Nabet2022-12-121-1/+1
* tdf#149221 Handle HID on Database Wizard dialogRafael Lima2022-12-012-0/+7
* dbaccess: remove unused includesXisco Fauli2022-11-296-32/+0
* loplugin:unusedfields make some fields privateNoel Grandin2022-11-237-7/+5
* UnoApiTest: factor out createTempFileXisco Fauli2022-11-236-26/+13
* tdf#151827 Improves strings about ODBC connectionRafael Lima2022-11-221-3/+3
* loplugin:unusedfieldsNoel Grandin2022-11-229-20/+0
* Resolves: tdf#152043 line wrap the labelCaolán McNamara2022-11-153-3/+12
* sync with dbwizconnection page wrt the expansion of 'browseurl'Caolán McNamara2022-11-152-0/+3
* resave with latest gladeCaolán McNamara2022-11-153-165/+165
* tdf#114441: Convert use of sal_uLong to better integer typesHarshita Nag2022-11-131-1/+1
* move password handling from SwModelTestBase to UnoApiTestXisco Fauli2022-11-111-0/+1
* Drop a counterproductive const&Stephan Bergmann2022-11-111-1/+1
* UnoApiTest: factor out common codeXisco Fauli2022-11-092-0/+2
* calling getCaughtException twice in one catch block is not allowedNoel Grandin2022-11-041-1/+1
* tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin2022-11-043-178/+183
* error when copying table and the copy table wizard creates the primary keyNoel Grandin2022-11-011-1/+3
* Typo: SERVICE_SDB_PREPAREDSTATMENT->SERVICE_SDB_PREPAREDSTATEMENT (dbaccess)Julien Nabet2022-10-282-2/+2
* Fix bug in copying table where we need to create a primary keyNoel Grandin2022-10-281-0/+14
* add TOOLS_WARNNoel Grandin2022-10-281-0/+1
* make ValueTransfer easier to understandNoel Grandin2022-10-281-35/+33
* rename createPreparedStatment->createPreparedStatementNoel Grandin2022-10-283-4/+4
* It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski2022-10-282-3/+3
* Introduce utl::ConnectModelViewControllerMike Kaganski2022-10-282-8/+5
* UnoApiTest: factor out common codeXisco Fauli2022-10-244-24/+7
* tdf#151073 - enable firebird for appstore build w/o experimental modeChristian Lohmaier2022-10-232-1/+5
* test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli2022-10-2111-42/+25
* Related: tdf#114441 use better types in place of recently changed onesIlmari Lauhakangas2022-10-213-3/+3
* tdf#114441 sal_uLong type to sal_uInt32 typeCalvince Otieno2022-10-202-2/+2
* Deduplicate O(U)StringConcatenationMike Kaganski2022-10-112-7/+7
* Resolves: tdf#151441 queries don't show any contentCaolán McNamara2022-10-101-2/+10
* Resolves: tdf#149277 we don't want to search the whole tree for dupsCaolán McNamara2022-10-051-1/+1
* tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth2022-10-055-10/+5
* split utl::TempFile into fast and named variantsNoel Grandin2022-09-297-9/+9
* use more string_view in dbaccessNoel Grandin2022-09-2713-39/+46
* Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt2022-09-1912-20/+20
* cid#1509268 Out-of-bounds accessCaolán McNamara2022-09-121-0/+6
* convert EmbeddedMacros to scoped enumNoel Grandin2022-09-104-11/+11
* convert CursorMoveDirection to scoped enumNoel Grandin2022-09-093-25/+25
* loplugin:unusedfieldsNoel Grandin2022-09-082-8/+2
* apply ui-rulesCaolán McNamara2022-09-071-0/+1
* convert PreviewMode to scoped enumNoel Grandin2022-09-073-19/+19
* convert ElementOpenMode to scoped enumNoel Grandin2022-09-075-24/+24
* convert ObjectType to scoped enumNoel Grandin2022-09-076-26/+31
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2022-09-058-47/+41
* dbaccess::DataSupplier doesn't need a pimplNoel Grandin2022-09-052-96/+67
* OSaveAsDlg doesn't need a pimplNoel Grandin2022-09-052-162/+124
* DataSourceMetaData doesn't need a pimplNoel Grandin2022-09-052-21/+3
* HierarchicalNameCheck doesn't need a pimplNoel Grandin2022-09-052-16/+8