summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvar.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-6/+6
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch1-5/+6
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann1-1/+1
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin1-2/+3
2022-04-05Move creation of case-insensitive variable name to a central placeMike Kaganski1-1/+7
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski1-0/+9
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-27tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch1-1/+4
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist1-2/+3
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch1-0/+3
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin1-2/+2
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-3/+3
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini1-65/+18
2020-12-23Initialize method mapping table at compile timeMike Kaganski1-23/+0
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-0/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-1/+1
2020-04-19loplugin:flatten in basicNoel Grandin1-28/+28
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-3/+3
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch1-2/+2
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-2/+0
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-3/+3
2019-04-23tdf#123043 make type character detection unicode-awareTomoyuki Kubota1-1/+1
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-8/+11
2018-09-08cppcheck: variableScope in basicJochen Nitschke1-1/+1
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin1-15/+15
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin1-12/+7
2018-01-15More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-2/+2
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin1-2/+2
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-17use more default copy ctorsJochen Nitschke1-6/+0
2017-08-11new loplugin:deadclassNoel Grandin1-56/+0
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin1-2/+2
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-02-17convert SbxNameType to scoped enumNoel Grandin1-27/+11
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-8/+8
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-10/+10
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-4/+4
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)Stephan Bergmann1-2/+2
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-1/+1
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara1-0/+15
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-03tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli1-20/+12