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