summaryrefslogtreecommitdiffstats
path: root/connectivity/source/parse/sqlnode.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#105075 Firebird: Support Limit of query_GUITamas Bunth2018-04-141-0/+20
* pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2018-04-031-1/+1
* fix some openoffice bugzilla linksdennisroczek2018-04-011-1/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* loplugin:useuniqueptr in OSQLParseNodeNoel Grandin2018-02-051-29/+34
* Modernize a bit connectivity (part2)Julien Nabet2018-01-271-20/+16
* More loplugin:cstylecast: connectivityStephan Bergmann2018-01-121-27/+27
* tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane2018-01-041-0/+5
* loplugin:includeform: connectivityStephan Bergmann2017-10-231-1/+1
* new loplugin:blockblockNoel Grandin2017-10-031-15/+13
* loplugin:unusedfields some untouched fieldsNoel Grandin2017-07-241-2/+2
* loplugin:constparams in connectivityNoel Grandin2017-07-191-3/+3
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* Improved loplugin:cstylecast to reference types: connectivityStephan Bergmann2017-06-051-1/+1
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-7/+6
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* remove unused enumerators from SQLNodeTypeNoel Grandin2017-02-171-18/+0
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-151-6/+6
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-311-27/+27
* New loplugin:externvar: connectivityStephan Bergmann2017-01-091-2/+0
* loplugin:constantparamNoel Grandin2016-11-151-6/+5
* com::sun::star->css in connectivityNoel Grandin2016-05-301-12/+12
* tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara2016-05-121-2/+2
* fall-through->SAL_FALLTHROUGHCaolán McNamara2016-05-121-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-101-0/+1
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-4/+4
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-1/+1
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-311-2/+2
* convert SQLNodeType to scoped enumNoel Grandin2016-02-251-98/+98
* convert ErrorCode to scoped enumNoel Grandin2016-02-251-9/+9
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* connectivity: replace boost::bind with lambdaMichael Stahl2016-02-031-2/+1
* -Werror=misleading-indentation (GCC 6)Stephan Bergmann2016-01-131-2/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-47/+47
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-4/+4
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-5/+2
* boost->stdCaolán McNamara2015-09-141-2/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-20/+20
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* loplugin:staticmethodsStephan Bergmann2015-06-081-5/+5
* Revert "loplugin:staticmethods"Jan Holesovsky2015-06-081-5/+5
* loplugin:staticmethodsStephan Bergmann2015-06-081-5/+5
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-8/+0
* loplugin:staticmethodsNoel Grandin2015-04-231-3/+3
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-1/+1