summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbxmod.cxx
AgeCommit message (Expand)Author
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-15cppcheck: unreadVariableCaolán McNamara
2016-02-15fix indentCaolán McNamara
2016-02-09Remove excess newlinesChris Sherlock
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2016-01-05Fix typosAndrea Gelmini
2015-12-27sal_uIntPtr to sal_uInt32Matteo Casalin
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-01tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard
2015-09-30Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-14tdf#92446: Revert apparently bogus attempt at fixing a memory leakStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
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
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-27coverity#1308445 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308444 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308435 Uncaught exceptionCaolán McNamara
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-17remove unnecessary header fileNoel Grandin
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin
2015-04-28SbModule::Run return value is unusedStephan Bergmann
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin