summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-04loplugin:constparams in various(1)Noel Grandin1-2/+2
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin1-6/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-1/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-5/+5
2017-08-05Fix typosAndrea Gelmini1-3/+3
2017-07-20loplugin:constparams in basicNoel Grandin1-7/+7
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann1-4/+2
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-6/+6
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann1-3/+1
2017-07-02loplugin:casttovoid: basicStephan Bergmann1-48/+13
2017-06-27No reason not to use RTLFUNC hereStephan Bergmann1-2/+1
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin1-5/+2
2017-06-15drop SbError typedefNoel Grandin1-2/+2
2017-06-08Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-2/+2
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-19loplugin:stringcopy: basicStephan Bergmann1-1/+1
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin1-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-3/+0
2017-05-10basic: Compare strings in a case-insensitive mannerTakeshi Abe1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-4/+4
2017-05-07tdf#43157: convert basic module away from OSL_ASSERT to assertChris Sherlock1-4/+4
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock1-1/+1
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-1/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-7/+7
2017-02-17convert INVOKETYPE to scoped enumNoel Grandin1-12/+6
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-10/+10
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-45/+24
2017-01-19clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara1-8/+8
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin1-2/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-6/+6
2016-11-23loplugin:unnecessaryoverride (dtors) in basicStephan Bergmann1-9/+0
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