summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxscan.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara2016-07-201-0/+7
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* Related tdf#99089: avoid second crashJulien Nabet2016-04-131-1/+1
* Remove an useless check I had addedJulien Nabet2016-04-111-1/+1
* tdf#99089: avoid some crashes in BasicJulien Nabet2016-04-101-1/+1
* loplugin:commaoperator in basic/Noel Grandin2016-02-221-4/+20
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic2015-08-281-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-8/+8
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+3
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2
* remove _old_format_code_Thomas Arnhold2014-04-141-91/+0
* basic: sal_Bool->boolNoel Grandin2014-04-071-1/+1
* basic: sal_Bool->boolNoel Grandin2014-03-271-3/+4
* Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin2014-02-241-2/+1
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-201-0/+2
* some more continuous correctionsThomas Arnhold2014-02-031-1/+1
* bool improvementsStephan Bergmann2014-01-141-1/+1
* sbxbase.hxx is private to basicTor Lillqvist2013-12-111-1/+1
* basic: include <> for external includesNorbert Thiebaud2013-11-111-1/+1
* Nothing Unix-specific about <stdlib.h>Tor Lillqvist2013-10-121-2/+0
* convert BASIC from String to OUStringNoel Grandin2013-09-171-7/+7
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-5/+5
* Mark as constTakeshi Abe2013-08-011-1/+1
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-2/+2
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
* ResMgr with LanguageTagEike Rathke2013-03-291-2/+1
* replace decimal separator at correct position, rhbz#919020Eike Rathke2013-03-201-2/+2
* resolved rhbz#919020 Basic CDbl() and CSng() scan localized numberEike Rathke2013-03-191-78/+117
* i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile2013-03-141-2/+5
* loplugin: improve indentationThomas Arnhold2013-02-251-2/+1
* loplugin: unused variablesThomas Arnhold2013-02-251-2/+0
* coverity#707502 Uninitialized scalar variableCaolán McNamara2013-02-171-1/+1
* fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin2013-01-281-3/+1
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-16/+16
* remove use of #pragma optimizeLuboš Luňák2013-01-011-9/+0
* AllSettings with LanguageTagEike Rathke2012-11-221-3/+3
* PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2012-11-181-1/+1
* basic: String -> OUStringNorbert Thiebaud2012-11-071-150/+151
* basic: preliminary cosmetic clean-upNorbert Thiebaud2012-11-031-0/+6
* replace sxub_Unicode by sal_UnicodeNorbert Thiebaud2012-10-191-8/+8
* fdo#48257 collect function prototypes from basic/ into single header fileJack Leigh2012-10-041-7/+1
* sal_Bool to boolTakeshi Abe2012-09-051-16/+16
* sal_Bool to boolTakeshi Abe2012-08-241-16/+16
* String::AllocBuffer replacementsCaolán McNamara2012-08-071-3/+4
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14