summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-22Unused using declarationStephan Bergmann
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-14calling static member function through member call syntaxNoel Grandin
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-13More lifecycle correction.Michael Meeks
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-12cppcheck: cstyleCastCaolán McNamara
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks
2015-04-10Misc. other fixing.Michael Meeks
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks
2015-04-10dialogs lifetimes should be wrapped in ScopedVclPtrNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10protect more printer code-paths.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10Move OutputDevice members to VclPtr: dbaccess, canvas.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks
2015-04-10cleanup Printer VclRef pieces.Michael Meeks
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin
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 SFXMODEL_ to scoped enumNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in variousNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-04-09loplugin:staticmethodsNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin