summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filtask.cxx
AgeCommit message (Expand)Author
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-25Better use rtl::Reference to hold ref-counted UNO objectsStephan Bergmann
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann
2019-07-21cid#1448305 silence Out-of-bounds accessCaolán McNamara
2019-07-19loplugin:constantparamNoel Grandin
2019-07-19cid#1448426 Unchecked return valueCaolán McNamara
2019-07-19cid#1448437 Unchecked return valueCaolán McNamara
2019-07-18cid#1448431 Using invalid iteratorCaolán McNamara
2019-07-06no need for XResultSet_impl to extend NotifierNoel Grandin
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov
2019-06-29Flatten TaskManager::erasePersistentSet and TaskManager::copyPersistentSetArkadiy Illarionov
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov
2019-04-19optimise find/insert patternNoel Grandin
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 4Noel Grandin
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-02tdf#123067: fix assert when exporting templateJulien Nabet
2018-12-20use unique_ptr in ucbNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-28loplugin:unusedfieldsNoel Grandin
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin
2018-04-08ucb: Fix overwriting at index 7Takeshi Abe
2018-03-19tdf#116489 - fix ucb TaskManager deadlock.Michael Meeks
2018-02-02loplugin:useuniqueptr in TaskManager::UnqPathDataNoel Grandin
2018-01-29make memory management more explicit in BaseContextNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann
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-10-27Replace lists by vectors in filtask (ucb)Julien Nabet
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
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-06-28loplugin:oncevar in ucb..vbahelperNoel 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-04-19file UCP: Dir entries can disappear during non-atomic traversalStephan Bergmann
2017-03-25Fix typosAndrea Gelmini
2017-02-22Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOXTor Lillqvist