summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2013-12-20typo fixesAndras Timar1-3/+3
2013-12-18No need for DlgEdObj::supportsService to be virtualStephan Bergmann2-3/+3
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann1-2/+5
2013-12-05Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann1-0/+3
2013-11-27Properly encapsulate svt::TextWindowPeerStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-5/+5
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11basctl: include <> for external includesNorbert Thiebaud12-29/+29
2013-11-08fdo#71306: fix printing from basic ideIvan Timofeev1-1/+3
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-4/+4
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann1-8/+0
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann1-3/+1
2013-10-28Move implementation details to syntaxhighlight.cxxStephan Bergmann1-0/+1
2013-10-28Remove unused SimpleTokenizer_Impl::nLine/nColStephan Bergmann1-9/+9
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2-40/+4
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-10-22HighlightPortion's indizes into strings should be sal_Int32Stephan Bergmann1-2/+2
2013-10-22Use conventional std::vector idiomsStephan Bergmann1-28/+36
2013-10-22Unwind HighlightPortions typedefStephan Bergmann1-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist2-2/+2
2013-10-16cleanupThomas Arnhold1-6/+0
2013-10-12What (who?) are OW and MTF?Tor Lillqvist1-0/+5
2013-10-12Test WNT instead of the vague UNXTor Lillqvist1-3/+3
2013-10-11Basic: When we warned & stopped the program, don't warn again.Jan Holesovsky1-1/+1
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-2/+1
2013-10-11Fix whitespace.Jan Holesovsky1-3/+3
2013-10-07CID#738562 uninitialized memberCaolán McNamara1-2/+3
2013-10-07CID#738561 uninitialized memberCaolán McNamara1-11/+12
2013-10-07CID#738560 uninitialized memberCaolán McNamara1-5/+6
2013-10-07CID#984418 unused returned pointerCaolán McNamara1-1/+1
2013-10-07CID#984417 unused returned pointerCaolán McNamara1-1/+1
2013-10-07CID#738954 unused returned pointerCaolán McNamara1-1/+1
2013-10-03CID#738559 uninitialized memberCaolán McNamara1-5/+6
2013-10-03CID#738558 uninitialized membersCaolán McNamara1-2/+4
2013-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann2-0/+28
2013-10-01convert basctl module from String to OUStringNoel Grandin14-146/+146
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara5-12/+12
2013-09-17convert basctl/source/inc/basobj.hxx from String to OUStringNoel Grandin3-7/+6
2013-09-13fix for fdo#69173 crasherNoel Power1-0/+3
2013-09-03WaE: C4101: 'ex' : unreferenced local variableTor Lillqvist1-1/+1
2013-09-03completition->completion :)Ivan Timofeev2-6/+6
2013-09-02GSOC work, renaming+listbox right side fixGergo Mocsi2-5/+5
2013-09-02GSOC work, fix the clipped listboxGergo Mocsi1-27/+20
2013-09-02GSOC work, fixed clipping of the listbox in the bottomGergo Mocsi2-19/+18