summaryrefslogtreecommitdiff
path: root/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2019-12-03remove some useless comment linesNoel Grandin3-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-1/+32
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-2/+2
2019-10-08use cppu::WeakImplHelper in CommandProcessorInfoNoel Grandin1-32/+0
2019-10-08use cppu::WeakImplHelper in ResultSetNoel Grandin1-45/+0
2019-10-08use cppu::WeakImplHelper in ResultSetMetaDataNoel Grandin1-31/+0
2019-10-08use cppu::WeakImplHelper in ResultSetImplHelperNoel Grandin1-33/+0
2019-10-08use cppu::WeakImplHelper in ContentProviderImplHelperNoel Grandin1-28/+0
2019-10-08use cppu::WeakImplHelper in PropertyValueSetNoel Grandin1-32/+0
2019-10-08use cppu::WeakImplHelper in InteractionRequestNoel Grandin1-49/+0
2019-10-08use cppu::WeakImplHelper in PropertySetInfoNoel Grandin1-29/+0
2019-10-08use cppu::WeakImplHelper in ContentIdentifierNoel Grandin1-52/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin2-12/+6
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin2-6/+6
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbhelperStephan Bergmann2-2/+2
2019-07-15Drop GETVALUE_IMPL/SETVALUE_IMPL macrosArkadiy Illarionov1-121/+120
2019-06-29Flatten ContentProviderImplHelperArkadiy Illarionov1-111/+97
2019-06-28Simplify Sequence iterations in ucbhelperArkadiy Illarionov7-165/+100
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-1/+1
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov2-2/+2
2019-04-18Removed duplicated includesAndrea Gelmini1-1/+0
2019-04-16tdf#42949 Fix IWYU warnings in ucbhelper/Gabor Kelemen15-31/+38
2019-02-22loplugin:unusedfields in ucb,ucbhelperNoel Grandin1-4/+1
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-2/+2
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-01loplugin:useuniqueptr in ContentImplHelperNoel Grandin1-8/+5
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov2-32/+13
2018-09-27loplugin:constfields in ucbhelperNoel Grandin3-17/+10
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen12-0/+24
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin3-6/+1
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin1-2/+1
2018-07-11clean up UNO available() implementationsNoel Grandin1-1/+1
2018-06-29tdf#114227 Add support for OS proxy to ucbhelper::InternetProxyDecider on UnixNoel Grandin1-12/+51
2018-06-26tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski2-3/+155
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-1/+1
2018-01-18Fix typosAndrea Gelmini1-1/+1
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2-45/+21
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin1-1/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-05one slash is enoughDavid Tardon1-1/+1
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-20/+8
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin3-8/+8
2017-10-23loplugin:includeform: ucbhelperStephan Bergmann13-23/+23
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-2/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-18loplugin:unusedfields in ResultSetColumnDataNoel Grandin1-34/+10