summaryrefslogtreecommitdiff
path: root/extensions/source/update/feed/updatefeed.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen1-1/+0
2020-07-23extensions/updatefeed: create instances with uno constructorsNoel Grandin1-68/+21
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann1-1/+1
2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen1-8/+1
2019-12-19sal_Char->char in extensionsNoel Grandin1-1/+1
2019-12-18Remove unused exception imports from updatefeed.cxxAlex Henrie1-4/+0
2019-12-03Fix compilation with `make -- dbglevel=2`Alex Henrie1-5/+0
2019-09-26loplugin:constmethod in embeddedobj..extensionsNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-11/+18
2018-03-31Added includes that are only used in DEBUG buildshimajin1000001-0/+4
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-10-23loplugin:includeform: extensionsStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-6/+6
2017-05-07tdf#43157: convert extensions module away from OSL_ASSERT to assertChris Sherlock1-6/+6
2017-02-28new loplugin unoanyNoel Grandin1-3/+3
2017-02-06Add missing #includesStephan Bergmann1-1/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-35/+22
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-4/+0
2016-12-05loplugin:unnecessaryoverride (dtors) in extensionsStephan Bergmann1-3/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-2/+2
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-01sequence->vector in extensionsNoel Grandin1-5/+4
2016-02-09Remove excess newlinesChris Sherlock1-19/+0
2016-01-07cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann1-10/+2
2015-11-27Catch exception when online update is disabled.Michael Meeks1-8/+12
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-27/+84
2015-11-20Cleanup while reading extensions.Michael Meeks1-1/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-3/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-16/+16
2015-10-01com::sun::star->css in extensions/Noel Grandin1-2/+2
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-7/+6
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-16/+16
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-24/+24
2014-02-23Remove unneccessary commentsAlexander Wilms1-25/+25
2014-02-18coverity#984089 Uninitialized scalar fieldCaolán McNamara1-4/+7
2014-01-20misuse of OUString::boolean on sal_uInt8 valuesCaolán McNamara1-2/+2
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-1/+1
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0