summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)AuthorFilesLines
2018-04-01remove unused processfactory.hxx includesJochen Nitschke2-2/+0
2018-03-29loplugin:unusedmethodsNoel Grandin1-5/+0
2018-03-29loplugin:virtualdown in basctl,basicNoel Grandin1-5/+0
2018-02-24Use for range loops in basegfx and basicJulien Nabet1-8/+8
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2-5/+5
2018-01-23Introduce SbxValues::clearStephan Bergmann1-11/+5
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-6/+6
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin1-12/+7
2018-01-15More loplugin:cstylecast: basicStephan Bergmann5-9/+9
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann19-241/+241
2018-01-08basic, solve link problemsjan Iversen2-0/+13
2018-01-06SAL_TYPES_SIZEOFINT == 2 no longer possibleNoel Grandin1-16/+0
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin1-1/+1
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-3/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin2-6/+7
2017-12-19loplugin:unusedenumconstantsNoel Grandin2-5/+0
2017-11-24Get rid of two more temporary SvNumberFormatter instancesEike Rathke1-3/+22
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-14/+26
2017-11-24Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke1-9/+9
2017-11-17inline SbxMAXSALUINT64 and friendsNoel Grandin2-21/+21
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin13-28/+24
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke2-2/+3
2017-10-27Fix build of Windows-only code, tdf#81671 follow-upEike Rathke1-1/+2
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke1-12/+22
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-2/+2
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski8-13/+13
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-09-20Bin some noise comments and ASCII graphicsTor Lillqvist1-2/+2
2017-09-19iOS, solved code never reached (sbxvalue.cxx)jan Iversen1-0/+2
2017-09-17use more default copy ctorsJochen Nitschke1-6/+0
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-48/+55
2017-08-29rename SBX errorcodes to BASICNoel Grandin19-389/+389
2017-08-29move all the basic errcodes to one fileNoel Grandin14-0/+14
2017-08-11new loplugin:deadclassNoel Grandin1-56/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-14/+13
2017-08-01move resmgr to unotoolsCaolán McNamara1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara2-64/+7
2017-07-20loplugin:constparams in basicNoel Grandin5-5/+5
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-2/+2
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-07-02loplugin:casttovoid: basicStephan Bergmann1-30/+24
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin14-33/+33
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin2-7/+5
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin5-18/+18
2017-06-13remove MAYBEFUTURE dead codeNoel Grandin1-54/+0
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-2/+7