summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqlnode.cxx
AgeCommit message (Expand)Author
2018-04-14tdf#105075 Firebird: Support Limit of query_GUITamas Bunth
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01fix some openoffice bugzilla linksdennisroczek
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-05loplugin:useuniqueptr in OSQLParseNodeNoel Grandin
2018-01-27Modernize a bit connectivity (part2)Julien Nabet
2018-01-12More loplugin:cstylecast: connectivityStephan Bergmann
2018-01-04tdf#104986 move named parameters substitution into generic layerLionel Elie Mamane
2017-10-23loplugin:includeform: connectivityStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-07-24loplugin:unusedfields some untouched fieldsNoel Grandin
2017-07-19loplugin:constparams in connectivityNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: connectivityStephan Bergmann
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert connectivity module away from OSL_ASSERT to assertChris Sherlock
2017-02-26loplugin:loopvartoosmallStephan Bergmann
2017-02-17remove unused enumerators from SQLNodeTypeNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-09New loplugin:externvar: connectivityStephan Bergmann
2016-11-15loplugin:constantparamNoel Grandin
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-05-12tweak assert and switch to squeak by NDEBUG and nonNDEBUGCaolán McNamara
2016-05-12fall-through->SAL_FALLTHROUGHCaolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-02-25convert SQLNodeType to scoped enumNoel Grandin
2016-02-25convert ErrorCode to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-03connectivity: replace boost::bind with lambdaMichael Stahl
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-08loplugin:staticmethodsStephan Bergmann
2015-06-08Revert "loplugin:staticmethods"Jan Holesovsky
2015-06-08loplugin:staticmethodsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-23loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara