summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryDesignView.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin1-1/+1
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin1-1/+1
2018-11-08Fix typosAndrea Gelmini1-1/+1
2018-10-21pvs-studio: _pView was already dereferencedCaolán McNamara1-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-5/+5
2018-08-29new loplugin:oustringbufferNoel Grandin1-1/+1
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-5/+4
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-17cppcheck - fix variableScope in some filesGökhan Gurbetoğlu1-3/+1
2018-04-17loplugin:constparamsNoel Grandin1-2/+2
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-04-01fix some openoffice bugzilla linksdennisroczek1-1/+1
2018-03-20drop msgbox includeCaolán McNamara1-1/+0
2018-03-10Modernize a bit more dbaccess (part2)Julien Nabet1-8/+7
2018-02-22weld native message dialogsCaolán McNamara1-3/+13
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-9/+6
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin1-2/+2
2018-01-17Use for-range loops in QueryDesignView (dbaccess)Julien Nabet1-172/+123
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: dbaccessStephan Bergmann1-3/+3
2017-11-14Translate German comments and debug stringsJohnny_M1-3/+3
2017-11-01loplugin:constantparam in connectivityNoel Grandin1-1/+1
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-15/+15
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+2
2017-07-31loplugin:constparams in dbaccessNoel Grandin1-12/+12
2017-07-21migrate to boost::gettextCaolán McNamara1-23/+24
2017-07-06use more begin()/end() for SequenceNoel Grandin1-5/+2
2017-07-02loplugin:casttovoid: dbaccessStephan Bergmann1-7/+0
2017-05-12remove unused uno::Reference varsNoel Grandin1-4/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-1/+1
2017-03-07loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-02-27OSelectionBrowseBox::AddGroupBy parameter _nCurrentPos is unusedStephan Bergmann1-3/+3
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-15/+15
2017-02-17remove unused enumerators from SQLNodeTypeNoel Grandin1-3/+0
2017-02-16drop unused eTooManyConditions,eColumnInLikeNotFound from SqlParseError enumNoel Grandin1-6/+0
2016-11-09loplugin:expandablemethods in dbaccessNoel Grandin1-6/+1
2016-11-04loplugin:oncevar in dbaccessNoel Grandin1-5/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith1-31/+13
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-2/+2
2016-07-04merge dbaui::OQueryView with dbaui::OQueryDesignViewNoel Grandin1-9/+5
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin1-1/+1
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-21tableNames_t is only used as a setStephan Bergmann1-10/+5
2016-04-21comphelper::UStringMixLess defaults to bCaseSensitive = trueStephan Bergmann1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-20Replace map to sal_Bool with map to boolStephan Bergmann1-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-11/+6