summaryrefslogtreecommitdiffstats
path: root/basic/source/basmgr
Commit message (Expand)AuthorAgeFilesLines
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-1/+1
* loplugin:constmethodNoel Grandin2021-10-011-1/+1
* basic : remove BasicManagerImplArnaud Versini2021-08-291-64/+43
* rtl::Static -> thread-safe static localNoel Grandin2021-08-171-4/+3
* fix some leaks in basicNoel Grandin2021-05-101-3/+3
* Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2021-03-091-4/+4
* loplugin:refcounting in basicNoel2021-02-221-5/+3
* loplugin:referencecasting in basctl..binaryurpNoel2021-02-161-2/+2
* improve some IllegalArgumentException messagesNoel2021-01-201-2/+2
* fix coverity parse errorsCaolán McNamara2021-01-091-6/+6
* New loplugin:stringliteralvarStephan Bergmann2020-12-261-6/+6
* convert SvtPathOptions::Paths to scoped enumNoel2020-12-031-1/+1
* loplugin:stringviewparam check methods tooNoel2020-11-171-6/+6
* BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini2020-11-051-3/+2
* Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann2020-06-301-6/+6
* loplugin:flatten in basicNoel Grandin2020-04-192-85/+85
* new loplugin:namespaceindentationNoel Grandin2020-01-311-1/+1
* clang-tidy modernize-concat-nested-namespace in basic..canvasNoel Grandin2020-01-141-3/+1
* Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski2019-12-291-3/+17
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics),Stephan Bergmann2019-12-181-7/+0
* Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Noel Grandin2019-12-181-17/+2
* No need to leak ImplRepositoryStephan Bergmann2019-12-171-2/+2
* Remove unused preliminary entries from ImplRepository::m_aStore againStephan Bergmann2019-12-171-11/+16
* SbxArray: drop 16-bit indicesMike Kaganski2019-12-091-6/+6
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-1/+15
* tdf#128434 free the BasicManager event listenerJan-Marek Glogowski2019-11-201-1/+5
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-123-8/+4
* loplugin:indentation find broken if statementsNoel Grandin2019-11-061-1/+1
* remove unnecessary includesCaolán McNamara2019-10-291-1/+0
* loplugin:constmethod in basicNoel Grandin2019-09-031-1/+1
* loplugin:sequenceloop in basic..cuiNoel Grandin2019-08-151-3/+3
* tdf#125564: WatchWindow should report correct type for global constantsTomoyuki Kubota2019-06-291-2/+2
* loplugin:logexceptionnicely in accessibility..basicNoel Grandin2019-06-141-4/+4
* fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin2019-05-131-1/+1
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-2/+1
* Remove unused using declarations in directories [a-d]*Gabor Kelemen2019-03-271-1/+0
* Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov2019-03-161-22/+14
* tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen2019-03-071-0/+2
* loplugin:indentation in basctl..bridgesNoel Grandin2019-02-081-1/+1
* o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen2019-01-161-1/+0
* Remove unneeded cast, constify OUStringMatteo Casalin2018-12-281-2/+2
* Fix typoAndrea Gelmini2018-11-291-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-171-1/+1
* add SvStream::TellEndNoel Grandin2018-10-151-3/+3
* New loplugin:externalStephan Bergmann2018-09-171-3/+3
* cppcheck: variableScope in basicJochen Nitschke2018-09-081-8/+6
* loplugin:useuniqueptr in SbiGlobalsNoel Grandin2018-09-051-9/+6
* cppcheck: useInitializationList in basicJochen Nitschke2018-09-031-5/+4
* loplugin:useuniqueptr in ImplRepositoryNoel Grandin2018-08-071-17/+15
* loplugin:useuniqueptr in BasicManagerNoel Grandin2018-08-031-7/+0