summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxdec.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-03-01Some more WIN32 -> _WIN32Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-03cppcheck: useInitializationList in basicJochen Nitschke
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke
2017-10-27Fix build of Windows-only code, tdf#81671 follow-upEike Rathke
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-29move all the basic errcodes to one fileNoel Grandin
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-02-17fix windows buildNoel Grandin
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin
2016-10-16clang-cl loplugin: basicStephan Bergmann
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-01-11fix windows buildNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
2014-05-13Revert "i#64348 basic: fix CDec() crash if string is empty"Thomas Arnhold
2014-05-13i#64348 basic: fix CDec() crash if string is emptyThomas Arnhold
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-04-13extract ImpGetIntntlSep() into sbxconv.hxx and reuse itTakeshi Abe
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara
2012-02-20Remove unused codePetr Vorel
2012-02-15WaE: moaning about unintialized variablesCaolán McNamara
2012-01-26WaE: possibly uninitializedCaolán McNamara
2012-01-25tweak the ifdefs to clarify the unused SbxDecimal methodsCaolán McNamara
2012-01-13WaE: d shadows another dCaolán McNamara
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-08-05strange delete variantCaolán McNamara
2011-07-30Some cppcheck cleaningJulien Nabet