summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filtask.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-0/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-1/+1
2019-09-25Better use rtl::Reference to hold ref-counted UNO objectsStephan Bergmann1-9/+10
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-3/+1
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin1-4/+4
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-1/+1
2019-07-21cid#1448305 silence Out-of-bounds accessCaolán McNamara1-0/+1
2019-07-19loplugin:constantparamNoel Grandin1-5/+0
2019-07-19cid#1448426 Unchecked return valueCaolán McNamara1-1/+1
2019-07-19cid#1448437 Unchecked return valueCaolán McNamara1-2/+2
2019-07-18cid#1448431 Using invalid iteratorCaolán McNamara1-11/+14
2019-07-06no need for XResultSet_impl to extend NotifierNoel Grandin1-2/+4
2019-06-30Simplify Sequence iterations in ucbArkadiy Illarionov1-41/+37
2019-06-29Flatten TaskManager::erasePersistentSet and TaskManager::copyPersistentSetArkadiy Illarionov1-75/+70
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-2/+1
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 4Noel Grandin1-37/+27
2019-02-11new loplugin writeonlyvarsNoel Grandin1-3/+1
2019-02-02tdf#123067: fix assert when exporting templateJulien Nabet1-1/+1
2018-12-20use unique_ptr in ucbNoel Grandin1-12/+9
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-1/+1
2018-11-28loplugin:unusedfieldsNoel Grandin1-15/+0
2018-10-22Simplify containers iterations in ucb, ucbhelperArkadiy Illarionov1-8/+5
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-24/+17
2018-08-22new loplugin:conststringfieldNoel Grandin1-17/+20
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin1-2/+1
2018-04-08ucb: Fix overwriting at index 7Takeshi Abe1-3/+3
2018-03-19tdf#116489 - fix ucb TaskManager deadlock.Michael Meeks1-1/+3
2018-02-02loplugin:useuniqueptr in TaskManager::UnqPathDataNoel Grandin1-47/+9
2018-01-29make memory management more explicit in BaseContextNoel Grandin1-89/+46
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-7/+7
2018-01-12More loplugin:cstylecast: ucbStephan Bergmann1-1/+1
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann1-2/+2
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-10/+10
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-40/+40
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin1-1/+1
2017-10-27Replace lists by vectors in filtask (ucb)Julien Nabet1-77/+54
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+4
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-10/+9
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin1-3/+2
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-3/+3
2017-05-07tdf#43157: convert ucb and svl from OSL_ASSERT to assertChris Sherlock1-3/+3
2017-04-19file UCP: Dir entries can disappear during non-atomic traversalStephan Bergmann1-40/+48
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-22Need <sys/stat.h> when HAVE_FEATURE_MACOSX_SANDBOXTor Lillqvist1-1/+6