summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann3-7/+7
2015-04-23loplugin:staticmethodsNoel Grandin12-18/+18
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-22Unused using declarationStephan Bergmann1-1/+0
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin1-5/+3
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-4/+4
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin5-16/+18
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin4-7/+7
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin1-8/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-19/+19
2015-04-13loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-12cppcheck: cstyleCastCaolán McNamara1-2/+2
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-1/+1
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