summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse
Commit message (Expand)AuthorAgeFilesLines
...
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-062-30/+30
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-2/+2
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-2/+2
* Use const_iterator when possible (connectivity)Julien Nabet2016-03-281-1/+1
* tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-1/+1
* convert StandardSQLState to scoped enumNoel Grandin2016-02-251-1/+1
* convert SQLNodeType to scoped enumNoel Grandin2016-02-254-365/+365
* convert TraversalParts to scoped enumNoel Grandin2016-02-251-10/+10
* convert OSQLStatementType to scoped enumNoel Grandin2016-02-251-26/+26
* convert EComposeRule to scoped enumNoel Grandin2016-02-251-3/+3
* convert InternationalKeyCode to scoped enumNoel Grandin2016-02-252-122/+122
* convert ErrorCode to scoped enumNoel Grandin2016-02-253-36/+36
* Remove excess newlinesChris Sherlock2016-02-093-4/+0
* Formatting changes across all modulesChris Sherlock2016-02-091-3/+0
* connectivity: replace boost::bind with lambdaMichael Stahl2016-02-031-2/+1
* -Werror=misleading-indentation (GCC 6)Stephan Bergmann2016-01-131-2/+4
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-117/+117
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-6/+6
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-5/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* boost->stdCaolán McNamara2015-09-141-2/+2
* Get rid of connectivity's diagnose_ex.hStephan Bergmann2015-09-091-2/+0
* warning: nonterminal usesless in grammarStephan Bergmann2015-09-031-13/+1
* warning: nonterminal usesless in grammarStephan Bergmann2015-09-031-1/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-20/+20
* loplugin: defaultparamsNoel Grandin2015-08-112-3/+3
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* Revert "loplugin:staticmethods"Jan Holesovsky2015-06-082-10/+10
* loplugin:staticmethodsStephan Bergmann2015-06-082-10/+10
* loplugin:loopvartoosmallNoel Grandin2015-05-292-5/+5
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-153-24/+0
* loplugin:staticmethodsNoel Grandin2015-04-232-4/+4
* tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls2015-04-221-0/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-7/+7
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* boost->stdCaolán McNamara2015-02-181-6/+6
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-1/+1
* BOOST_STATIC_ASSERT->static_assert and drop some includesCaolán McNamara2015-02-051-2/+1
* janitorialLionel Elie Mamane2015-01-281-1/+1
* Query Design: use correct name for columns that come from another query.Lionel Elie Mamane2015-01-281-2/+3
* connectivity: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-12/+15
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-4/+4
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-062-6/+6
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-062-6/+6
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-3/+3
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0