summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2015-04-10more lifecycle cleanup & fixing.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks
2015-04-10fix explicit delete.Michael Meeks
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10ensure valid iterator even with empty content.Michael Meeks
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
2015-04-10accessibility: cleanup for updated toolkit API.Michael Meeks
2015-04-10toolkit: first cut at switching to VclPtr.Michael Meeks
2015-04-10convert a problematic array 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-09prophylactic double dispose audit.Michael Meeks
2015-04-09more double dispose protection.Michael Meeks
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vcl lifecycle: delete children in dispose.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel 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-09Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara
2015-04-09Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta
2015-04-09Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin
2015-04-09convert SFX_LOAD constants to scoped enumNoel Grandin
2015-04-09cleanup templdgiTomaž Vajngerl
2015-04-09cleanup templdlgTomaž Vajngerl
2015-04-09cleanup templdgi.hxxTomaž Vajngerl
2015-04-09unique_ptr for SfxTemplatePanelControl pImplTomaž Vajngerl
2015-04-07Remove dead INetProtocol::VimStephan Bergmann
2015-04-07sfx2: try to fix WNT buildMichael Stahl
2015-04-07fix osx buildNoel Grandin
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-04callcatcher: update unusedcodeCaolán McNamara
2015-04-03Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara
2015-04-02Kill INetProtocol::NewsTor Lillqvist
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist
2015-04-02tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31sfx2: fix VBA crash when disposing SfxBaseModelMichael Stahl