summaryrefslogtreecommitdiff
path: root/sw/source/uibase/utlui
AgeCommit message (Expand)AuthorFilesLines
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-2/+2
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin2-3/+3
2015-05-13convert FLOATWIN_POPUPMODEEND constants to scoped enumNoel Grandin1-1/+1
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-12sw: More renaming.Jan Holesovsky1-15/+15
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks2-3/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks2-2/+2
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks2-3/+4
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin3-6/+6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl2-29/+26
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin2-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-10/+6
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-5/+3
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-5/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann2-3/+3
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann2-2/+2
2015-04-29convert CTF_ constants to scoped enumNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks6-198/+258
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-25Add missing info of page number statusbar field in writerYousuf Philips1-1/+1
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin3-9/+9
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin1-2/+2
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl1-1/+1
2015-04-17restore these extern methods, they are used by VclBuilderNoel Grandin2-0/+25
2015-04-17sw: convert new to ::Create.Noel Grandin4-33/+8
2015-04-16SwGlobalTree timer dispose.Michael Meeks1-1/+4
2015-04-16Another malingering timer.Michael Meeks1-0/+4
2015-04-16Stop timers, and guard against emission on disposed navigator.Michael Meeks1-2/+8
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls1-3/+0
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-2/+1
2015-04-12Use size() on array filled by SwEditShell::GetINetAttrs to get number of itemsMatteo Casalin1-2/+3
2015-04-12Group common codeMatteo Casalin1-34/+27
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-1/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-5/+5
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-7/+23
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-5/+5
2015-04-09vcl: VclPtr conversion in swNoel Grandin5-179/+209
2015-04-09cleanup SwContentTree constructTomaž Vajngerl1-42/+35