summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-11-211-1/+1
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-204-12/+12
* Use for range loops and lambda in dbfindex (dbaccess)Julien Nabet2017-11-192-60/+32
* Replace list by vector in macromigrationdialog (dbaccess)Julien Nabet2017-11-181-23/+19
* Fix typosAndrea Gelmini2017-11-162-4/+4
* Delete test*.odb filesStephan Bergmann2017-11-161-0/+6
* Translate German comments and debug stringsJohnny_M2017-11-141-3/+3
* survive building dbaccess+connectivity with --disable-dynamic-loadingCaolán McNamara2017-11-131-2/+2
* use sal_uInt16 to pass PoolItem WhichIdJochen Nitschke2017-11-122-2/+2
* A user object id is *NOT* a SotClipboardFormatIdEike Rathke2017-11-114-9/+14
* Properly construct vnd.sun.star.pkg URLStephan Bergmann2017-11-102-9/+3
* loplugin:unusedmethodsNoel Grandin2017-11-105-17/+0
* dbaccess: properly encode path to prevent stripping "fragment" from itMike Kaganski2017-11-092-3/+9
* ODBFilter::filter: Also leave window wait on exceptionMike Kaganski2017-11-081-15/+23
* Use std::initializer_list to construct SequenceMike Kaganski2017-11-061-8/+8
* ODatabaseContext::loadObjectFromURL: don't parse string for protocolMike Kaganski2017-11-061-1/+1
* loplugin:finalclasses in dbaccessNoel Grandin2017-11-0666-243/+138
* Make Windows error reporting more robustMike Kaganski2017-11-041-4/+3
* loplugin:constantparam in connectivityNoel Grandin2017-11-0113-18/+18
* loplugin:constantparam in d*Noel Grandin2017-11-0111-27/+19
* loplugin:includeform: dbaccess (Windows)Stephan Bergmann2017-10-272-2/+2
* vcl: make MapMode constructor explicitMichael Stahl2017-10-2622-39/+39
* More loplugin:unnecessaryparenStephan Bergmann2017-10-262-2/+2
* Work around bogus Clang C++17 -Werror,-Wunused-valueStephan Bergmann2017-10-251-2/+2
* loplugin:includeform: dbaccessStephan Bergmann2017-10-23396-1575/+1575
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1
* use rtl::Reference in ODatabaseContextNoel Grandin2017-10-184-28/+12
* turn implicit container explicit in buildable notebooksCaolán McNamara2017-10-174-14/+56
* Move dbaccess/source/core/dataaccess include files to common include directoryStephan Bergmann2017-10-165-13/+13
* Related: tdf#107569 Remove useless slotsMaxim Monastirsky2017-10-061-1/+0
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-3/+7
* add << operator for css::uno::ExceptionNoel Grandin2017-10-044-10/+10
* new loplugin:blockblockNoel Grandin2017-10-033-78/+71
* throw more useful uno::Exception'sNoel Grandin2017-10-011-1/+1
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-3/+3
* Remove empty menu labelsMaxim Monastirsky2017-09-291-4/+4
* Fix typosAndrea Gelmini2017-09-251-1/+1
* Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt2017-09-254-9/+9
* Use a ref for arg of DirectSQLDialog::displayJulien Nabet2017-09-242-2/+2
* tdf#103685: "Commands out of sync" when connecting to MySQL using directJulien Nabet2017-09-242-35/+66
* new loplugin unnecessarycatchthrowNoel Grandin2017-09-232-62/+44
* Fresh run of bin/update_pch.shMike Kaganski2017-09-225-73/+107
* Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski2017-09-221-13/+8
* ofz: don't leak in face of exceptionsCaolán McNamara2017-09-2222-32/+32
* Related tdf#112423: avoid crash when calling procedure twice (dbaccess)Julien Nabet2017-09-211-0/+3
* loplugin:flatten in connectivity..desktopNoel Grandin2017-09-214-79/+60
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-2114-38/+38
* Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt2017-09-2113-32/+32
* group java-requiring tests togetherDavid Tardon2017-09-201-2/+1
* unused m_sUpdateTableName in OQueryControllerNoel Grandin2017-09-202-3/+2