summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin2016-02-247-33/+23
* Removing #defines for String_XXX in sbxres.hxxbaltasarq2016-02-247-42/+44
* Actually, why passive voice?Tor Lillqvist2016-02-221-1/+1
* Fix mis-translated German commentTor Lillqvist2016-02-221-1/+1
* loplugin:commaoperator in basic/Noel Grandin2016-02-2214-42/+156
* BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini2016-02-226-73/+53
* WaE vs2015 truncation of literal on static_castNorbert Thiebaud2016-02-221-0/+7
* use consistent #define checks for the Windows platformNoel Grandin2016-02-178-12/+12
* tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier2016-02-171-0/+4
* BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini2016-02-175-49/+37
* tdf#39440: reduce scope of local variablesArnold Dumas2016-02-161-4/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-162-7/+7
* cppcheck: unreadVariableCaolán McNamara2016-02-151-22/+20
* fix indentCaolán McNamara2016-02-151-7/+7
* tdf#95857 Sort out German plurals ...danielt9982016-02-123-8/+8
* Remove excess newlinesChris Sherlock2016-02-0926-117/+0
* BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini2016-02-083-41/+30
* sequence->vector in basicNoel Grandin2016-02-083-7/+6
* sequence->vector in basicNoel Grandin2016-02-082-20/+17
* loplugin:unusedmethodsNoel Grandin2016-02-084-16/+0
* BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini2016-02-083-76/+19
* basic: Merge macro snippet testsMatúš Kukan2016-02-0513-375/+217
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-051-1/+1
* Fix typosAndrea Gelmini2016-02-051-1/+1
* loplugin:fpcomparison in basic/Noel Grandin2016-02-042-2/+2
* unnecessary use of OUString constructorNoel Grandin2016-01-311-3/+3
* BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini2016-01-273-5/+5
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-5/+5
* BASIC : Remove class SbiDimList and SbiParametersArnaud Versini2016-01-244-81/+55
* BASIC : Remove SbiExprList::pParserArnaud Versini2016-01-243-17/+13
* BASIC : Remove useless virtual function overrideArnaud Versini2016-01-162-7/+0
* BASIC : Remove useless methods in StarBasicArnaud Versini2016-01-162-20/+10
* basic: coverity#1348466 checked returnMichael Stahl2016-01-151-5/+10
* -Werror=misleading-indentation (GCC 6)Stephan Bergmann2016-01-131-1/+2
* loplugin:loopvartoosmallNoel Grandin2016-01-121-1/+1
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-126-37/+26
* BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini2016-01-121-81/+57
* fix windows buildNoel Grandin2016-01-111-1/+0
* loplugin:unusedmethods unused return value in basicNoel Grandin2016-01-116-30/+14
* Fix typosAndrea Gelmini2016-01-103-3/+3
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-074-22/+22
* BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini2016-01-074-77/+47
* Fix typosAndrea Gelmini2016-01-051-1/+1
* Fix typosAndrea Gelmini2016-01-057-8/+8
* Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann2016-01-041-42/+42
* loplugin:cstylecastStephan Bergmann2016-01-041-40/+40
* tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALDipangar Niranjar2016-01-041-428/+428
* BASIC : Remove useless allocation operator overloadArnaud Versini2015-12-301-15/+0
* 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