summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-156-19/+19
* loplugin:staticmethodsNoel Grandin2015-04-132-3/+3
* cppcheck: cstyleCastCaolán McNamara2015-04-121-2/+2
* convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin2015-04-101-1/+1
* convert SFXMODEL_ to scoped enumNoel Grandin2015-04-101-1/+1
* loplugin:staticmethodsNoel Grandin2015-04-092-8/+8
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-022-2/+2
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-022-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-4/+4
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-286-10/+10
* fix macro and enum name collision using CamelCaseNoel Grandin2015-03-271-3/+3
* convert BUTTON_ constants to enum classNoel Grandin2015-03-271-3/+3
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* loplugin:constantfunction: basctlNoel Grandin2015-03-246-17/+2
* convert SFX_PRINTER constants to enum classNoel Grandin2015-03-242-3/+2
* convert SfxPopupWindowType to enum classNoel Grandin2015-03-241-2/+2
* tdf#88230: cleanup solar mutex yieldingPranav Kant2015-03-202-12/+17
* loplugin:constantfunction: sotNoel Grandin2015-03-191-1/+0
* loplugin:constantfunction: unotoolsNoel Grandin2015-03-192-2/+2
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-183-3/+3
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-103-12/+14
* cppcheck: cstyleCastCaolán McNamara2015-03-094-4/+4
* Idle: Changed to new enum nameTobias Madl2015-03-062-2/+2
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-062-2/+2
* Idle and Timer are now completely independentTobias Madl2015-03-061-1/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-064-2/+4
* V813: Decreased performanceCaolán McNamara2015-03-042-24/+24
* replace SVX_SEARCHCMD_ constants with enum classNoel Grandin2015-03-022-6/+6
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-3/+3
* boost->stdCaolán McNamara2015-02-172-8/+8
* tdf#39440 - cppcheck cleanlinessRadu Ioan2015-02-171-2/+2
* add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2015-02-162-5/+5
* these can all be made constCaolán McNamara2015-02-122-2/+2
* BASIC IDE : add the current procedure name in the status barLaurent Godard2015-02-124-28/+83
* coverity#1268024 coverity#1267686: basctl: uncaught exceptionMichael Stahl2015-02-102-3/+14
* loplugin:deletedspecialStephan Bergmann2015-02-073-7/+7
* Updated all precompiled headers.Ashod Nakashian2015-02-051-38/+2
* coverity#1267686 Uncaught exceptionCaolán McNamara2015-02-012-2/+2
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-3/+3
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-30/+30
* Resolves: #i120772# do not ignore last three properties...Tsutomu Uchino2015-01-121-1/+8
* convert SETTINGS_ #defines to 'enum class'Noel Grandin2015-01-125-7/+7
* fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2015-01-125-7/+7
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-3/+3
* fdo#39596: replace cstyle castsJuan Picca2015-01-051-10/+9
* fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos2015-01-054-0/+5
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* avoid 'don't create ItemSets with full range before FreezeIdRanges assert'Caolán McNamara2014-12-221-1/+1