summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-191-5/+5
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
* basctl: include <> for external includesNorbert Thiebaud2013-11-1112-29/+29
* fdo#71306: fix printing from basic ideIvan Timofeev2013-11-081-1/+3
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-1/+1
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-042-4/+4
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann2013-10-281-8/+0
* Fold SyntaxHighlighter::initialize into ctorStephan Bergmann2013-10-281-3/+1
* Move implementation details to syntaxhighlight.cxxStephan Bergmann2013-10-281-0/+1
* Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann2013-10-281-9/+9
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-252-40/+4
* convert code to use OUString::endsWithNoel Grandin2013-10-231-1/+1
* HighlightPortion's indizes into strings should be sal_Int32Stephan Bergmann2013-10-221-2/+2
* Use conventional std::vector idiomsStephan Bergmann2013-10-221-28/+36
* Unwind HighlightPortions typedefStephan Bergmann2013-10-221-8/+8
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-222-2/+2
* cleanupThomas Arnhold2013-10-161-6/+0
* What (who?) are OW and MTF?Tor Lillqvist2013-10-121-0/+5
* Test WNT instead of the vague UNXTor Lillqvist2013-10-121-3/+3
* Basic: When we warned & stopped the program, don't warn again.Jan Holesovsky2013-10-111-1/+1
* -Werror,-Wunused-variableStephan Bergmann2013-10-111-2/+1
* Fix whitespace.Jan Holesovsky2013-10-111-3/+3
* CID#738562 uninitialized memberCaolán McNamara2013-10-071-2/+3
* CID#738561 uninitialized memberCaolán McNamara2013-10-071-11/+12
* CID#738560 uninitialized memberCaolán McNamara2013-10-071-5/+6
* CID#984418 unused returned pointerCaolán McNamara2013-10-071-1/+1
* CID#984417 unused returned pointerCaolán McNamara2013-10-071-1/+1
* CID#738954 unused returned pointerCaolán McNamara2013-10-071-1/+1
* CID#738559 uninitialized memberCaolán McNamara2013-10-031-5/+6
* CID#738558 uninitialized membersCaolán McNamara2013-10-031-2/+4
* -Werror,-Wdeprecated-declarationsStephan Bergmann2013-10-022-0/+28
* convert basctl module from String to OUStringNoel Grandin2013-10-0114-146/+146
* Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara2013-09-225-12/+12
* convert basctl/source/inc/basobj.hxx from String to OUStringNoel Grandin2013-09-173-7/+6
* fix for fdo#69173 crasherNoel Power2013-09-131-0/+3
* WaE: C4101: 'ex' : unreferenced local variableTor Lillqvist2013-09-031-1/+1
* completition->completion :)Ivan Timofeev2013-09-032-6/+6
* GSOC work, renaming+listbox right side fixGergo Mocsi2013-09-022-5/+5
* GSOC work, fix the clipped listboxGergo Mocsi2013-09-021-27/+20
* GSOC work, fixed clipping of the listbox in the bottomGergo Mocsi2013-09-022-19/+18
* GSOC work, arrow navigation+TextSelection problems fixedGergo Mocsi2013-09-022-8/+34
* GSOC work, fix strange TextPaM errorsGergo Mocsi2013-09-021-25/+40
* GSOC work, multiple fixesGergo Mocsi2013-09-021-2/+2
* GSOC work, options fixGergo Mocsi2013-09-021-5/+8
* GSOC work, small fixesGergo Mocsi2013-09-021-28/+22
* GSOC work, autocorrect procedures+variablesGergo Mocsi2013-09-021-6/+23
* GSOC work, small code fixesGergo Mocsi2013-09-021-8/+10
* GSOC work, simplify CodeCompleteWindow::ResizeListBoxGergo Mocsi2013-09-022-32/+32