summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
...
* convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara2013-12-316-63/+126
* MessageDialog isn't ready for this usage just yetCaolán McNamara2013-12-311-15/+17
* convert new lib dialog to .uiCaolán McNamara2013-12-316-83/+140
* don't access beyond end of empty stringCaolán McNamara2013-12-311-0/+2
* convert goto line dialog to .uiCaolán McNamara2013-12-317-64/+122
* cppcheck: fix var reassignedJulien Nabet2013-12-271-3/+1
* convert organize macros dialog to .uiCaolán McNamara2013-12-249-115/+160
* typo fixesAndras Timar2013-12-201-3/+3
* No need for DlgEdObj::supportsService to be virtualStephan Bergmann2013-12-182-3/+3
* vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud2013-12-181-1/+1
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* uiconfig is a l10n-relevant targetBjoern Michaelsen2013-12-161-1/+1
* Get rid of DECLARE_STL_VECTORStephan Bergmann2013-12-061-2/+5
* Get rid of DECLARE_STL_STDKEY_SETStephan Bergmann2013-12-051-0/+3
* Properly encapsulate svt::TextWindowPeerStephan Bergmann2013-11-271-1/+1
* 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