summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* boost->stdCaolán McNamara2015-09-141-2/+1
* basic: one more WeakImplHelper<XPropertySetInfo> duplicateMichael Stahl2015-09-112-129/+14
* Fix previous commitStephan Bergmann2015-09-091-1/+2
* Revert a fix that can never have worked in the first place?Stephan Bergmann2015-09-081-9/+2
* loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin2015-09-081-12/+4
* cppcheck: fix some redundantCondition warningsJulien Nabet2015-09-051-2/+2
* BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini2015-09-051-2/+3
* basic: remove over-engineered XEnumeration serviceMichael Stahl2015-09-031-40/+15
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-4/+4
* coverity#1242865 Untrusted loop boundCaolán McNamara2015-09-011-2/+10
* New identifier for save/open macro with user defined typesLaurent Godard2015-08-314-11/+35
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-84/+84
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-292-0/+2
* Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic2015-08-281-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+2
* Clean up aEmptyStephan Bergmann2015-08-271-6/+5
* Clean up aEmptyStrStephan Bergmann2015-08-262-8/+6
* Resolves: #i117989# Basic functions return wrong results for dates <1900-1-1Damjan Jovanovic2015-08-261-22/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-262-20/+8
* coverity#1242865 Untrusted loop boundCaolán McNamara2015-08-231-2/+12
* null pointer guard if no user defined types declared at the module levelLaurent Godard2015-08-181-50/+53
* correct wrong commentsLaurent Godard2015-08-181-4/+0
* tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard2015-08-181-0/+161
* BASIC : SbiParser::pBasic is uselessArnaud Versini2015-08-173-3/+1
* BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini2015-08-162-3/+2
* tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann2015-08-141-6/+1
* make Link<> instances typedNoel Grandin2015-08-142-3/+2
* loplugin: defaultparamsNoel Grandin2015-08-1110-13/+13
* basic,basctl: inline some use-once typedefsNoel Grandin2015-08-045-22/+12
* new loplugin: refcountingNoel Grandin2015-08-034-54/+54
* convert SBSTRM constants to scoped enumNoel Grandin2015-07-295-27/+36
* inline "old" SbERR constantsNoel Grandin2015-07-2827-843/+843
* inline the "old" SbxErr constantsNoel Grandin2015-07-2827-438/+438
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-2823-226/+226
* loplugin:unusedmethodsNoel Grandin2015-07-241-9/+0
* Miscellaneous typosAdolfo Jayme Barrientos2015-07-211-2/+2
* com::sun::star->css in basicNoel Grandin2015-07-2029-513/+496
* Fix indentationMatteo Casalin2015-07-191-6/+6
* sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin2015-07-195-12/+12
* sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin2015-07-191-5/+4
* Use more proper integer typesMatteo Casalin2015-07-191-5/+5
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2015-07-172-12/+14
* loplugin:simplifyboolStephan Bergmann2015-07-161-9/+9
* fix Windows buildNoel Grandin2015-07-151-1/+1
* loplugin:unusedmethods basicNoel Grandin2015-07-1515-67/+5
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-132-19/+5
* Fix typosAndrea Gelmini2015-07-082-2/+2
* Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann2015-07-071-7/+12
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-0610-37/+33
* Fix typosAndrea Gelmini2015-07-047-7/+7