summaryrefslogtreecommitdiffstats
path: root/dbaccess
Commit message (Expand)AuthorAgeFilesLines
* Avoid reserved identifiersStephan Bergmann2016-03-292-22/+22
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-2856-263/+263
* Reduce scope in QueryDesignView.cxxJulien Nabet2016-03-281-9/+10
* Use const_iterator when possibleJulien Nabet2016-03-281-29/+29
* loplugin:constantparam in dbaccessNoel Grandin2016-03-232-8/+8
* off-by-one error: columns are numbered from one, but the array from 0Lionel Elie Mamane2016-03-211-1/+1
* convert SvButtonState to scoped enumNoel Grandin2016-03-184-18/+18
* drop unused params from SvLBoxItem and all it's subclassesNoel Grandin2016-03-184-8/+8
* loplugin:constantparam in dbaccessNoel Grandin2016-03-1820-55/+34
* Resolves: tdf#92617 don't crash if insertRow gets triggered during insertRowCaolán McNamara2016-03-172-1/+27
* loplugin:constantparam in xmloff/Noel Grandin2016-03-162-5/+4
* loplugin:constantparamNoel Grandin2016-03-1516-69/+54
* tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh2016-03-141-50/+2
* inline some use-once macrosNoel Grandin2016-03-143-76/+49
* tdf#97978: add support for opening mde and accde files in basepasqualm2016-03-121-2/+2
* Let's use the iterator return by erase method (final)Julien Nabet2016-03-121-1/+1
* tdf#97966: Remove 'static' keywordsWastack2016-03-111-1/+1
* work on sane lifecylce for SfxFilterMarkus Mohrhard2016-03-115-7/+9
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-104-4/+4
* fix debugging stl iterators assert in bibliography toolbarCaolán McNamara2016-03-092-1/+15
* remove unused NOT_POOLABLE enum valueNoel Grandin2016-03-092-66/+66
* loplugin:constantparam in dbaccessNoel Grandin2016-03-0925-203/+119
* Add missing includesDavid Ostrovsky2016-03-091-0/+1
* loplugin:nullptrStephan Bergmann2016-03-081-2/+2
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-085-19/+12
* drop now-needless depsDavid Tardon2016-03-071-4/+0
* remove remaining uses of gb_SrsTemplateTarget_get_targetDavid Tardon2016-03-071-1/+0
* expand src templatesDavid Tardon2016-03-077-18/+35
* expand src templatesDavid Tardon2016-03-078-42/+6
* loplugin:unuseddefaultparamsNoel Grandin2016-03-072-3/+3
* expand src templates only used in a single placeDavid Tardon2016-03-074-41/+20
* improve defaultparams lopluginNoel Grandin2016-03-071-2/+2
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-073-7/+8
* loplugin:unuseddefaultparams in dbaccessNoel Grandin2016-03-0316-39/+30
* Typo: aCompoments->aComponentsJulien Nabet2016-02-261-4/+4
* convert StandardSQLState to scoped enumNoel Grandin2016-02-2511-39/+39
* convert SQLNodeType to scoped enumNoel Grandin2016-02-254-49/+49
* convert OSQLStatementType to scoped enumNoel Grandin2016-02-252-2/+2
* convert FilterComponent to scoped enumNoel Grandin2016-02-251-2/+2
* convert EComposeRule to scoped enumNoel Grandin2016-02-2530-69/+69
* convert SQLExceptionInfo::TYPE to scoped enumNoel Grandin2016-02-255-17/+17
* convert InternationalKeyCode to scoped enumNoel Grandin2016-02-251-12/+12
* convert ErrorCode to scoped enumNoel Grandin2016-02-251-1/+1
* new loplugin: commaoperatorNoel Grandin2016-02-232-2/+4
* tdf#57950 Replace chained O(U)StringBuffer::append() with operator+melikeyurtoglu2016-02-181-5/+2
* Fix missing iterator include on MSVC 14.0David Ostrovsky2016-02-173-0/+3
* use consistent #define checks for the Windows platformNoel Grandin2016-02-179-10/+10
* tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas2016-02-151-1/+1
* sequence->vector in OCacheSetNoel Grandin2016-02-092-9/+9
* Remove excess newlinesChris Sherlock2016-02-0915-21/+0