summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)Author
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-16Fix typosAndrea Gelmini
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #2tymyjan
2016-02-25coverity#1231668 Unchecked return valueCaolán McNamara
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2016-02-04loplugin:fpcomparison in basic/Noel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2015-12-23loplugin:unusedfields in basicNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara
2015-10-01coverity#1325250 Unchecked dynamic_castCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-04Fix typosAndrea Gelmini
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-13TyposJulien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann