summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Fix typosAndrea Gelmini
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl
2015-09-29fix dbgutil buildCaolán McNamara
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-18boost->stdCaolán McNamara
2015-09-05cppcheck: fix some redundantCondition warningsJulien Nabet
2015-08-28Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-19sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24loplugin:constantfunction: basicNoel Grandin
2015-03-09cppcheck: variableScopeCaolán McNamara
2015-03-08TyposJulien Nabet
2015-03-07convert error number to stringLeMoyne Castle
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-05fdo#39440: replace C-style cast'sJuan Picca
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-09Resolves: fdo#86843 avoid getting deleted before finishing BroadcastCaolán McNamara
2014-10-23fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist