summaryrefslogtreecommitdiffstats
path: root/basic/source/classes/sbunoobj.cxx
Commit message (Expand)AuthorAgeFilesLines
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-11/+11
* Fix typosAndrea Gelmini2016-05-161-1/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-041-14/+4
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-111-14/+9
* tdf#97499 Fixed containers parameters clearing #2tymyjan2016-04-041-1/+1
* coverity#1231668 Unchecked return valueCaolán McNamara2016-02-251-1/+3
* BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini2016-02-221-34/+33
* tdf#95857 Sort out German plurals ...danielt9982016-02-121-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-14/+0
* loplugin:fpcomparison in basic/Noel Grandin2016-02-041-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-2/+2
* loplugin:unusedmethods unused return value in basicNoel Grandin2016-01-111-2/+2
* loplugin:unusedfields in basicNoel Grandin2015-12-231-5/+2
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-10/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-71/+71
* new loplugin: oncevarNoel Grandin2015-11-091-4/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-4/+4
* yyyyyNoel Grandin2015-11-041-2/+2
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-8/+8
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-301-6/+4
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-8/+7
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-18/+18
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-061-1/+0
* checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara2015-10-021-45/+42
* coverity#1325250 Unchecked dynamic_castCaolán McNamara2015-10-011-4/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-38/+38
* loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin2015-09-081-12/+4
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-031-4/+4
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-81/+81
* basic,basctl: inline some use-once typedefsNoel Grandin2015-08-041-6/+2
* inline "old" SbERR constantsNoel Grandin2015-07-281-22/+22
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-4/+4
* com::sun::star->css in basicNoel Grandin2015-07-201-8/+8
* loplugin:unusedmethods basicNoel Grandin2015-07-151-4/+2
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-061-5/+4
* Fix typosAndrea Gelmini2015-07-041-1/+1
* remove SFX_NOTIFY macroNoel Grandin2015-06-241-12/+8
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-4/+4
* TyposJulien Nabet2015-06-131-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-57/+57
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-3/+3
* loplugin:loopvartoosmallNoel Grandin2015-05-291-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-18/+18
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-16/+16
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-6/+6
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-1/+1