/idlc/

office-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/stoc/source/inspect
AgeCommit message (Expand)Author
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-21Clean up uses of Any::getValue() in stocStephan Bergmann
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin
2016-03-07coverity#1353440 try and refactor to avoid Argument cannot be negativeCaolán McNamara
2016-03-07return early and drop elseCaolán McNamara
2016-03-07!(==) -> !=Caolán McNamara
2016-02-20coverity#1353440 Argument cannot be negativeCaolán McNamara
2016-02-15uno::Sequence->std::vector in stoc/introspectionNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-21tdf#96223: introspection queries for XPropertySet againOliver Specht
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-07stoc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-27Tweak introspection/invocation to be more useful to PyUNOMatthew J. Francis
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis
2015-07-22Fix logic in the fast path of Implementation::inspect()Matthew J. Francis
2015-07-16Translate German commentsMatthew J. Francis
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara
2015-07-09Eliminate pointless string copiesMatthew J. Francis
2015-07-08Reduce the amount of up front work in performing introspectionMatthew J. Francis
2015-07-08Use OUString::starts/endsWithStephan Bergmann
2015-07-08Whatever that "SDL-Bug" was supposed to be, it is clearly irrelevant by nowStephan Bergmann
2015-07-08Reduce variable scopeStephan Bergmann
2015-06-30tdf#92440: Reduce code areas covered by mutexStephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-04-29redundant castCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-14stoc: must check *both* bDisposed and bInDisposeMichael Stahl
2015-03-13Remove unused debug codeStephan Bergmann
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler