summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-07-18Fix typosAndrea Gelmini
2018-07-13loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-30Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist
2018-05-02loplugin:useuniqueptr in SbiImageNoel Grandin
2018-04-29loplugin:useuniqueptr pStringOff in SbiImageNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2018-02-09Decrease fragility in odd use cases with no current documentTor Lillqvist
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin
2018-01-19loplugin:useuniqueptr in SbUnoMethodNoel Grandin
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-02RID_* can be extern global variablesNoel Grandin
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-12-15Get rid of loop counter variableMike Kaganski
2017-12-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke
2017-11-22replace check of eof and GetError with goodCaolán McNamara
2017-11-22drop duplicate methodCaolán McNamara
2017-11-13Fix typosAndrea Gelmini
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-09-19Clean up a couple of overly verbose SAL_INFOsTor Lillqvist
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-05Fix typosAndrea Gelmini
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-07basic: Put local stuff into unnamed namespaceTakeshi Abe
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-04loplugin:casttovoid in RTLFUNCStephan Bergmann
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-06-27No reason not to use RTLFUNC hereStephan Bergmann