summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/crefl.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-10using decls should come after #includeNoel Grandin1-4/+1
2023-06-18Use getXWeak in stocMike Kaganski1-4/+4
2023-01-19Base IdlReflectionServiceImpl on WeakComponentImplHelperStephan Bergmann1-45/+2
2022-05-03Just use Any ctor instead of makeAny in stocStephan Bergmann1-2/+2
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-03-23use single-use attribute for IdlReflectionServiceImplNoel Grandin1-19/+1
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin1-2/+4
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): stocStephan Bergmann1-1/+1
2019-05-20tdf#42949 Fix IWYU warnings in stoc/Gabor Kelemen1-3/+2
2019-04-30improve loplugin:stringconstantNoel Grandin1-6/+2
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-15stoc: replace double-checked locking with static initializersJochen Nitschke1-15/+7
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-04Replace lists by vectors (stoc)Julien Nabet1-4/+2
2017-09-23loplugin:flatten in sdext..stocNoel Grandin1-5/+3
2017-09-15Convert com.sun.star.comp.stoc.CoreReflection to direct constructionCaolán McNamara1-33/+24
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert stoc from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-03use actual UNO enums in reportdesign..svtoolsNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-17/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, stocStephan Bergmann1-1/+1
2016-09-09loplugin:constantparam in sot..svlNoel Grandin1-3/+1
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann1-5/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-12Remove stray spaces from start of log messagesStephan Bergmann1-1/+1
2016-04-12tdf#91794 removed OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-6/+1
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-04yyyyyNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-05-29remove more unnecesary OUString constructor useNoel Grandin1-4/+4
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-5/+5
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-22stoc: fix includesThomas Arnhold1-1/+1
2014-05-22stoc: make use of css aliasThomas Arnhold1-17/+17
2014-05-22stoc: remove using namespace from headersThomas Arnhold1-5/+7
2014-03-10stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-11/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-26Remove visual noise from stocAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-21/+21
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-2/+0
2014-01-28coverity#440504 Dereference before null checkCaolán McNamara1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-8/+2
2013-08-22Mark as constTakeshi Abe1-1/+1