summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2015-09-14boost->stdCaolán McNamara
2015-09-11basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl
2015-09-09Fix previous commitStephan Bergmann
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-09-05BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-09-01coverity#1242865 Untrusted loop boundCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
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