summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke21-44/+0
2016-04-01Remove erroneously added dbaccess/qa/unit/data/hsqldb_empty.odb.lckStephan Bergmann1-0/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack13-30/+30
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke1-1/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin6-10/+9
2016-03-31use SAL_N_ELEMENTS in for loopsNoel Grandin23-60/+61
2016-03-29Avoid reserved identifiersStephan Bergmann2-22/+22
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet56-263/+263
2016-03-28Reduce scope in QueryDesignView.cxxJulien Nabet1-9/+10
2016-03-28Use const_iterator when possibleJulien Nabet1-29/+29
2016-03-23loplugin:constantparam in dbaccessNoel Grandin2-8/+8
2016-03-21off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane1-1/+1
2016-03-18convert SvButtonState to scoped enumNoel Grandin4-18/+18
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin4-8/+8
2016-03-18loplugin:constantparam in dbaccessNoel Grandin20-55/+34
2016-03-17Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRowCaolán McNamara2-1/+27
2016-03-16loplugin:constantparam in xmloff/Noel Grandin2-5/+4
2016-03-15loplugin:constantparamNoel Grandin16-69/+54
2016-03-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh1-50/+2
2016-03-14inline some use-once macrosNoel Grandin3-76/+49
2016-03-12tdf#97978: add support for opening mde and accde files in basepasqualm1-2/+2
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet1-1/+1
2016-03-11tdf#97966: Remove 'static' keywordsWastack1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard5-7/+9
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann4-4/+4
2016-03-09fix debugging stl iterators assert in bibliography toolbarCaolán McNamara2-1/+15
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin2-66/+66
2016-03-09loplugin:constantparam in dbaccessNoel Grandin25-203/+119
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