summaryrefslogtreecommitdiff
path: root/extensions/source/update/feed/updatefeed.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-1/+1
2013-10-15Use OUString::replaceAllStephan Bergmann1-12/+1
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza1-9/+2
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-1/+2
2013-08-15i121946 - Use enums to identify WebDAV/HTTP methodsAriel Constenla-Haile1-1/+1
2013-08-15i121945 - WebDAV ucp: return StringPair instead of NamedValueAriel Constenla-Haile1-27/+27
2013-08-15i121944 - Implement inheritance in css::ucb::XWebDAVCommandEnvironmentAriel Constenla-Haile1-4/+2
2013-04-29Remove residue of undocumented "edition" featureStephan Bergmann1-8/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-37/+37
2013-02-18avoid space in the version of the update information providerPetr Mladek1-1/+2
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac1-30/+28
2013-02-11fdo#46808, convert xml::xpath::XPathAPI to new-style serviceNoel Grandin1-10/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+20
2012-10-01Use prefixTor Lillqvist1-1/+1
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+0
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-1/+1
2012-09-14fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin1-16/+11
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-3/+2
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens1-4/+3
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens1-2/+11