summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2011-11-22String->OUStringAugust Sodora9-83/+82
2011-11-22String->OUStringAugust Sodora2-5/+5
2011-11-21String->OUStringAugust Sodora1-15/+15
2011-11-21String->OUStringAugust Sodora2-3/+3
2011-11-21Remove unnecessary includesAugust Sodora12-125/+69
2011-11-21Remove unnecessary includesAugust Sodora1-16/+0
2011-11-21Remove unnecessary includesAugust Sodora1-27/+18
2011-11-21Removed unnecessary includesAugust Sodora1-31/+11
2011-11-21Removed unnecessary includesAugust Sodora1-23/+10
2011-11-21unused local variableAugust Sodora1-1/+0
2011-11-21cppcheck: C-style pointer castingAugust Sodora5-14/+13
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-11-18add license info to linenumberwindow.[ch]xx, fix menu labelNoel Power2-3/+56
2011-11-18-Werror=shadow fixStephan Bergmann1-2/+2
2011-11-18Add emacs modelineAugust Sodora2-0/+4
2011-11-17Double semicolon -> semicolonAugust Sodora1-1/+1
2011-11-17calculate the width based on the font + general clean-upNorbert Thiebaud2-59/+72
2011-11-17SetLineNumberDisplay appropriately when opening or swithin modulesNorbert Thiebaud2-0/+10
2011-11-17fix issue with unsupported typedef on MacNorbert Thiebaud2-9/+9
2011-11-17Removed unused includesAugust Sodora1-24/+18
2011-11-17Fixed scrolling bugAugust Sodora3-6/+53
2011-11-17Finished making it possible to toggle line numbers in the basic ideAugust Sodora4-5/+37
2011-11-17Preparing to add option for line numbers in the basic ideAugust Sodora4-0/+48
2011-11-17Added missing filesAugust Sodora2-0/+84
2011-11-17Add line numbers to basic ideAugust Sodora3-8/+28
2011-11-16add new 'Goto Line' menu item to Basic IDENoel Power8-0/+132
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
2011-11-08Remove unnecessary includesAugust Sodora1-4/+1
2011-11-08Remove unnecessary includesAugust Sodora1-14/+8
2011-11-08Remove unnecessary includesAugust Sodora1-2/+2
2011-11-08Remove unnecessary includesAugust Sodora1-13/+4
2011-11-08Remove last include of tools/string.hxx in basctlAugust Sodora2-3/+1
2011-11-07Remove superfluous includes and forward declsAugust Sodora17-90/+29
2011-11-02Remove an unused header from basctlJoseph Powers1-69/+0
2011-10-08migrate to StringRangeEnumerator in BasicIvan Timofeev1-10/+20
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-03do not include removed headerMatúš Kukan2-2/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara2-2/+11
2011-09-12remove Repeat from Basic IDE menuAndras Timar1-1/+0
2011-09-12callcatcher: drop unused methodsCaolán McNamara2-14/+0
2011-09-12SfxMacro is unused, strip down to ctor/dtorCaolán McNamara1-1/+0
2011-09-06SID_DOC_MODIFIED should (probably) be a SfxBoolItemCaolán McNamara1-5/+1
2011-09-01remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks3-5/+0
2011-08-29don't crash when loading basic IDEMarkus Mohrhard1-1/+1
2011-08-29tweak for changeCaolán McNamara1-1/+1
2011-08-29looks a bad idea to have asymmetrical const/nonconst 'at'sCaolán McNamara2-35/+21
2011-08-25no longer need GetDLLCaolán McNamara1-6/+0
2011-08-24hide this classCaolán McNamara19-124/+151
2011-08-24rearrange this to not leak search configitemCaolán McNamara5-23/+42
2011-08-24catch ignored exceptions by const referenceTakeshi Abe9-44/+44