summaryrefslogtreecommitdiff
path: root/include/ucbhelper
AgeCommit message (Expand)AuthorFilesLines
2018-07-02tdf#114227: Add support for PAC to ucbhelper::InternetProxyDecider on WindowsMike Kaganski1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-2/+2
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin3-5/+5
2017-10-20loplugin:finalclasses in ucb,ucbhelperNoel Grandin2-6/+2
2017-09-18loplugin:unusedfields in ResultSetColumnDataNoel Grandin1-18/+0
2017-08-29remove some unused macro definitionsNoel Grandin1-12/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke4-4/+0
2017-06-16loplugin:unusedfields in tools..vbahelperNoel Grandin1-2/+0
2017-06-12replace double checked locking patterns in getTypes macrosJochen Nitschke1-11/+4
2017-06-05spelling instanciate -> instantiateNoel Grandin1-3/+3
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin2-6/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-5/+4
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin1-1/+1
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann18-733/+270
2017-01-26loplugin:dynexcspecStephan Bergmann1-25/+0
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin3-4/+5
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbhelperStephan Bergmann5-25/+92
2017-01-16inline InteractionContinuation_ImplNoel Grandin1-3/+1
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in ucbhelperJochen Nitschke5-10/+10
2016-11-16loplugin:countusersofdefaultparams in include/svx..unotoolsNoel Grandin1-2/+1
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin3-16/+2
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-26convert CONTINUATION constants to typed_flags_setNoel Grandin1-18/+21
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann12-14/+14
2016-09-07loplugin:constantparam in framework..vbahelperNoel Grandin1-2/+1
2016-08-29cid#1371163 Missing move assignment operatorNoel Grandin1-0/+10
2016-08-22ucbhelper::Std{In,Out}putStream are only used in ucb/source/ucb/cmis/Stephan Bergmann2-186/+0
2016-08-19Some clang-tidy misc-move-constructor-initStephan Bergmann2-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-5/+1
2016-06-24loplugin:singlevalfields in ucbhelperNoel Grandin3-58/+1
2016-06-06remove some manual ref-countingNoel Grandin1-1/+2
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-1/+1
2016-05-24remove some manual ref-countingNoel Grandin1-1/+1
2016-05-19loplugin:unusedmethods in ucb/ucbhelperNoel Grandin3-96/+0
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-1/+1
2016-04-14loplugin:passstuffbyref in ucbhelperNoel Grandin1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in ucbhelperNoel Grandin1-1/+1
2016-03-16loplugin:constantfunction in ucbhelperNoel Grandin5-36/+10
2016-03-15loplugin:constantparamNoel Grandin1-3/+3
2016-03-14inline some use-once macrosNoel Grandin1-19/+14
2016-02-09Remove excess newlinesChris Sherlock11-26/+0
2016-02-05Fix typosAndrea Gelmini2-4/+4
2016-01-10Fix typosAndrea Gelmini3-3/+3
2015-11-17use unique_ptr for pImpl in ucbhelper/Noel Grandin7-8/+15
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-6/+3