summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxvalue.cxx
Commit message (Expand)AuthorAgeFilesLines
* Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"Eike Rathke2019-05-021-25/+11
* loplugin:indentation in basctl..bridgesNoel Grandin2019-02-081-50/+50
* tdf#120703 (PVS): redundant checkMike Kaganski2018-10-201-2/+1
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-191-82/+82
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* Introduce SbxValues::clearStephan Bergmann2018-01-231-11/+5
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-3/+3
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-16/+16
* SAL_TYPES_SIZEOFINT == 2 no longer possibleNoel Grandin2018-01-061-16/+0
* loplugin:unusedenumconstantsNoel Grandin2017-12-191-2/+0
* loplugin:constantparam in basic,basctlNoel Grandin2017-11-011-3/+3
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-2/+2
* iOS, solved code never reached (sbxvalue.cxx)jan Iversen2017-09-191-0/+2
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-48/+55
* rename SBX errorcodes to BASICNoel Grandin2017-08-291-49/+49
* loplugin:constparams in basicNoel Grandin2017-07-201-1/+1
* new loplugin unnecessaryparenNoel Grandin2017-07-051-1/+1
* s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin2017-06-211-11/+11
* loplugin:oncevar accessibility..basicNoel Grandin2017-06-201-4/+2
* replace SbxError typedef with ErrCodeNoel Grandin2017-06-151-4/+4
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-2/+7
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-191-6/+6
* convert SbxDecimal::CmpResult to scoped enumNoel Grandin2017-02-171-6/+6
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-2/+2
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-7/+7
* loplugin:expandablemethodds in include/basic..comphelperNoel Grandin2016-10-211-6/+1
* loplugin:constantparamNoel Grandin2016-09-301-40/+3
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-121-3/+3
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-1/+1
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-061-1/+1
* loplugin:commaoperator in basic/Noel Grandin2016-02-221-2/+8
* -Werror=misleading-indentation (GCC 6)Stephan Bergmann2016-01-131-1/+2
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-121-11/+9
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-17/+17
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-11/+11
* cppcheck: fix some redundantCondition warningsJulien Nabet2015-09-051-2/+2
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-59/+59
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-7/+7
* com::sun::star->css in basicNoel Grandin2015-07-201-2/+2
* sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin2015-07-191-4/+4
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-8/+8
* fdo#39440: replace C-style cast'sJuan Picca2015-02-051-14/+14
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-1/+1
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-5/+6
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-031-3/+3
* loplugin: cstylecastNoel Grandin2014-10-021-1/+1