summaryrefslogtreecommitdiff
path: root/vcl/source/window/menubarwindow.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-15/+15
2015-09-20convert Link<> to typedNoel Grandin1-3/+3
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-09-16convert Link<> to typedNoel Grandin1-2/+2
2015-09-09remove unused Link<> fieldsNoel Grandin1-2/+0
2015-08-27No need for IMenuBarWindow abstractionStephan Bergmann1-18/+18
2015-08-26Remove unused AddMenuBarButton parameterStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+5
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+6
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-18ApplySettings for MenuTomaž Vajngerl1-5/+7
2015-05-16further refactor Menu to use RenderContextTomaž Vajngerl1-2/+2
2015-05-15partially refactor MenuBar to use RenderContextTomaž Vajngerl1-1/+1
2015-05-07Revert "Tackle Menu with RenderContext refactoring, Invalidate"Stephan Bergmann1-1/+1
2015-05-07Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10get misc. ordering right and add missing disposes.Michael Meeks1-1/+3
2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks1-2/+2
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-5/+3
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-10/+14
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-17vcl menu: Add the height setting to the IMenuBarWindow interface.Jan Holesovsky1-0/+1
2014-09-16loplugin:saloverrideStephan Bergmann1-1/+1
2014-09-16vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky1-17/+17
2014-09-12vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.Jan Holesovsky1-12/+9
2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky1-2/+2
2014-09-09vcl: Move MenuBarWindow to an own file + adapt code.Jan Holesovsky1-0/+147