summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-05Removed useless includes in basctl/source/basicide/ treeAndrea Gelmini50-242/+6
2014-12-04be more explicitDavid Tardon1-1/+1
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon2-2/+13
2014-12-04ooo#93212 avoid slicing during construction of SdrPageDavid Tardon2-1/+14
2014-12-03Use std::initializer_listStephan Bergmann1-11/+9
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl3-8/+8
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara2-5/+1
2014-11-25We now only need one bit of information hereCaolán McNamara2-2/+2
2014-11-22timers: Timer never started, remove it completely.Tobias Madl2-13/+0
2014-11-21HIG fixes for basctlAdolfo Jayme Barrientos11-341/+262
2014-11-19Fix typo in deletelangdialog.uiAdolfo Jayme Barrientos1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+3
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-3/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin5-17/+13
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky3-6/+6