summaryrefslogtreecommitdiff
path: root/basic/source/uno
AgeCommit message (Expand)Author
2017-05-15remove some unnecessary lockingNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert basic module away from OSL_ASSERT to assertChris Sherlock
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-05loplugin:constantparam part2Noel Grandin
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-02-28new loplugin unoanyNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2017-02-13tdf#42982 Make UNO error reporting more descriptiveSaurav Sachidanand
2017-02-06Add missing #includesStephan Bergmann
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-08loplugin:staticmethodsTor Lillqvist
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-13Improve UNO error reporting. Make exceptions more descriptive.Hieronymous
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-07-15tdf#100726: Improve readability of OUString concatenation in basic modulenadith
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-14coverity#1355498 assume Unchecked return value is deliberateCaolán McNamara
2016-03-07basic: tdf#87530 if a new password is set, must set mbLoadedSource flagMichael Stahl
2016-03-07basic: tdf#87530 don't copy storage that doesn't existMichael Stahl
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-08sequence->vector in basicNoel Grandin
2016-02-08sequence->vector in basicNoel Grandin
2016-01-05Fix typosAndrea Gelmini
2015-12-23loplugin:unusedfields in basicNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
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-12cppcheck:variableScopeNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-03new loplugin: refcountingNoel Grandin