summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-09coverity#1209811 Dereference before null checkCaolán McNamara1-1/+1
2014-05-07coverity#1209554 Explicit null dereferencedCaolán McNamara1-2/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-02-25Remove visual noise from basctlAlexander Wilms1-18/+18
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann1-4/+4
2014-01-19coverity#735600 : Division by zeroNorbert Thiebaud1-0/+1
2014-01-13disentangle CalcSizeCaolán McNamara1-1/+1
2013-11-27Properly encapsulate svt::TextWindowPeerStephan Bergmann1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-5/+5
2013-11-11basctl: include <> for external includesNorbert Thiebaud1-6/+6
2013-10-28Remove unnecessary SyntaxHighlighter::Tokenizer statefulnessStephan Bergmann1-8/+0
2013-10-28Fold SyntaxHighlighter::initialize into ctorStephan Bergmann1-3/+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
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-03CID#738559 uninitialized memberCaolán McNamara1-5/+6
2013-10-01convert basctl module from String to OUStringNoel Grandin1-57/+57
2013-09-03WaE: C4101: 'ex' : unreferenced local variableTor Lillqvist1-1/+1
2013-09-03completition->completion :)Ivan Timofeev1-4/+4
2013-09-02GSOC work, renaming+listbox right side fixGergo Mocsi1-4/+4
2013-09-02GSOC work, fix the clipped listboxGergo Mocsi1-27/+20
2013-09-02GSOC work, fixed clipping of the listbox in the bottomGergo Mocsi1-18/+17
2013-09-02GSOC work, arrow navigation+TextSelection problems fixedGergo Mocsi1-7/+33
2013-09-02GSOC work, fix strange TextPaM errorsGergo Mocsi1-25/+40
2013-09-02GSOC work, multiple fixesGergo Mocsi1-2/+2
2013-09-02GSOC work, options fixGergo Mocsi1-5/+8
2013-09-02GSOC work, small fixesGergo Mocsi1-28/+22
2013-09-02GSOC work, autocorrect procedures+variablesGergo Mocsi1-6/+23
2013-09-02GSOC work, small code fixesGergo Mocsi1-8/+10
2013-09-02GSOC work, simplify CodeCompleteWindow::ResizeListBoxGergo Mocsi1-31/+31
2013-09-02GSOC work, autocorrect fixGergo Mocsi1-2/+20
2013-09-02GSOC work, renaming + options fixGergo Mocsi1-2/+2
2013-09-02GSOC work, behavior fixesGergo Mocsi1-11/+45
2013-09-02GSOC work, TAB key inserts match+code fixesGergo Mocsi1-18/+58
2013-09-02GSOC work, code fixesGergo Mocsi1-36/+37
2013-09-02GSOC work, unused code removalGergo Mocsi1-3/+1
2013-09-02GSOC work, code simplification+removed unused functionsGergo Mocsi1-112/+104
2013-09-02GSOC work, code simplificationGergo Mocsi1-114/+148
2013-09-02GSOC work, code fixesGergo Mocsi1-251/+267
2013-09-02GSOC work, small fixes for listbox appearanceGergo Mocsi1-22/+25