summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+1
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-061-1/+1
* Idle and Timer are now completely independentTobias Madl2015-03-061-1/+1
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-062-1/+2
* V813: Decreased performanceCaolán McNamara2015-03-041-14/+14
* 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-171-7/+7
* 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
* loplugin:deletedspecialStephan Bergmann2015-02-071-1/+3
* 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
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-072-3/+3
* fdo#39596: replace cstyle castsJuan Picca2015-01-051-10/+9
* basctl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-183-4/+4
* changed timers to idleJennifer Liebel2014-12-092-8/+8
* reduce scope of local variablesMichael Weghorn2014-12-084-4/+5
* loplugin:unreffunStephan Bergmann2014-12-051-1/+1
* Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini2014-12-0550-242/+6
* Use std::initializer_listStephan Bergmann2014-12-031-11/+9
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-013-8/+8
* all these ids and their associated resources were unnecessaryCaolán McNamara2014-11-251-4/+0
* We now only need one bit of information hereCaolán McNamara2014-11-252-2/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+3
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-2/+2
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-071-1/+1
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-061-1/+3
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-061-3/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-053-13/+9
* loplugin: cstylecastNoel Grandin2014-10-2311-38/+38
* fdo#84938: replace TIB_ constants with enumNoel Grandin2014-10-201-1/+1
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-118-24/+24
* Resolves: fdo#60904 allow export of VBAProjectCaolán McNamara2014-10-091-2/+8
* Remove o3tl/heap_ptr.hxx, use std::unique_ptr insteadStephan Bergmann2014-09-244-15/+25
* fdo#82577: Handle WindowNoel Grandin2014-09-2327-98/+98
* fdo#82577: Handle FontNoel Grandin2014-09-184-10/+10
* basctl: sal_False/True -> false/trueStephan Bergmann2014-09-152-3/+3
* DBG_ASSERT -> assert where we go on to deref the testeeCaolán McNamara2014-09-151-2/+2
* Resolves: fdo#81039 crash on adding new macro libraryCaolán McNamara2014-09-141-1/+1
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-2/+2
* coverity#735600 Division by zeroNorbert Thiebaud2014-09-121-4/+7
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-2/+2
* vcl: sal_Bool -> boolStephan Bergmann2014-09-102-2/+2