summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/querydesign
Commit message (Expand)AuthorAgeFilesLines
* loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2017-02-181-11/+7
* remove some more global OUStringsNoel Grandin2016-11-221-2/+0
* loplugin:constantparamNoel Grandin2016-11-151-1/+1
* update vclwidget loplugin to find ref-dropping assigmentNoel Grandin2016-11-115-6/+6
* loplugin:expandablemethods in dbaccessNoel Grandin2016-11-096-40/+6
* loplugin:oncevar in dbaccessNoel Grandin2016-11-042-7/+3
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-272-4/+7
* Enable save as when editing view tooMaxim Monastirsky2016-10-231-1/+1
* loplugin:expandablemethodds in dbaccess..drawinglayerNoel Grandin2016-10-192-7/+6
* remove (yet yet another) StringListResource implementationCaolán McNamara2016-10-132-18/+9
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-1/+1
* ImageList just reads and discards the MaskColor, so drop itCaolán McNamara2016-10-061-1/+0
* loplugin:unnecessaryoverride in dbaccessNoel Grandin2016-10-055-17/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-052-2/+2
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-059-18/+18
* convert SIZING constants to scoped typed_flagsNoel Grandin2016-09-221-30/+20
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1310-11/+11
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-134-24/+8
* loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin2016-08-051-1/+1
* tdf#100726: Improve readability of OUString concatenationnadith2016-08-042-38/+15
* svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2016-08-013-4/+4
* svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna2016-08-013-4/+4
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-263-10/+10
* improve unnecessaryoverride pluginNoel Grandin2016-07-191-5/+0
* new loplugin unnecessary overrideNoel Grandin2016-07-153-11/+1
* loplugin:redundantcast: redundant static_casts in dbaccessStephan Bergmann2016-07-082-3/+3
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-072-2/+2
* restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin2016-07-061-0/+1
* merge dbaui::OQueryView with dbaui::OQueryDesignViewNoel Grandin2016-07-044-45/+5
* remove comphelper::string::removeNoel Grandin2016-07-041-1/+1
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-233-12/+12
* tdf#96516 fixup: when removing entry, entry count does not stay constantLionel Elie Mamane2016-06-041-2/+1
* Convert SelectionMode to scoped enumNoel Grandin2016-05-302-2/+2
* tdf#96516 do not increment position counter when an entry is removedLionel Elie Mamane2016-05-271-1/+3
* Related: tdf#97854 confirm that on !bDelete there's a ref to the connectionCaolán McNamara2016-05-262-34/+38
* Resolves: tdf#97854 crash on deleting inner join relationshipCaolán McNamara2016-05-261-12/+9
* clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin2016-05-191-1/+1
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-131-2/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-103-3/+4
* Fix typosAndrea Gelmini2016-04-301-1/+1
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-2/+2
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-252-7/+6
* tableNames_t is only used as a setStephan Bergmann2016-04-211-10/+5
* comphelper::UStringMixLess defaults to bCaseSensitive = trueStephan Bergmann2016-04-211-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2010-36/+36
* Replace map to sal_Bool with map to boolStephan Bergmann2016-04-201-4/+4
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-04-201-1/+0
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-184-19/+11
* clang-tidy performance-unnecessary-value-param in dbaccessNoel Grandin2016-04-123-4/+4
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-312-4/+3