summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)AuthorFilesLines
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-15/+17
2015-05-14refactor Template and ThumbnailView to use RenderContextTomaž Vajngerl2-26/+36
2015-05-13loplugin:staticmethodsStephan Bergmann1-7/+12
2015-05-13refactor RecentDocsView to use RenderContextTomaž Vajngerl1-34/+33
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-3/+3
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks5-22/+11
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-8/+8
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-4/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-14/+15
2015-04-30Gradually typed LinkStephan Bergmann6-8/+8
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-2/+1
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl3-7/+5
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl3-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks11-55/+58
2015-04-28SfxDispatcher::GetShellAndSlot_Impl return type wants to be boolStephan Bergmann1-5/+5
2015-04-28SfxDispatcher::Call_Impl return value is unusedStephan Bergmann1-6/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin3-4/+7
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+1
2015-04-17sfx2: convert new to ::Create.Noel Grandin3-6/+6
2015-04-15Unregister sidebar ControllerItems at the right time.Michael Meeks1-3/+6
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-10/+10
2015-04-14SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typoMiklos Vajna1-1/+1
2015-04-13format changesSiqi Liu1-6/+7
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu1-11/+44
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-3/+3
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 Grandin4-7/+7
2015-04-10convert SfxSlotFilterState to scoped enumNoel Grandin1-10/+10
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin8-42/+41
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin1-8/+8
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-04callcatcher: update unusedcodeCaolán McNamara1-35/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-9/+9
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-3/+3
2015-03-24convert FILTER_APPLICATION to enum classNoel Grandin1-8/+8
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-03-24convert SfxPopupAction to enum classNoel Grandin1-12/+20