summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-08loplugin:oncevarNoel Grandin1-5/+2
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-18Simplify some dynamic/static_castsStephan Bergmann1-39/+35
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-17/+17
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-77/+77
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-5/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin1-4/+4
2016-07-27improve passstuffbyref return analysisNoel Grandin1-3/+3
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin1-6/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-2/+2
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara1-13/+13
2016-06-14Clean up uses of Any::getValue() in basicStephan Bergmann1-38/+27
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann1-2/+1
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-11/+11
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-14/+4
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin1-14/+9
2016-04-04tdf#97499 Fixed containers parameters clearing #2tymyjan1-1/+1
2016-02-25coverity#1231668 Unchecked return valueCaolán McNamara1-1/+3
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini1-34/+33
2016-02-12tdf#95857 Sort out German plurals ...danielt9981-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-14/+0
2016-02-04loplugin:fpcomparison in basic/Noel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin1-2/+2
2015-12-23loplugin:unusedfields in basicNoel Grandin1-5/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-10/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-71/+71
2015-11-09new loplugin: oncevarNoel Grandin1-4/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-04yyyyyNoel Grandin1-2/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-8/+8
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-6/+4
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-8/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara1-45/+42
2015-10-01coverity#1325250 Unchecked dynamic_castCaolán McNamara1-4/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-38/+38
2015-09-08loplugin:mergeclass, merge BiNode with NameNode, Obj0Type with ObjkTypeNoel Grandin1-12/+4
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann1-4/+4
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-81/+81
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin1-6/+2
2015-07-28inline "old" SbERR constantsNoel Grandin1-22/+22
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-4/+4
2015-07-20com::sun::star->css in basicNoel Grandin1-8/+8