summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/dockwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-2/+2
2016-02-05convert SWIB constants to scoped enumNoel Grandin1-3/+2
2015-12-21sfx2: fix valgrind warningMichael Stahl1-0/+3
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-2/+1
2015-05-22tdf#91381 - fix a couple of animation related lifecycle issues.Michael Meeks1-0/+3
2015-05-14refactor SfxDockingWindow to use RenderContextTomaž Vajngerl1-152/+55
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-09coverity#1297233 Dereference after null checkCaolán McNamara1-2/+2
2015-05-08tdf#91128 - Dockwin post-dispose crash fix.Michael Meeks1-7/+7
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-2/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+4
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+2
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-1/+14
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-116/+116
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-4/+0
2015-03-11convert SfxDockingConfig to enum classNoel Grandin1-4/+4
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin1-8/+8
2015-03-06Idle: Changed to new enum nameTobias Madl1-3/+3
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-3/+3
2015-03-06idle includes and enum useJennifer Liebel1-3/+4
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin1-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-4/+4
2014-12-19provide a route to load ToolbarMenu things via .uiCaolán McNamara1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-17allow NULL SfxChildWindowCaolán McNamara1-3/+3
2014-12-17try to get reasonable sizes for docking windowsCaolán McNamara1-5/+1
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-0/+49
2014-12-09changed timers to idlesTobias Madl1-8/+8
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-10-03loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-13/+13
2014-08-27callcatcher: update unused codeCaolán McNamara1-5/+0
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-44/+44
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-5/+5
2014-03-27fix extern declarationNoel Grandin1-2/+2
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-22coverity#705885 Dereference before null checkCaolán McNamara1-2/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-5/+5
2014-03-02coverity#704703 Dereference after null checkCaolán McNamara1-2/+2
2014-02-28loplugin:literaltoboolconversionStephan Bergmann1-1/+1