summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvalue.cxx
AgeCommit message (Expand)Author
2020-10-27Put may succeed even if outer error is setMike Kaganski
2020-10-27Replace these macro-based implementations with normal C++Mike Kaganski
2020-10-13static_cast after dynamic_castNoel
2020-08-17Don't forget to increment refcount when loading from imageMike Kaganski
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch
2019-10-22Don't cast to check lower 16 bits; apply mask explicitlyMike Kaganski
2019-08-14Fix Clang 10 -Werror,-Wimplicit-int-float-conversionStephan Bergmann
2019-07-28loplugin:collapseifNoel Grandin
2019-06-11loplugin:virtualdown in SbxValueNoel Grandin
2019-05-02Resolves: tdf#124605 ditch "if operand 1 is Empty, result is operand 2"Eike Rathke
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin
2018-10-20tdf#120703 (PVS): redundant checkMike Kaganski
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-01-23Introduce SbxValues::clearStephan Bergmann
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-06SAL_TYPES_SIZEOFINT == 2 no longer possibleNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-19iOS, solved code never reached (sbxvalue.cxx)jan Iversen
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
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-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin
2016-09-30loplugin:constantparamNoel Grandin
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin