summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-03-09Add missing includesDavid Ostrovsky1-0/+1
2016-03-08loplugin:nullptrStephan Bergmann1-2/+2
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar5-19/+12
2016-03-07drop now-needless depsDavid Tardon1-4/+0
2016-03-07remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon1-1/+0
2016-03-07expand src templatesDavid Tardon7-18/+35
2016-03-07expand src templatesDavid Tardon8-42/+6
2016-03-07loplugin:unuseddefaultparamsNoel Grandin2-3/+3
2016-03-07expand src templates only used in a single placeDavid Tardon4-41/+20
2016-03-07improve defaultparams lopluginNoel Grandin1-2/+2
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin3-7/+8
2016-03-03loplugin:unuseddefaultparams in dbaccessNoel Grandin16-39/+30
2016-02-26Typo: aCompoments->aComponentsJulien Nabet1-4/+4
2016-02-25convert StandardSQLState to scoped enumNoel Grandin11-39/+39
2016-02-25convert SQLNodeType to scoped enumNoel Grandin4-49/+49
2016-02-25convert OSQLStatementType to scoped enumNoel Grandin2-2/+2
2016-02-25convert FilterComponent to scoped enumNoel Grandin1-2/+2
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