summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/tabledesign/TEditControl.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:virtualdead unused param in OTableRowViewNoel Grandin2019-10-211-4/+4
* loplugin:constmethod in dbaccessNoel Grandin2019-09-051-1/+1
* Fix typoAndrea Gelmini2019-05-121-1/+1
* tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen2019-03-121-0/+1
* Simplify containers iterations in dbaccessArkadiy Illarionov2019-02-251-6/+3
* loplugin:indentation in dbaccess..drawinglayerNoel Grandin2019-02-081-8/+8
* tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen2019-02-051-0/+1
* o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen2019-01-211-9/+8
* tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2018-11-211-0/+1
* clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin2018-10-231-1/+1
* clean up column pos vs column idLionel Elie Mamane2018-10-101-1/+1
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-8/+9
* Simplify calls to Menu::CheckItemMuhammet Kara2018-04-171-1/+1
* follow on for tdf#116981Noel Grandin2018-04-161-5/+5
* tdf#42949 Remove unnecessary localization headers from dbaccessGabor Kelemen2018-04-131-0/+1
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* drop msgbox includeCaolán McNamara2018-03-201-1/+0
* loplugin:changetoolsgen in dbaccess..desktopNoel Grandin2018-02-141-1/+1
* More loplugin:cstylecast: dbaccessStephan Bergmann2018-01-121-2/+2
* Use for-range loops in dbaccess (part2)Julien Nabet2018-01-111-22/+17
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-13/+13
* Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt2017-09-211-2/+2
* de-hrc various thingsCaolán McNamara2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-13/+14
* loplugin:unusedfields in dbaccessNoel Grandin2017-06-231-6/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* DBACORE_RESSTRING can go nowCaolán McNamara2017-05-181-1/+1
* remove unused uno::Reference varsNoel Grandin2017-05-121-2/+1
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-081-1/+0
* loplugin:checkunusedparams in cppcanvas and dbaccessNoel Grandin2017-05-021-7/+7
* convert table design row menu to .uiCaolán McNamara2017-04-181-33/+31
* convert RID_QUERYCOLPOPUPMENU to .ui formatCaolán McNamara2017-04-071-8/+5
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-3/+3
* Fix typosAndrea Gelmini2017-03-251-1/+1
* convert ViewShellId to o3tl::strong_intNoel Grandin2017-03-241-1/+1
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-9/+9
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-3/+3
* Change all Idle* LINKs to be Timer*Jan-Marek Glogowski2017-01-231-1/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-6/+6
* loplugin:constantparam in dbaccess..editengNoel Grandin2016-09-131-3/+3
* svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna2016-08-011-1/+1
* svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna2016-08-011-1/+1
* tdf#97527 - vcl: reference-count MenuNoel Grandin2016-06-231-14/+14
* tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas2016-06-161-0/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-3/+3
* Avoid some OUString temporaries and constifyMatteo Casalin2016-05-101-16/+9
* clang-tidy modernize-loop-convert in d*Noel Grandin2016-04-251-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-5/+5
* use SAL_N_ELEMENTS in for loopsNoel Grandin2016-03-311-1/+1
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-281-3/+3