summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)Author
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13convert HiddenWarningFact to scoped enumNoel Grandin
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks
2015-04-10Lots more small re-basing issues fixed.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: some small fixesNoel Grandin
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10more lifecycle cleanup & fixing.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-11mailmerge doesn't need to use the singlefile technique for printingLuboš Luňák
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-03callcatcher: shave off some moreCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-25coverity#1266510 Useless callCaolán McNamara
2015-01-21Resolves: fdo#88594 crash on F1 with local helpCaolán McNamara
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann
2015-01-14infobar: add buttons one by one with addButtonTomaž Vajngerl
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl