summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin2-2/+2
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks1-0/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin4-13/+13
2015-04-10basctl, forms, svx: cleanup for new VclPtr API.Michael Meeks2-2/+2
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-4/+4
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin7-7/+9
2015-04-10vclwidget: only call dispose() onceNoel Grandin15-32/+32
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-3/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin29-114/+310
2015-04-09prophylactic double dispose audit.Michael Meeks7-11/+32
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin10-57/+57
2015-04-09vcl: VclPtr conversion in variousNoel Grandin1-0/+2
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin31-274/+412
2015-04-09loplugin:staticmethodsNoel Grandin2-8/+8
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-10/+10
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-3/+3
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24loplugin:constantfunction: basctlNoel Grandin6-17/+2
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin2-3/+2
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin1-2/+2
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant2-12/+17
2015-03-19loplugin:constantfunction: sotNoel Grandin1-1/+0
2015-03-19loplugin:constantfunction: unotoolsNoel Grandin2-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin3-3/+3
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande3-12/+14
2015-03-09cppcheck: cstyleCastCaolán McNamara4-4/+4
2015-03-06Idle: Changed to new enum nameTobias Madl2-2/+2
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2-2/+2
2015-03-06Idle and Timer are now completely independentTobias Madl1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl4-2/+4
2015-03-04V813: Decreased performanceCaolán McNamara2-24/+24
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin2-6/+6
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-3/+3
2015-02-17boost->stdCaolán McNamara2-8/+8
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan1-2/+2
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2-5/+5
2015-02-12these can all be made constCaolán McNamara2-2/+2
2015-02-12BASIC IDE : add the current procedure name in the status barLaurent Godard4-28/+83
2015-02-10coverity#1268024 coverity#1267686: basctl: uncaught exceptionMichael Stahl2-3/+14
2015-02-07loplugin:deletedspecialStephan Bergmann3-7/+7
2015-02-05Updated all precompiled headers.Ashod Nakashian1-38/+2
2015-02-01coverity#1267686 Uncaught exceptionCaolán McNamara2-2/+2
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-3/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin5-30/+30
2015-01-12Resolves: #i120772# do not ignore last three properties...Tsutomu Uchino1-1/+8