summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix caching in OResultColumnNoel Grandin2017-09-191-1/+1
* Unify SolarMutex implementationsJan-Marek Glogowski2017-09-192-5/+16
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* dbaccess: [loplugin:casttovoid]Michael Stahl2017-09-181-2/+0
* Removed duplicated includeAndrea Gelmini2017-09-181-1/+0
* Replace some lists by vectors in dbaccessJulien Nabet2017-09-175-16/+20
* use more default copy ctorsJochen Nitschke2017-09-172-7/+0
* improve redundantcast lopluginNoel Grandin2017-09-141-1/+1
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-1125-114/+111
* cppcheck: identicalConditionAfterEarlyExitJochen Nitschke2017-09-101-2/+0
* set parent for file dialog helperCaolán McNamara2017-09-082-8/+12
* unotest.py: refactor confusing mess of openDoc functionsMichael Stahl2017-09-071-1/+1
* new loplugin:redundantpointeropsNoel Grandin2017-09-041-1/+1
* tdf#96703: getDocumentStorage is called during initializationJulien Nabet2017-09-021-1/+1
* Fix typosAndrea Gelmini2017-09-011-1/+1
* loplugin:constparams: dbaccess (clang-cl)Stephan Bergmann2017-08-312-2/+2
* This should be ToolBoxItemBits::DROPDOWNONLYMaxim Monastirsky2017-08-291-1/+1
* Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann2017-08-288-13/+35
* loplugin:useuniqueptr in dbaccessNoel Grandin2017-08-254-17/+8
* dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl2017-08-241-5/+7
* convert message box style bits to scoped enumNoel Grandin2017-08-2316-49/+50
* convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2017-08-222-3/+3
* convert extended WinBits to scoped enumNoel Grandin2017-08-192-2/+2
* convert ExtendedWinBits to a single bool flagNoel Grandin2017-08-181-1/+1
* loplugin:unnecessaryparenNoel Grandin2017-08-181-1/+1