summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxscan.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2018-12-26basic: Spare temporary variableTakeshi Abe
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-08-27Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-29tdf#118442: Fix incorrect index calculationMike Kaganski
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-08basic, solve link problemsjan Iversen
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-02Replace mouth-painted "inaccurate around leap year" rollover algorithmEike Rathke
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-11replace macros and use scoped enumJochen Nitschke
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-10-07loplugin:staticmethods: basicStephan Bergmann
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-08-09BASIC: Use rtl/character.hxx in basic/source/sbx/sbxscan.cxxArnaud Versini
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin
2016-07-20Resolves: tdf#98778 fix parsing of exponentsCaolán McNamara
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-13Related tdf#99089: avoid second crashJulien Nabet
2016-04-11Remove an useless check I had addedJulien Nabet
2016-04-10tdf#99089: avoid some crashes in BasicJulien Nabet
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann