summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app/AppDetailView.cxx
Commit message (Expand)AuthorAgeFilesLines
* undo blocking emitting focus events during grab_focusCaolán McNamara2021-04-231-1/+0
* ignore row-activated with no active cursor positionCaolán McNamara2021-02-121-5/+6
* tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen2020-11-091-2/+0
* loplugin:const* make some params and methods constNoel2020-10-061-1/+1
* weld dbu ui clusterCaolán McNamara2020-08-271-145/+85
* weld OTitleWindowCaolán McNamara2020-08-191-4/+4
* weld OAppDetailPageHelperCaolán McNamara2020-08-181-4/+12
* keep m_nCursorIndex updated with the most recent used entryCaolán McNamara2020-08-181-3/+4
* weld DBTreeListBoxCaolán McNamara2020-08-121-7/+7
* restore removing the entries which are not enabled currentlyCaolán McNamara2020-08-101-7/+17
* weld OTasksWindowCaolán McNamara2020-08-091-113/+43
* weld OCreationListCaolán McNamara2020-08-091-256/+57
* loplugin:unusedfieldsNoel Grandin2020-08-081-4/+3
* HandleKeyInput is only called for KEY_MOD2 caseCaolán McNamara2020-08-071-10/+0
* IMnemonicEntryList interface of SvTreeListBox is unusedCaolán McNamara2020-08-071-22/+0
* drop EnableEntryMnemonics call because there aren't mnemonics hereCaolán McNamara2020-08-071-1/+0
* result of MnemonicGenerator::CreateMnemonic was unusedCaolán McNamara2020-08-071-35/+14
* tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen2020-04-201-4/+0
* these methods can take a const argumentCaolán McNamara2020-03-271-2/+2
* sal_Char->char in dbaccessNoel Grandin2019-12-181-1/+1
* remove some useless comment linesNoel Grandin2019-12-031-1/+0
* TyposAndrea Gelmini2019-09-111-2/+2
* loplugin:constmethod in dbaccessNoel Grandin2019-09-051-3/+3
* split width/height to allow intercept of how width is calculatedCaolán McNamara2019-05-201-1/+1
* loplugin:sequentialassign in dbaccess..desktopNoel Grandin2019-04-131-4/+2
* tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen2019-01-071-0/+1
* move SvTreeListBox to vclCaolán McNamara2018-11-071-2/+2
* remove unused processfactory.hxx includesJochen Nitschke2018-04-011-1/+0
* Modernize a bit more dbaccessJulien Nabet2018-03-101-11/+11
* loplugin:changetoolsgen in dbaccess..desktopNoel Grandin2018-02-141-4/+4
* vcl: make MapMode constructor explicitMichael Stahl2017-10-261-2/+2
* loplugin:includeform: dbaccessStephan Bergmann2017-10-231-11/+11
* clang-tidy modernize-use-emplace in d*Noel Grandin2017-09-111-10/+10
* convert ExtendedWinBits to a single bool flagNoel Grandin2017-08-181-1/+1
* loplugin:constparams in dbaccessNoel Grandin2017-07-311-3/+3
* Removed duplicated includesAndrea Gelmini2017-07-231-1/+0
* de-hrc various thingsCaolán McNamara2017-07-211-1/+1
* migrate to boost::gettextCaolán McNamara2017-07-211-20/+21
* loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin2017-06-231-2/+1
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-311-3/+3
* Drop :: prefix from std in [de]*/Tor Lillqvist2017-02-171-3/+3
* convert VCLEVENT constants to scoped enumNoel Grandin2016-12-071-2/+2
* remove (yet yet another) StringListResource implementationCaolán McNamara2016-10-131-1/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-051-2/+2
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke2016-08-261-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-151-5/+0
* Convert SelectionMode to scoped enumNoel Grandin2016-05-301-1/+1
* (nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara2016-05-251-5/+0
* Use const_iterator when possible (whole dbaccess)Julien Nabet2016-03-281-1/+1