summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file
AgeCommit message (Expand)Author
2018-01-29make memory management more explicit in BaseContextNoel Grandin
2018-01-29loplugin:useuniqueptr in BaseContentNoel Grandin
2018-01-29loplugin:useuniqueptr in XResultSet_implNoel Grandin
2018-01-24sal_Bool -> bool (remaining uses of css::uno::Any::has)Stephan Bergmann
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-07loplugin:salcall handle static methodsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin
2017-10-27Replace lists by vectors in filtask (ucb)Julien Nabet
2017-10-23loplugin:includeform: ucbStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-27loplugin:flatten in toolkit..vbahelperNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-20Removing unused code:FileContentIdentifier::m_aNormalizedIdccsheller
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin
2017-06-18Fix typosAndrea Gelmini
2017-06-06ucb: replace double checked locking patternsJochen Nitschke
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-04-19file UCP: Dir entries can disappear during non-atomic traversalStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-02Fix typosAndrea Gelmini
2017-02-22Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOXTor Lillqvist
2017-02-21loplugin:subtlezeroinit: ucbStephan Bergmann
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
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann
2016-12-14Merge shell into TaskManager base classStephan Bergmann
2016-11-23loplugin:unnecessaryoverride (dtors) in ucbStephan Bergmann
2016-11-16straighten weirdo exception message, inserting a comma and a blank helps..Eike Rathke