summaryrefslogtreecommitdiff
path: root/extensions/source/update/feed/updatefeed.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-11-10com::sun::star -> cssMike Kaganski1-9/+9
2024-05-07loplugin:ostr in extensionsNoel Grandin1-20/+20
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann1-1/+1
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+3
2022-11-24add some notes on how to debug online update from a dev versionCaolán McNamara1-1/+3
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin1-14/+15
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann1-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-7/+7
2021-02-16loplugin:referencecasting in editeng..frameworkNoel1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-5/+9
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