summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
AgeCommit message (Expand)AuthorFilesLines
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-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-5/+3
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann2-15/+15
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann3-12/+6
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SVX_ flags to scoped enumNoel Grandin1-1/+1
2015-04-28sw: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-85/+291
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann1-3/+3
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-8/+8
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-4/+4
2015-04-17sw: convert new to ::Create.Noel Grandin2-14/+14
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-4/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-3/+3
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks2-7/+7
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2-4/+4
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-15/+11
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-13/+18
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks2-12/+13
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-38/+179
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+2
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2-9/+9
2015-04-09vcl: VclPtr conversion in swNoel Grandin2-7/+66
2015-04-09loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+0
2015-04-03Resolves: tdf#89785 drop down list sizes locked in too earlyCaolán McNamara1-5/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-28tdf#89630 Remove extra space added when assigning styles for TOCMatthew Francis1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-12/+8
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-4/+0
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+8
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin1-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-7/+7
2014-12-11-Werror,-Wunused-variableStephan Bergmann1-3/+1
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-8/+3
2014-12-04loplugin: cstylecastNoel Grandin2-112/+112
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida2-112/+112
2014-12-02loplugin: cstylecastNoel Grandin2-112/+112
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1