summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
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-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
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-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-09-19iOS, solved code never reached (sbxvalue.cxx)jan Iversen
2017-09-17use more default copy ctorsJochen Nitschke
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-29move all the basic errcodes to one fileNoel Grandin
2017-08-11new loplugin:deadclassNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel 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-07-20loplugin:constparams in basicNoel Grandin
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-06-13remove MAYBEFUTURE dead codeNoel Grandin
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-12loplugin:constantparamNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
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-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-28Fix typosAndrea Gelmini
2017-03-26Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann