summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection
AgeCommit message (Expand)Author
2022-06-27clang-tidy modernize-pass-by-value in stocNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in stocStephan Bergmann
2021-10-31Prepare for removal of non-const operator[] from Sequence in stocMike Kaganski
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02osl::Mutex->std::mutex in LRU_CacheNoel Grandin
2021-05-29std::unique->std::optionalNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-03-23use single-use attribute for IdlReflectionServiceImplNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: stocStephan Bergmann
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-03-21pUnoReturn should be null when UNO methode is VOIDJuergen Funk
2019-01-29loplugin:flatten in stoc..storeNoel Grandin
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-08loplugin:constfields in stoc..svgioNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-08-03loplugin:useuniqueptr in LRU_CacheNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-06-15stoc: replace double-checked locking with static initializersJochen Nitschke
2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma
2018-03-12loplugin:redundantfcastStephan Bergmann
2018-02-05tdf#108523 Removed @author annotations.Manuj Vashist
2018-01-15More loplugin:cstylecast: stocStephan Bergmann
2018-01-12More loplugin:cstylecast: stocStephan Bergmann
2018-01-11loplugin:useuniqueptr in tools,stoc,unotoolsNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-04Replace lists by vectors (stoc)Julien Nabet
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-30Make sure space handed to C/C++ ABI is padded large enoughStephan Bergmann
2017-09-23loplugin:flatten in sdext..stocNoel Grandin
2017-09-15Convert com.sun.star.comp.stoc.CoreReflection to direct constructionCaolán McNamara
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin
2017-02-01improve exception messages in stocNoel Grandin
2017-01-27stoc: oops, missing closing quoteMichael Stahl
2017-01-27stoc: try to throw more informative exceptionsMichael Stahl