summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin5-7/+7
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin5-7/+7
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-05fdo#39596: replace cstyle castsJuan Picca1-10/+9
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos4-0/+5
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-22avoid 'don't create ItemSets with full range before FreezeIdRanges assert'Caolán McNamara1-1/+1
2014-12-18basctl: Use appropriate OUString functions on string constantsStephan Bergmann3-4/+4
2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky3-3/+0
2014-12-09timers: Timer never started, remove it completely.Tobias Madl1-1/+0
2014-12-09changed timers to idleJennifer Liebel2-8/+8
2014-12-09changed timers to idlesJennifer Liebel2-5/+5
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida1-0/+1
2014-12-08reduce scope of local variablesMichael Weghorn5-5/+7
2014-12-05loplugin:unreffunStephan Bergmann1-1/+1