summaryrefslogtreecommitdiff
path: root/ucb/source/core
AgeCommit message (Expand)AuthorFilesLines
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin2-5/+4
2018-01-26loplugin:useuniqueptr in PersistentPropertySet_ImplNoel Grandin1-19/+10
2018-01-16Fix typosAndrea Gelmini1-2/+2
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann1-1/+1
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin8-8/+8
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-2/+2
2017-11-03Replace lists by vector or deque in ucb/ucbhelperJulien Nabet1-2/+2
2017-10-27Replace list by vector in ucbstore (ucb)Julien Nabet1-8/+3
2017-10-23loplugin:includeform: ucbStephan Bergmann4-12/+12
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-7/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-4/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-10/+10
2017-07-28loplugin:checkunusedparams more part3Noel Grandin4-11/+8
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin3-154/+106
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin1-1/+1
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin1-12/+8
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-06-06ucb: replace double checked locking patternsJochen Nitschke1-2/+2
2017-06-05spelling instanciate -> instantiateNoel Grandin1-3/+3
2017-05-19loplugin:stringcopy: ucbStephan Bergmann2-2/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin1-2/+2
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-28new loplugin unoanyNoel Grandin2-3/+3
2017-02-21loplugin:subtlezeroinit: ucbStephan Bergmann2-5/+5
2017-02-10convert InsertOperation to scoped enumNoel Grandin1-2/+2
2017-02-06Add missing #includesStephan Bergmann4-0/+11
2017-02-01Revert "cancelCommandExecution - no need to pass exception by Any"Noel Grandin2-17/+20
2017-02-01cancelCommandExecution - no need to pass exception by AnyNoel Grandin2-20/+17
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-42/+42
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-25/+18
2017-01-26Remove dynamic exception specificationsStephan Bergmann14-442/+136
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin4-26/+10
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann8-26/+81
2017-01-17use rtl::Reference OFileAccessNoel Grandin1-31/+29
2016-12-30cleanup tailing backslashesJochen Nitschke1-1/+1
2016-12-12coverity#1397041 Unchecked return valueCaolán McNamara1-6/+6
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin2-8/+7
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-23/+23
2016-10-26loplugin:expandablemethods in ucb..ucbhelperNoel Grandin4-18/+50
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2-9/+1