summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
AgeCommit message (Expand)Author
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-28loplugin:checkunusedparams more part3Noel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-13loplugin:oncevar: empty strings: ucbStephan Bergmann
2017-06-06ucb: replace double checked locking patternsJochen Nitschke
2017-02-10remove unused enumerators from FTPErrors enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara
2016-07-04merge ftp::ResultSetFactory with ResultSetFactoryINoel Grandin
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-26loplugin:unusedfields variousNoel Grandin
2015-11-24loplugin:unusedfields in ucb/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-10ucb: fix another duplicate WeakImplHelper<XInteractionRequest>Michael Stahl
2015-08-21loplugin: defaultparamsNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12ucb: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-28coverity#704085 Unchecked return valueCaolán McNamara
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet
2014-04-30ucb: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10ucb: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-07de-macroize ucb ftpcontent, ftpcontentproviderNorbert Thiebaud
2014-03-05kill XINTERFACE_IMPL_6Norbert Thiebaud
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from ucbAlexander Wilms
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-04doubled includesThomas Arnhold