summaryrefslogtreecommitdiff
path: root/basic/source/classes/sb.cxx
AgeCommit message (Expand)Author
2019-12-04tdf#129107 objects in basic disappearNoel Grandin
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-01-27Fix typoAndrea Gelmini
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
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-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
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-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor 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-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-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-05-19loplugin:stringcopy: basicStephan Bergmann
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-06Fix typosAndrea Gelmini
2017-03-28tdf#39468 Translate German commentsJens Carl
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03Fix typosAndrea Gelmini
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara
2017-02-07Revert "remove ugly operator* in DynamicErrorInfo"Michael Stahl