summaryrefslogtreecommitdiff
path: root/basic/source/comp/symtbl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-06-25tdf#142460: properly handle boolean values in string poolbaltasarq1-0/+2
2020-12-28BASIC : simplify SbiSymDef and SbiSymPool initlializationArnaud Versini1-28/+31
2020-11-25Use sal_Int32 to print SbxLONG valueStephan Bergmann1-2/+2
2020-10-21use tools::Long in basegfx..chart2Noel1-1/+2
2020-04-19loplugin:flatten in basicNoel Grandin1-40/+40
2020-03-24Initialize bufferMike Kaganski1-2/+2
2020-03-24tdf#131296: get numeric value with its data type in StepLOADNCAndreas Heinisch1-4/+7
2019-12-07tdf#59327: two arguments with the same name is an errorMike Kaganski1-2/+2
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-1/+1
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen1-3/+2
2018-10-30Make SbiProcDef::Match more readableJan-Marek Glogowski1-4/+8
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski1-1/+1
2018-08-03loplugin:useuniqueptr in SbiProcDefNoel Grandin1-2/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-6/+6
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist1-18/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann1-1/+1
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini1-5/+4
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara1-3/+3
2016-05-09tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav1-1/+2
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-4/+3
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin1-3/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-15/+17
2015-07-28inline "old" SbERR constantsNoel Grandin1-4/+4
2015-06-13BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini1-10/+7
2015-06-04convert PropertyMode to scoped enumNoel Grandin1-6/+6
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-17remove unnecessary header fileNoel Grandin1-1/+1
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+3
2014-11-14this is for detecting the type of a variable based on its nameCaolán McNamara1-8/+5
2014-07-18Drop an unused functionTakeshi Abe1-20/+0
2014-07-17fdo#75757: remove inheritance to std::vectorTakeshi Abe1-25/+16
2013-10-07CID#708773 unused pointer valueCaolán McNamara1-3/+3
2013-10-04'ist' -> 'is' here and there.Jan Holesovsky1-1/+1
2013-09-12CID#736166 unlikely out of boundsCaolán McNamara1-1/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-11-07basic: String -> OUStringNorbert Thiebaud1-29/+36
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-1/+34
2012-08-22sal_Bool to boolTakeshi Abe1-4/+4
2012-08-20sal_Bool to boolTakeshi Abe1-1/+1
2012-08-14sal_Bool to boolTakeshi Abe1-2/+2
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-12Convert SV_DECL_PTRARR_DEL(SbiSymbols) to std::vectorNoel Grandin1-23/+24
2012-02-20Remove unused codePetr Vorel1-5/+0