summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-19Fix indentationMatteo Casalin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-19sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin
2015-07-19Use more proper integer typesMatteo Casalin
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-15fix Windows buildNoel Grandin
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-04Fix typosAndrea Gelmini
2015-07-02error: 'pGen' was not declared in this scopeMiklos Vajna
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini
2015-06-28coverity#1308521 Uncaught exceptionCaolán McNamara
2015-06-28Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-27coverity#1308445 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308444 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308435 Uncaught exceptionCaolán McNamara
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-13BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini
2015-06-13TyposJulien Nabet
2015-06-09cppcheck: variableScopeCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-04convert PropertyMode to scoped enumNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini
2015-05-23Wrong comment since 642cfe8ac206af4fe82bc695d38b5c7f0edf7dc7Julien Nabet
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-18missing semiCaolán McNamara
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-18Remove include stdio (part2)Julien Nabet