summaryrefslogtreecommitdiff
path: root/basic/source/uno/namecont.cxx
AgeCommit message (Expand)Author
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann
2017-07-06use more begin()/end() for SequenceNoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-17use local statics in getTypes functionsJochen Nitschke
2017-05-15remove some unnecessary lockingNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
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-08loplugin:staticmethodsTor Lillqvist
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
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-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 don't copy storage that doesn't existMichael Stahl
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08sequence->vector in basicNoel Grandin
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-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12cppcheck:variableScopeNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-28coverity#1308521 Uncaught exceptionCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara