summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-18use rtl::Reference in ODatabaseContextNoel Grandin4-28/+12
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara4-14/+56
2017-10-16Move dbaccess/source/core/dataaccess include files to common include directoryStephan Bergmann5-13/+13
2017-10-06Related: tdf#107569 Remove useless slotsMaxim Monastirsky1-1/+0
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-3/+7
2017-10-04add << operator for css::uno::ExceptionNoel Grandin4-10/+10
2017-10-03new loplugin:blockblockNoel Grandin3-78/+71
2017-10-01throw more useful uno::Exception'sNoel Grandin1-1/+1
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-3/+3
2017-09-29Remove empty menu labelsMaxim Monastirsky1-4/+4
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-25Rename GetSelectEntryCount -> GetSelectedEntryCountSamuel Mehrbrodt4-9/+9
2017-09-24Use a ref for arg of DirectSQLDialog::displayJulien Nabet2-2/+2
2017-09-24tdf#103685: "Commands out of sync" when connecting to MySQL using directJulien Nabet2-35/+66
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin2-62/+44
2017-09-22Fresh run of bin/update_pch.shMike Kaganski5-73/+107
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski1-13/+8
2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara22-32/+32
2017-09-21Related tdf#112423: avoid crash when calling procedure twice (dbaccess)Julien Nabet1-0/+3
2017-09-21loplugin:flatten in connectivity..desktopNoel Grandin4-79/+60
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt14-38/+38
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt13-32/+32
2017-09-20group java-requiring tests togetherDavid Tardon1-2/+1
2017-09-20unused m_sUpdateTableName in OQueryControllerNoel Grandin2-3/+2
2017-09-19fix caching in OResultColumnNoel Grandin1-1/+1
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski2-5/+16
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-09-18dbaccess: [loplugin:casttovoid]Michael Stahl1-2/+0
2017-09-18Removed duplicated includeAndrea Gelmini1-1/+0
2017-09-17Replace some lists by vectors in dbaccessJulien Nabet5-16/+20
2017-09-17use more default copy ctorsJochen Nitschke2-7/+0
2017-09-14improve redundantcast lopluginNoel Grandin1-1/+1
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin25-114/+111
2017-09-10cppcheck: identicalConditionAfterEarlyExitJochen Nitschke1-2/+0
2017-09-08set parent for file dialog helperCaolán McNamara2-8/+12
2017-09-07unotest.py: refactor confusing mess of openDoc functionsMichael Stahl1-1/+1
2017-09-04new loplugin:redundantpointeropsNoel Grandin1-1/+1
2017-09-02tdf#96703: getDocumentStorage is called during initializationJulien Nabet1-1/+1
2017-09-01Fix typosAndrea Gelmini1-1/+1
2017-08-31loplugin:constparams: dbaccess (clang-cl)Stephan Bergmann2-2/+2
2017-08-29This should be ToolBoxItemBits::DROPDOWNONLYMaxim Monastirsky1-1/+1
2017-08-28Replace use of oslInterlockedCount with std::atomic, ORowSet::m_nInAppendStephan Bergmann8-13/+35
2017-08-25loplugin:useuniqueptr in dbaccessNoel Grandin4-17/+8
2017-08-24dbaccess: avoid deadlock in ODatabaseContext::registerObject()Michael Stahl1-5/+7
2017-08-23convert message box style bits to scoped enumNoel Grandin16-49/+50
2017-08-22convert WB_QUICK_SEARCH/WB_FORCE_MAKEVISIBLE to bool fieldsNoel Grandin2-3/+3
2017-08-19convert extended WinBits to scoped enumNoel Grandin2-2/+2
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin1-1/+1
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1