summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* coverity#736985 Uncaught exceptionCaolán McNamara2014-01-272-2/+5
* coverity#982152 Unchecked return valueCaolán McNamara2014-01-271-1/+5
* coverity#735667 Unchecked dynamic_castCaolán McNamara2014-01-271-1/+2
* coverity#1130421 Improper use of negative valueCaolán McNamara2014-01-271-14/+15
* Related: #i50481# improve Select All command in Basic IDETsutomu Uchino2014-01-223-1/+18
* coverity#735600 : Division by zeroNorbert Thiebaud2014-01-191-0/+1
* coverity#1000814 coverity#1000815 : Unintended sign extensionNorbert Thiebaud2014-01-191-2/+2
* coverity#735599 : Division by zeroNorbert Thiebaud2014-01-191-1/+5
* coverity#735598 : Division by zeroNorbert Thiebaud2014-01-191-1/+3
* Window::PreNotify should return boolStephan Bergmann2014-01-182-12/+12
* bool improvementsStephan Bergmann2014-01-175-6/+6
* Window::Notify should return boolStephan Bergmann2014-01-172-5/+5
* 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