summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-07-082-2/+2
* Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann2015-07-071-7/+12
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-0610-37/+33
* Fix typosAndrea Gelmini2015-07-047-7/+7
* error: 'pGen' was not declared in this scopeMiklos Vajna2015-07-021-1/+1
* BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini2015-07-024-141/+129
* coverity#1308521 Uncaught exceptionCaolán McNamara2015-06-284-4/+4
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* coverity#1308445 Uncaught exceptionCaolán McNamara2015-06-272-2/+2
* coverity#1308444 Uncaught exceptionCaolán McNamara2015-06-271-2/+2
* coverity#1308435 Uncaught exceptionCaolán McNamara2015-06-271-2/+2
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-1/+1
* Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann2015-06-241-1/+1
* remove SFX_NOTIFY macroNoel Grandin2015-06-2412-67/+46
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-178-23/+23
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+2
* cppcheck:redundantConditionNoel Grandin2015-06-151-1/+1
* 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