summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2015-09-26pVar != null, so static_cast(pVar) != nullCaolán McNamara1-18/+16
2015-09-18boost->stdCaolán McNamara12-39/+33
2015-09-14boost->stdCaolán McNamara1-2/+1
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl2-129/+14
2015-09-09Fix previous commitStephan Bergmann1-1/+2
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann1-9/+2
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin1-12/+4
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-2/+2
2015-09-05BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini1-2/+3
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl1-40/+15
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-4/+4
2015-09-01coverity#1242865 Untrusted loop boundCaolán McNamara1-2/+10
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard4-11/+35
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-84/+84
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2-0/+2
2015-08-28Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-3/+2
2015-08-27Clean up aEmptyStephan Bergmann1-6/+5
2015-08-26Clean up aEmptyStrStephan Bergmann2-8/+6
2015-08-26Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic1-22/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-20/+8
2015-08-23coverity#1242865 Untrusted loop boundCaolán McNamara1-2/+12
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