summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2015-08-28Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-26Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-23coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-18null pointer guard if no user defined types declared at the module levelLaurent Godard
2015-08-18correct wrong commentsLaurent Godard
2015-08-18tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard
2015-08-17BASIC : SbiParser::pBasic is uselessArnaud Versini
2015-08-16BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini
2015-08-14tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann
2015-08-14make Link<> instances typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos
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