summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* Remove use of deprecated css::document::XEventBroadcaster/ListenerStephan Bergmann2014-01-171-13/+13
* Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann2014-01-162-4/+4
* Remove unused bForBrowsing parameterStephan Bergmann2014-01-142-4/+2
* PrepareClose should probably return boolStephan Bergmann2014-01-142-2/+2
* SvTreeListBox::ExpandingHdl should return boolStephan Bergmann2014-01-132-2/+2
* disentangle CalcSizeCaolán McNamara2014-01-131-1/+1
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-102-2/+2
* convert module and dialog tabpages to .uiCaolán McNamara2014-01-0610-254/+514
* basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara2014-01-062-12/+0
* convert lib page to .uiCaolán McNamara2014-01-067-191/+328
* convert default language dialog to .uiCaolán McNamara2014-01-038-163/+262
* add some borders hereCaolán McNamara2014-01-033-39/+18
* convert import library dialog to .uiCaolán McNamara2014-01-038-97/+241
* Convert break point dialog to .ui formatCaolán McNamara2014-01-027-206/+280
* allow simple MessageDialogs to be created from just message stringsCaolán McNamara2014-01-021-17/+15
* const this upCaolán McNamara2014-01-011-1/+1
* 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