summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks2015-04-101-2/+2
* Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks2015-04-102-11/+11
* more lifecycle cleanup & fixing.Michael Meeks2015-04-101-1/+0
* vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2015-04-106-10/+11
* lingering smart_ptr 'reset' -> disposeAndClear.Michael Meeks2015-04-104-20/+15
* clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2015-04-101-3/+3
* fix explicit delete.Michael Meeks2015-04-101-2/+2
* add missing disposeAndClear pieces for VclMEditMichael Meeks2015-04-101-1/+2
* vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-104-11/+11
* ensure valid iterator even with empty content.Michael Meeks2015-04-101-0/+1
* vclptr: switch printers away from boost_shared.Michael Meeks2015-04-102-15/+15
* vclwidget: convert lots more sites to use VclPtrNoel Grandin2015-04-109-29/+36
* accessibility: cleanup for updated toolkit API.Michael Meeks2015-04-102-4/+4
* toolkit: first cut at switching to VclPtr.Michael Meeks2015-04-101-1/+1
* convert a problematic array to VclPtr.Michael Meeks2015-04-102-7/+6
* vclwidget: only call dispose() onceNoel Grandin2015-04-1040-65/+65
* Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-1010-14/+24
* vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-1067-340/+664
* prophylactic double dispose audit.Michael Meeks2015-04-091-3/+2
* more double dispose protection.Michael Meeks2015-04-091-0/+2
* vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks2015-04-093-0/+6
* vcl lifecycle: delete children in dispose.Michael Meeks2015-04-092-0/+7
* vcl:fixes towards unit test happinessNoel Grandin2015-04-091-1/+1
* vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-0923-133/+133
* vcl: VclPtr conversion in sfx2Noel Grandin2015-04-0965-558/+793
* Resolves: tdf#90423 too risky to dlclose basctl once openedCaolán McNamara2015-04-091-0/+2
* Related: tdf#87675 Edit Linked Style Button is nonclickable on None EntryHeena Gupta2015-04-091-0/+17
* Related: tdf#87675 "Edit" Button for linked style in edit paragraph styleHeena Gupta2015-04-092-0/+21
* loplugin:staticmethodsNoel Grandin2015-04-091-2/+2
* convert SFX_SHELL constants to scoped enumNoel Grandin2015-04-094-13/+13
* convert SFX_LOAD constants to scoped enumNoel Grandin2015-04-091-17/+16
* cleanup templdgiTomaž Vajngerl2015-04-091-176/+238
* cleanup templdlgTomaž Vajngerl2015-04-091-231/+88
* cleanup templdgi.hxxTomaž Vajngerl2015-04-091-4/+3
* unique_ptr for SfxTemplatePanelControl pImplTomaž Vajngerl2015-04-091-4/+2
* Remove dead INetProtocol::VimStephan Bergmann2015-04-076-9/+8
* sfx2: try to fix WNT buildMichael Stahl2015-04-071-6/+6
* fix osx buildNoel Grandin2015-04-071-7/+7
* convert SvtModuleOptions::EModule to scoped enumNoel Grandin2015-04-075-20/+20
* convert SvtModuleOptions::EFactory to enum classNoel Grandin2015-04-073-7/+7
* callcatcher: update unusedcodeCaolán McNamara2015-04-041-35/+0
* Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara2015-04-032-9/+6
* Kill INetProtocol::NewsTor Lillqvist2015-04-021-1/+0
* Kill INetProtocol::Imap and Pop3Tor Lillqvist2015-04-021-2/+0
* tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl2015-04-021-9/+6
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-0227-67/+67
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-0227-67/+67
* Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann2015-04-021-2/+2
* loplugin:staticmethodsNoel Grandin2015-04-021-2/+2
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-014-6/+6