summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes (stdio/stdlib)Julien Nabet2015-12-271-1/+0
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-274-4/+4
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-271-1/+1
* sal_uIntPtr to sal_uInt32Matteo Casalin2015-12-271-3/+3
* loplugin:unusedfields in basicNoel Grandin2015-12-238-32/+13
* BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini2015-12-222-159/+189
* cppcheck: false positive deallocuseJulien Nabet2015-12-201-11/+4
* Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic2015-12-161-1/+1
* Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic2015-12-153-1/+17
* BASIC: use c++ foreach loops when possible.Arnaud Versini2015-12-136-29/+18
* DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann2015-12-107-977/+0
* Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann2015-11-301-6/+6
* generate better unit test assert messageMarkus Mohrhard2015-11-291-13/+13
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-1/+5
* #i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic2015-11-251-1/+2
* loplugin:unusedfields variousNoel Grandin2015-11-251-7/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-4/+2
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-4/+3
* loplugin:unnecessaryvirtualNoel Grandin2015-11-174-36/+3
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-47/+59
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1117-56/+0
* new loplugin: memoryvarNoel Grandin2015-11-112-11/+11
* Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic2015-11-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1058-938/+938
* new loplugin: oncevarNoel Grandin2015-11-093-9/+4
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0615-82/+82
* Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic2015-11-041-1/+1
* yyyyyNoel Grandin2015-11-046-13/+13
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-025-27/+27
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-302-7/+5
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-304-14/+11
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-262-19/+20
* basic: replace boot::ptr_vector with std::vectorMichael Stahl2015-10-262-5/+6
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-261-41/+41
* basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl2015-10-262-15/+20
* loplugin:defaultparamsStephan Bergmann2015-10-202-2/+2
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
* calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin2015-10-151-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1222-323/+323
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-7/+7
* cppcheck:variableScopeNoel Grandin2015-10-121-11/+9
* Reduce variable scopeStephan Bergmann2015-10-071-2/+1
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-064-58/+42
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+12
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-2/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-1/+0
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-067-22/+22
* checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara2015-10-023-47/+44
* Fix typosAndrea Gelmini2015-10-025-18/+18
* tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard2015-10-012-6/+41