summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxscan.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-22Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara1-0/+7
2016-04-18tdf#99089: avoid some crashes in BasicJulien Nabet1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-08-28Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-8/+8
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-04-14remove _old_format_code_Thomas Arnhold1-91/+0
2014-04-07basic: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27basic: sal_Bool->boolNoel Grandin1-3/+4
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-2/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+2
2014-02-03some more continuous correctionsThomas Arnhold1-1/+1
2014-01-14bool improvementsStephan Bergmann1-1/+1
2013-12-11sbxbase.hxx is private to basicTor Lillqvist1-1/+1
2013-11-11basic: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-12Nothing Unix-specific about <stdlib.h>Tor Lillqvist1-2/+0
2013-09-17convert BASIC from String to OUStringNoel Grandin1-7/+7
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-5/+5
2013-08-01Mark as constTakeshi Abe1-1/+1
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-2/+2
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-03-29ResMgr with LanguageTagEike Rathke1-2/+1
2013-03-20replace decimal separator at correct position, rhbz#919020Eike Rathke1-2/+2
2013-03-19resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke1-78/+117
2013-03-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+5
2013-02-25loplugin: improve indentationThomas Arnhold1-2/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-2/+0
2013-02-17coverity#707502 Uninitialized scalar variableCaolán McNamara1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-3/+1
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza1-16/+16
2013-01-01remove use of #pragma optimizeLuboš Luňák1-9/+0
2012-11-22AllSettings with LanguageTagEike Rathke1-3/+3
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-1/+1
2012-11-07basic: String -> OUStringNorbert Thiebaud1-150/+151
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud1-0/+6
2012-10-19replace sxub_Unicode by sal_UnicodeNorbert Thiebaud1-8/+8
2012-10-04fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh1-7/+1
2012-09-05sal_Bool to boolTakeshi Abe1-16/+16
2012-08-24sal_Bool to boolTakeshi Abe1-16/+16
2012-08-07String::AllocBuffer replacementsCaolán McNamara1-3/+4
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-26tidy some resource stringsCaolán McNamara1-14/+14
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-4/+4
2012-04-10String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara1-3/+3
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist1-0/+2