summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider
AgeCommit message (Expand)Author
2020-02-04move some headers inside ucbhelperNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-08use cppu::WeakImplHelper in CommandProcessorInfoNoel Grandin
2019-10-08use cppu::WeakImplHelper in ResultSetNoel Grandin
2019-10-08use cppu::WeakImplHelper in ResultSetMetaDataNoel Grandin
2019-10-08use cppu::WeakImplHelper in ResultSetImplHelperNoel Grandin
2019-10-08use cppu::WeakImplHelper in ContentProviderImplHelperNoel Grandin
2019-10-08use cppu::WeakImplHelper in PropertyValueSetNoel Grandin
2019-10-08use cppu::WeakImplHelper in InteractionRequestNoel Grandin
2019-10-08use cppu::WeakImplHelper in PropertySetInfoNoel Grandin
2019-10-08use cppu::WeakImplHelper in ContentIdentifierNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbhelperStephan Bergmann
2019-07-15Drop GETVALUE_IMPL/SETVALUE_IMPL macrosArkadiy Illarionov
2019-06-29Flatten ContentProviderImplHelperArkadiy Illarionov
2019-06-28Simplify Sequence iterations in ucbhelperArkadiy Illarionov
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-04-18Removed duplicated includesAndrea Gelmini
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen
2019-02-22loplugin:unusedfields in ucb,ucbhelperNoel Grandin
2018-11-01loplugin:useuniqueptr in ContentImplHelperNoel Grandin
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-09-27loplugin:constfields in ucbhelperNoel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-05one slash is enoughDavid Tardon
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-18loplugin:unusedfields in ResultSetColumnDataNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin
2017-07-10simplify some OUString compareTo callsNoel Grandin
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin
2017-06-06ucb: replace double checked locking patternsJochen Nitschke
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-03Remove redundant 'inline' keywordStephan Bergmann