summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailView.cxx
AgeCommit message (Expand)Author
2019-09-11TyposAndrea Gelmini
2019-09-05loplugin:constmethod in dbaccessNoel Grandin
2019-05-20split width/height to allow intercept of how width is calculatedCaolán McNamara
2019-04-13loplugin:sequentialassign in dbaccess..desktopNoel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-10Modernize a bit more dbaccessJulien Nabet
2018-02-14loplugin:changetoolsgen in dbaccess..desktopNoel Grandin
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: dbaccessStephan Bergmann
2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin
2017-07-31loplugin:constparams in dbaccessNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-23loplugin:oncevar in cppcanvas..drawinglayerNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-10-13remove (yet yet another) StringListResource implementationCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-26convert SV_ITEM_ID_LBOX defines to scoped enumJochen Nitschke
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-05-30Convert SelectionMode to scoped enumNoel Grandin
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet
2016-03-18loplugin:constantparam in dbaccessNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-09loplugin:constantparam in dbaccessNoel Grandin
2015-12-05Fix Treelist shouldn't use VCLEVENT_LISTBOX_SELECTJulien Nabet
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-04loplugin:stringconstantNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19cleanup some local var declarationsNoel Grandin
2015-10-12loplugin:mergeclassesNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks