summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin5-27/+36
2015-07-28inline "old" SbERR constantsNoel Grandin27-843/+843
2015-07-28inline the "old" SbxErr constantsNoel Grandin27-438/+438
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin23-226/+226
2015-07-24loplugin:unusedmethodsNoel Grandin1-9/+0
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos1-2/+2
2015-07-20com::sun::star->css in basicNoel Grandin29-513/+496
2015-07-19Fix indentationMatteo Casalin1-6/+6
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin5-12/+12
2015-07-19sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin1-5/+4
2015-07-19Use more proper integer typesMatteo Casalin1-5/+5
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2-12/+14
2015-07-16loplugin:simplifyboolStephan Bergmann1-9/+9
2015-07-15fix Windows buildNoel Grandin1-1/+1
2015-07-15loplugin:unusedmethods basicNoel Grandin15-67/+5
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-19/+5
2015-07-08Fix typosAndrea Gelmini2-2/+2
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann1-7/+12
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe10-37/+33
2015-07-04Fix typosAndrea Gelmini7-7/+7
2015-07-02error: 'pGen' was not declared in this scopeMiklos Vajna1-1/+1
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini4-141/+129
2015-06-28coverity#1308521 Uncaught exceptionCaolán McNamara4-4/+4
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-27coverity#1308445 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308444 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-27coverity#1308435 Uncaught exceptionCaolán McNamara1-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
2015-06-24remove SFX_NOTIFY macroNoel Grandin12-67/+46
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe8-23/+23
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-2/+2
2015-06-15cppcheck:redundantConditionNoel Grandin1-1/+1
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet1-3/+3
2015-06-13BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini3-19/+12
2015-06-13TyposJulien Nabet1-2/+2
2015-06-09cppcheck: variableScopeCaolán McNamara1-2/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann18-105/+105
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2-2/+2
2015-06-04convert PropertyMode to scoped enumNoel Grandin3-15/+15
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara10-16/+16
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2-3/+4
2015-05-29loplugin:loopvartoosmallNoel Grandin5-6/+6
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini4-87/+14
2015-05-26BASIC: User std::unique_ptr in basic runtimeArnaud Versini4-41/+34