summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
AgeCommit message (Expand)AuthorFilesLines
2014-01-27coverity#982152 Unchecked return valueCaolán McNamara1-1/+5
2014-01-27coverity#735667 Unchecked dynamic_castCaolán McNamara1-1/+2
2014-01-27coverity#1130421 Improper use of negative valueCaolán McNamara1-14/+15
2014-01-22Related: #i50481# improve Select All command in Basic IDETsutomu Uchino2-1/+17
2014-01-19coverity#735600 : Division by zeroNorbert Thiebaud1-0/+1
2014-01-19coverity#1000814 coverity#1000815 : Unintended sign extensionNorbert Thiebaud1-2/+2
2014-01-19coverity#735599 : Division by zeroNorbert Thiebaud1-1/+5
2014-01-19coverity#735598 : Division by zeroNorbert Thiebaud1-1/+3
2014-01-18Window::PreNotify should return boolStephan Bergmann2-12/+12
2014-01-17bool improvementsStephan Bergmann4-5/+5
2014-01-17Window::Notify should return boolStephan Bergmann1-4/+4
2014-01-17Remove use of deprecated css::document::XEventBroadcaster/ListenerStephan Bergmann1-13/+13
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-3/+3
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-3/+1
2014-01-14PrepareClose should probably return boolStephan Bergmann1-1/+1
2014-01-13SvTreeListBox::ExpandingHdl should return boolStephan Bergmann2-2/+2
2014-01-13disentangle CalcSizeCaolán McNamara1-1/+1
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara5-251/+100
2014-01-06basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara2-12/+0
2014-01-06convert lib page to .uiCaolán McNamara3-189/+104
2014-01-03add some borders hereCaolán McNamara2-5/+9
2014-01-03convert import library dialog to .uiCaolán McNamara4-95/+45
2014-01-02Convert break point dialog to .ui formatCaolán McNamara4-205/+65
2014-01-02allow simple MessageDialogs to be created from just message stringsCaolán McNamara1-17/+15
2014-01-01const this upCaolán McNamara1-1/+1
2013-12-31convert export basic dialog to .ui (600th .ui conversion)Caolán McNamara3-62/+9
2013-12-31MessageDialog isn't ready for this usage just yetCaolán McNamara1-15/+17
2013-12-31convert new lib dialog to .uiCaolán McNamara3-82/+32
2013-12-31don't access beyond end of empty stringCaolán McNamara1-0/+2
2013-12-31convert goto line dialog to .uiCaolán McNamara4-62/+13
2013-12-24convert organize macros dialog to .uiCaolán McNamara5-113/+42
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud1-1/+1
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-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-11-11basctl: include <> for external includesNorbert Thiebaud11-28/+28
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-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