summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvalue.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin1-6/+6
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-2/+2
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-7/+7
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin1-6/+1
2016-09-30loplugin:constantparamNoel Grandin1-40/+3
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-3/+3
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-02-22loplugin:commaoperator in basic/Noel Grandin1-2/+8
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-1/+2
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin1-11/+9
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-11/+11
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet1-2/+2
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-59/+59
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-7/+7
2015-07-20com::sun::star->css in basicNoel Grandin1-2/+2
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-8/+8
2015-02-05fdo#39440: replace C-style cast'sJuan Picca1-14/+14
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-12basic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-5/+6
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-3/+3
2014-10-02loplugin: cstylecastNoel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-3/+3
2014-09-26remove pointless commentsNoel Grandin1-1/+0
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-2/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-0/+1
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann1-3/+3
2014-06-19basic: silence expected SAL_WARN outputMiklos Vajna1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-3/+1
2014-03-27basic: sal_Bool->boolNoel Grandin1-98/+103
2014-02-25Remove visual noise from basicAlexander Wilms1-6/+6
2014-02-12more SvStream:operator>> conversionNoel Grandin1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-17/+17
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-4/+4
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-15/+15
2013-12-20typo fixesAndras Timar1-1/+1
2013-10-07sal_Bool to boolTakeshi Abe1-3/+3
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane1-1/+1
2013-09-10janitorial: c++-style castLionel Elie Mamane1-1/+1
2013-08-08tweak comment translationsMichael Stahl1-26/+24
2013-07-02SvStream: remove the error prone operator<</>>(sal_Int64)Michael Stahl1-2/+1