summaryrefslogtreecommitdiffstats
path: root/include/basic/sbx.hxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:constantparamNoel Grandin2017-05-121-1/+1
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-091-1/+1
* loplugin: unnecessary destructor: basctl..codemakerNoel Grandin2017-01-241-1/+0
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-2/+2
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-3/+3
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-6/+6
* BASIC : Remove useless SbxBase::GetCreatorArnaud Versini2016-08-291-4/+4
* basic: Simplify SbxArrayArnaud Versini2016-08-161-3/+1
* BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini2016-07-111-2/+1
* drop these typedef header guardCaolán McNamara2016-06-141-8/+0
* loplugin:constantparamsNoel Grandin2016-06-031-1/+1
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-121-2/+2
* BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini2016-01-121-1/+1
* loplugin:unusedfieldsNoel Grandin2015-11-301-3/+2
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-4/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-20/+20
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-1/+1
* sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin2015-07-191-2/+2
* basic: try to prevent MSVC from generating copy assignmentMichael Stahl2015-07-171-0/+3
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2015-07-171-3/+3
* loplugin:unusedmethods basicNoel Grandin2015-07-151-3/+0
* remove SFX_NOTIFY macroNoel Grandin2015-06-241-4/+2
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-2/+2
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+0
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-3/+3
* convert linked list to std::vector in SbxDimArrayNoel Grandin2014-07-291-4/+7
* Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida2014-06-251-1/+1
* Use boost::optional to store alias name.Kohei Yoshida2014-06-251-1/+1
* pData -> mpVarEntries.Kohei Yoshida2014-06-251-1/+1
* Remove this class that only derives from std::vector and not much else.Kohei Yoshida2014-06-251-2/+4
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-1/+1
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-071-11/+3
* basic: sal_Bool->boolNoel Grandin2014-03-271-14/+14
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-20/+20
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-5/+5
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-4/+4
* fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold2013-10-231-2/+2
* execute move of global headersBjoern Michaelsen2013-04-231-0/+280