summaryrefslogtreecommitdiffstats
path: root/basic/source/comp/parser.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-1/+1
* BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini2016-05-071-9/+9
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-1/+1
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-211-2/+2
* Avoid reserved identifiersStephan Bergmann2016-04-061-3/+3
* Turn SbiOpcode into scoped enumStephan Bergmann2016-04-061-21/+21
* Avoid reserved identifiersStephan Bergmann2016-04-061-22/+22
* loplugin:unuseddefaultparams in basicNoel Grandin2016-03-031-2/+2
* loplugin:commaoperator in basic/Noel Grandin2016-02-221-2/+9
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* Remove excess newlinesChris Sherlock2016-02-091-4/+0
* BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini2016-02-081-2/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-061-2/+1
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-1/+1
* pVar != null, so static_cast(pVar) != nullCaolán McNamara2015-09-261-18/+16
* BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini2015-09-051-2/+3
* BASIC : SbiParser::pBasic is uselessArnaud Versini2015-08-171-1/+0
* inline "old" SbERR constantsNoel Grandin2015-07-281-33/+33
* com::sun::star->css in basicNoel Grandin2015-07-201-2/+2
* BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini2015-06-131-5/+3
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* remove unnecessary header fileNoel Grandin2015-05-171-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* loplugin:cstylecastStephan Bergmann2015-01-091-1/+1
* Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino2015-01-091-1/+9
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0
* bool improvementsStephan Bergmann2014-01-281-3/+3
* coverity#441077 Dereference after null checkCaolán McNamara2014-01-271-1/+1
* Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr2014-01-061-1/+1
* windows: warning 4355 is disabled globally in com_MSC_defs.mkThomas Arnhold2013-10-281-5/+0
* Test WNT instead of the vague UNXTor Lillqvist2013-10-121-3/+3
* sal_Bool to boolTakeshi Abe2013-10-021-4/+4
* GSOC work, behavior fixesGergo Mocsi2013-09-021-1/+0
* GSOC work week 5, some recent fixesGergo Mocsi2013-09-021-0/+9
* GSOC work week 2, getting infromation from variables and print on terminalGergo Mocsi2013-09-021-0/+1
* Mark as constTakeshi Abe2013-08-011-2/+2
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-3/+3
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-3/+3
* basic: String -> OUStringNorbert Thiebaud2012-11-071-12/+13
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-031-0/+16
* sal_Bool to boolTakeshi Abe2012-08-221-1/+1
* sal_Bool to boolTakeshi Abe2012-08-201-21/+21
* sal_Bool to boolTakeshi Abe2012-08-191-4/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
* some UniString->rtl::OUStringCaolán McNamara2012-07-091-1/+1
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-3/+3
* rmove include of pch header in basicNorbert Thiebaud2011-11-271-2/+0
* String->OUString, with accompanying testsAugust Sodora2011-10-211-3/+3