summaryrefslogtreecommitdiff
path: root/ucb/source/cacher
AgeCommit message (Expand)AuthorFilesLines
2024-08-01cid#1607424 Double unlockCaolán McNamara4-24/+30
2024-07-16cid#1606914 Double lockCaolán McNamara2-5/+5
2024-05-15loplugin:ostr in ucbNoel Grandin4-18/+18
2024-05-15tdf#146619 Drop unused 'using namespace' in: ucbGabor Kelemen1-1/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-01-12cid#1546222 COPY_INSTEAD_OF_MOVECaolán McNamara2-6/+4
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+1
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+1
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbStephan Bergmann1-2/+2
2023-03-06clang-tidy dead-storeNoel Grandin1-3/+0
2023-02-15no need to use unique_ptr for OMultiTypeInterfaceContainerHelperVar4Noel Grandin2-54/+26
2023-02-14no need to use unique_ptr for OInterfaceContainerHelper4Noel Grandin4-23/+12
2023-02-13osl::Mutex->std::mutex in ContentResultSetWrapperNoel Grandin6-594/+519
2023-02-13osl::Mutex->std::mutex in DynamicResultSetWrapperNoel Grandin4-39/+33
2023-02-13osl::Mutex->std::mutex in DynamicResultSetWrapperListenerNoel Grandin2-5/+5
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-1/+0
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen6-10/+0
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-20/+4
2021-12-04use OMultiTypeInterfaceContainerHelperVar3 in ContentResultSetWrapperNoel Grandin2-16/+18
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin4-6/+6
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski2-8/+14
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-01loplugin:constmethodNoel Grandin2-8/+8
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2-15/+14
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-16/+4
2021-07-19no need to allocate FetchResult separately in CCRS_CacheNoel Grandin2-3/+2
2021-07-19no need to allocate Sequence separately in CCRS_CacheNoel Grandin2-8/+9
2021-07-19no need to allocate Sequence separately in CCRS_PropertySetInfoNoel Grandin1-17/+16
2021-05-28no need to allocate these on the heapNoel Grandin1-4/+4
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann12-28/+28
2021-03-23tdf#124176 Use pragma once in u*Vincent LE GARREC6-24/+6
2021-02-15loplugin:referencecasting in ucbNoel1-1/+1
2021-02-09loplugin:referencecasting check for Reference::queryNoel1-2/+2
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-4/+5
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-6/+6
2020-10-29Fix some confusion between UNOIDL long (i.e., sal_Int32) and C++ longStephan Bergmann1-3/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-2/+3
2020-10-04loplugin:reducevarscope in toolkit..unotoolsNoel1-1/+1
2020-08-16loplugin:unusedmethodsNoel Grandin3-3/+0
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-03loplugin:flatten in ucbNoel Grandin2-116/+115
2020-07-16loplugin:unusedmethodsNoel Grandin1-4/+0
2020-07-15ucb/cacher: create instances with uno constructorsNoel Grandin10-214/+65
2020-07-13expand out an UNO macroNoel Grandin4-4/+40
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbStephan Bergmann1-4/+4
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin1-2/+1