summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-02-25convert EComposeRule to scoped enumNoel Grandin30-69/+69
2016-02-25convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin5-17/+17
2016-02-25convert InternationalKeyCode to scoped enumNoel Grandin1-12/+12
2016-02-25convert ErrorCode to scoped enumNoel Grandin1-1/+1
2016-02-23new loplugin: commaoperatorNoel Grandin2-2/+4
2016-02-18tdf#57950 Replace chained O(U)StringBuffer::append() with operator+melikeyurtoglu1-5/+2
2016-02-17Fix missing iterator include on MSVC 14.0David Ostrovsky3-0/+3
2016-02-17use consistent #define checks for the Windows platformNoel Grandin9-10/+10
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas1-1/+1
2016-02-09sequence->vector in OCacheSetNoel Grandin2-9/+9
2016-02-09Remove excess newlinesChris Sherlock15-21/+0
2016-02-09Formatting changes across all modulesChris Sherlock3-7/+38
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock1-1/+1
2016-02-08loplugin:unusedmethodsNoel Grandin4-22/+0
2016-02-06vcl: split exception types from input typesChris Sherlock2-8/+6
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-03fix previous commitMarkus Mohrhard1-3/+1
2016-02-03remove bogus nullprt checks for pContextJochen Nitschke1-9/+8
2016-02-02boost::hash->std::hashNoel Grandin2-2/+0
2016-02-01boost::mem_fn->std::mem_fn in dbaccessNoel Grandin2-8/+4
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara1-1/+0
2016-01-29whitespace fixupakki952-7/+7
2016-01-29tdf#45775 PgSQL new DB allow empty Datasourceakki951-0/+5
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin28-68/+73
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud2-2/+2
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin2-3/+2
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann1-1/+1
2016-01-11-Werror=unused-but-set-variableStephan Bergmann1-4/+2
2016-01-11loplugin:unusedmethods unused return value in dbaccessNoel Grandin47-192/+71
2016-01-10Fix typosAndrea Gelmini27-36/+36
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai2-6/+4
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-6/+6
2016-01-02cppcheck: noExplicitConstructorCaolán McNamara2-4/+6
2015-12-31Typo: NOTIFY_LISTERNERS_CHECK->NOTIFY_LISTENERS_CHECKJulien Nabet1-3/+3
2015-12-24loplugin:unusedfieldsNoel Grandin3-11/+0
2015-12-23New saving behaviorMaxim Monastirsky6-72/+7
2015-12-23loplugin:unusedfields in dbaccessNoel Grandin11-14/+1
2015-12-18dbaccess: module_dba not used anymoreMatúš Kukan4-65/+0
2015-12-18XComponentContext not needed for DataAccessDescriptorMatúš Kukan1-20/+10
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+1
2015-12-12OOneInstanceAutoRegistration is not usedMatúš Kukan1-36/+0
2015-12-12tdf#74608 dbaccess: Constructor for singleton DataAccessDescriptorFactoryMatúš Kukan4-106/+31
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist2-2/+0
2015-12-11Return std::unique_ptr from svt::AcceleratorExecute::createAcceleratorHelperStephan Bergmann1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-12-05loplugin:defaultparamsMatúš Kukan1-1/+1
2015-12-05tdf#74608 dbaccess: Constructor feature for ODatabaseDocumentMatúš Kukan5-55/+22