summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filtask.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-16convert TASKHANDLING constants to scoped enumNoel Grandin1-62/+62
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-05-15loplugin:ostr in ucbNoel Grandin1-10/+10
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2023-12-04cid#1545566 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+2
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (ucb)Julien Nabet1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbStephan Bergmann1-15/+15
2023-02-16osl::Mutex->std::mutex in TaskManagerNoel Grandin1-33/+41
2022-05-23std::unordered_set->o3tl::sorted_vector in TaskManagerNoel Grandin1-4/+5
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann1-12/+12
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski1-50/+51
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+2
2021-09-03cid#1490899 Unchecked return valueCaolán McNamara1-1/+1
2021-08-09can pass PropertyChangeNotifier around by valueNoel Grandin1-34/+34
2021-06-11Simplify Sequences initializations (ucb)Julien Nabet1-21/+11
2021-02-19loplugin:refcounting in ucbNoel1-8/+4
2021-02-15loplugin:referencecasting in ucbNoel1-3/+3
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel1-5/+6
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-15/+15
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-2/+0
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-17/+17
2020-08-03loplugin:flatten in ucbNoel Grandin1-30/+28
2020-07-22ucb/file: create instances with uno constructorsNoel Grandin1-13/+0
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbStephan Bergmann1-15/+15
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin1-1/+4
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-5/+0
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