summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-141-3/+3
* BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini2015-06-133-19/+12
* TyposJulien Nabet2015-06-131-2/+2
* cppcheck: variableScopeCaolán McNamara2015-06-091-2/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-0818-105/+105
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-062-2/+2
* convert PropertyMode to scoped enumNoel Grandin2015-06-043-15/+15
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0210-16/+16
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-292-3/+4
* loplugin:loopvartoosmallNoel Grandin2015-05-295-6/+6
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-2/+2
* BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini2015-05-264-87/+14
* BASIC: User std::unique_ptr in basic runtimeArnaud Versini2015-05-264-41/+34
* Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7Julien Nabet2015-05-231-1/+1
* tdf#90110: basic: fix Randomize statementMichael Stahl2015-05-192-8/+40
* basic: used typed LINKsNoel Grandin2015-05-194-18/+18
* missing semiCaolán McNamara2015-05-181-1/+1
* cppunit: noExplicitConstructorCaolán McNamara2015-05-181-4/+5
* Remove include stdio (part2)Julien Nabet2015-05-182-4/+0
* remove unnecessary header fileNoel Grandin2015-05-1715-46/+18
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-152-18/+0
* Missing disposeAndClear in MsgBox basic functionPhilippe Jung2015-05-121-0/+1
* tdf#90969: basic: add horrible hack to avoid crash due to ...Michael Stahl2015-05-121-3/+16
* Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini2015-05-121-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-118-28/+28
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-2/+2
* Unwind SotStorageStreamRef typedefStephan Bergmann2015-05-071-5/+5
* Unwind SotStorageRef typedefStephan Bergmann2015-05-073-9/+9
* tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet2015-04-301-4/+4
* Gradually typed LinkStephan Bergmann2015-04-304-7/+7
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-292-9/+4
* Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann2015-04-291-2/+1
* convert STR_EVENT constants to scoped enumNoel Grandin2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-283-50/+71
|\
| * basctl, basic: convert new to ::Create.Michael Meeks2015-04-173-9/+9
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-1/+1
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-2/+2
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-1/+1
| * vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2015-04-102-2/+2
| * vclwidget: only call dispose() onceNoel Grandin2015-04-102-2/+2
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-3/+3
| * vcl: VclPtr conversion in basicNoel Grandin2015-04-092-39/+60
* | Rephrase comparisons between bool and sal_BoolStephan Bergmann2015-04-281-2/+2
* | Dialog::Execute returns short/VclResponseTypeStephan Bergmann2015-04-281-5/+1
* | SbModule::Run return value is unusedStephan Bergmann2015-04-281-5/+1
* | loplugin:simplifyboolStephan Bergmann2015-04-244-5/+5
* | Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-232-3/+3
* | Update to XDocumentEventBroadcaster et alStephan Bergmann2015-04-221-6/+6