summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
AgeCommit message (Expand)Author
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in ucbNoel Grandin
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-02-27loplugin:refcounting in ucbNoel
2021-02-15loplugin:referencecasting in ucbNoel
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-08-22loplugin:useuniqueptr in DynamicResultSetNoel Grandin
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