summaryrefslogtreecommitdiff
path: root/include/basic/sbx.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2018-03-29loplugin:virtualdown in basctl,basicNoel Grandin1-1/+1
2017-11-10loplugin:finalclasses in basic,basegfxNoel Grandin1-2/+1
2017-08-11new loplugin:deadclassNoel Grandin1-12/+0
2017-07-20loplugin:constparams in basicNoel Grandin1-1/+1
2017-05-12loplugin:constantparamNoel Grandin1-1/+1
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-01-24loplugin: unnecessary destructor: basctl..codemakerNoel Grandin1-1/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini1-4/+4
2016-08-16basic: Simplify SbxArrayArnaud Versini1-3/+1
2016-07-11BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini1-2/+1
2016-06-14drop these typedef header guardCaolán McNamara1-8/+0
2016-06-03loplugin:constantparamsNoel Grandin1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin1-2/+2
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-3/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-4/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-20/+20
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-1/+1
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin1-2/+2
2015-07-17basic: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+3
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-3/+3
2015-07-15loplugin:unusedmethods basicNoel Grandin1-3/+0
2015-06-24remove SFX_NOTIFY macroNoel Grandin1-4/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+0
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-3/+3
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin1-4/+7
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida1-1/+1
2014-06-25Use boost::optional to store alias name.Kohei Yoshida1-1/+1
2014-06-25pData -> mpVarEntries.Kohei Yoshida1-1/+1
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida1-2/+4
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-11/+3
2014-03-27basic: sal_Bool->boolNoel Grandin1-14/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-20/+20
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-5/+5
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud1-4/+4
2013-10-23fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+280