summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2015-08-18null pointer guard if no user defined types declared at the module levelLaurent Godard1-50/+53
2015-08-18correct wrong commentsLaurent Godard1-4/+0
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard1-0/+161
2015-08-17BASIC : SbiParser::pBasic is uselessArnaud Versini3-3/+1
2015-08-16BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini2-3/+2
2015-08-14tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann1-6/+1
2015-08-14make Link<> instances typedNoel Grandin2-3/+2
2015-08-11loplugin: defaultparamsNoel Grandin10-13/+13
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin5-22/+12
2015-08-03new loplugin: refcountingNoel Grandin4-54/+54
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