summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryDesignView.cxx
AgeCommit message (Expand)Author
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-04merge dbaui::OQueryView with dbaui::OQueryDesignViewNoel Grandin
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin
2016-04-30Fix typosAndrea Gelmini
2016-04-21tableNames_t is only used as a setStephan Bergmann
2016-04-21comphelper::UStringMixLess defaults to bCaseSensitive = trueStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-28Reduce scope in QueryDesignView.cxxJulien Nabet
2016-03-28Use const_iterator when possibleJulien Nabet
2016-03-23loplugin:constantparam in dbaccessNoel Grandin
2016-02-25convert SQLNodeType to scoped enumNoel Grandin
2016-02-25convert EComposeRule to scoped enumNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-17boost->stdCaolán McNamara
2015-09-03convert Link<> to typedNoel Grandin
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-03cppcheck: variableScopeCaolán McNamara
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-22Fix a number of boost::unique_ptr errors.Michael Meeks
2015-04-22tdf#88710 Cleanup after removing dbtoolsclientMatthew Nicholls
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin
2015-03-11dbaccess: PVS-Studio V517 'use of if(A) ... else if (A) pattern'Michael Stahl