summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxbase.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-07-20loplugin:constparams in basicNoel Grandin1-1/+1
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin1-4/+4
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin1-8/+8
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-12loplugin:constantparamNoel Grandin1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-4/+4
2016-09-14loplugin:constantparam in accessibility to basicNoel Grandin1-9/+1
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini1-1/+1
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-1/+1
2016-08-15basic: SbxBase should be abstractArnaud Versini1-14/+0
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini1-1/+1
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+2
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-13/+0
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin1-4/+2
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-10/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl1-12/+14
2015-08-26Clean up aEmptyStrStephan Bergmann1-6/+5
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-4/+4
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-10/+10
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-7/+7
2015-03-24loplugin:constantfunction: basicNoel Grandin1-6/+1
2015-01-16remove unnecessary parenthesesNoel Grandin1-1/+1
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-3/+2
2014-10-23fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl1-0/+4
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl1-7/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-5/+5
2014-09-26remove unnecessary static_cast'sNoel Grandin1-1/+1
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-7/+9
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-0/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann1-21/+0
2014-03-27basic: sal_Bool->boolNoel Grandin1-24/+24
2014-02-25Remove visual noise from basicAlexander Wilms1-3/+3
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud1-5/+5
2014-02-12more SvStream:operator>> conversionNoel Grandin1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-7/+7
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-3/+3
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-10/+10
2013-12-11sbxbase.hxx is private to basicTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-11basic: translation of all debug messagesThomas Arnhold1-1/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-2/+1
2012-07-20XubString->rtl::OUStringCaolán McNamara1-6/+4