summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Expand)AuthorFilesLines
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks104-358/+316
2015-04-15loplugin:cstylecastNoel Grandin1-2/+2
2015-04-14loplugin:cstylecastNoel Grandin1-1/+1
2015-04-14wrap dialog subclass in ScopedVclPtrInstanceNoel Grandin1-3/+1
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-2/+2
2015-04-13More lifecycle correction.Michael Meeks2-7/+7
2015-04-10Misc. other fixing.Michael Meeks1-2/+1
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks9-26/+33
2015-04-10convert ScopedVclPtr to ScopedVclPtrInstanceNoel Grandin2-6/+6
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin1-2/+2
2015-04-10Manual cleanup of misc. issues.Michael Meeks1-2/+2
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks32-68/+67
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks11-66/+64
2015-04-10cure a lot of unfortunate ScopedVclPtrs.Michael Meeks1-1/+1
2015-04-10re-insert erroneously converted delete calls.Michael Meeks3-3/+3
2015-04-10wrap some more OutputDevice in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin30-77/+77
2015-04-10Move OutputDevice members to VclPtr: chart2, sfx2, cui.Michael Meeks2-3/+2
2015-04-10Fix OutputDevice members / stack allocation: desktop, sfx2, lwp.Michael Meeks1-3/+3
2015-04-10Fix OutputDevice members / stack allocation: chart, canvas, cui.Michael Meeks2-19/+19
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin3-6/+6
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks2-2/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin13-29/+29
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin2-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin100-193/+193
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks11-21/+29
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin193-1699/+4427
2015-04-09prophylactic double dispose audit.Michael Meeks41-107/+213
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-0/+13
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin30-185/+185
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin167-460/+662
2015-04-09loplugin:staticmethodsNoel Grandin16-55/+55
2015-04-09clean-up acccfgTomaž Vajngerl1-670/+664
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin2-14/+16
2015-04-08convert SV_ITEMSTATE constants to SvItemState scoped enumNoel Grandin3-4/+4
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-4/+4
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-2/+2
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin6-24/+24
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin1-28/+28
2015-04-02Kill INetProtocol::NewsTor Lillqvist6-108/+7
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-2/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann23-66/+66
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann23-66/+66
2015-04-02loplugin:staticmethodsNoel Grandin2-4/+4
2015-04-02ival is the intended source hereCaolán McNamara1-1/+1
2015-04-01tdf#87441: Check for read-only RemoveHiddenContentStephan Bergmann3-7/+29
2015-04-01Replace MailerProgramCfg_Impl with direct configuration accessStephan Bergmann1-118/+17
2015-04-01Replace RemoveHiddenContentCfg_Impl with direct configuration accessStephan Bergmann1-92/+19
2015-04-01tdf#87441: RemoveHiddenContent is indep. of ExternalMailer/Program R/O stateStephan Bergmann2-5/+22
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-25/+24