summaryrefslogtreecommitdiff
path: root/ucb/source/cacher/cachedcontentresultset.cxx
AgeCommit message (Expand)AuthorFilesLines
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-08-16loplugin:unusedmethodsNoel Grandin1-1/+0
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-07-15ucb/cacher: create instances with uno constructorsNoel Grandin1-21/+14
2020-07-13expand out an UNO macroNoel Grandin1-1/+10
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbStephan Bergmann1-4/+4
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin1-2/+1
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin1-4/+3
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2019-12-13loplugin:expandablemethodsNoel Grandin1-7/+1
2019-12-03remove some useless comment linesNoel Grandin1-3/+0
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen1-3/+1
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetFactoryNoel Grandin1-33/+0
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen1-0/+1
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin1-2/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-4/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-2/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ucbStephan Bergmann1-2/+2
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-1/+1
2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin1-2/+1
2019-02-11loplugin:indentation in ucb..ucbhelperNoel Grandin1-1/+1
2018-11-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-10-28tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+2
2018-10-27tdf#120703 PVS: V519 variable is assigned values twice successivelyMike Kaganski1-5/+0
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+2
2018-09-12loplugin:simplifyconstruct in toolkit..ucbNoel Grandin1-8/+2
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-6/+15
2018-04-23loplugin:useuniqueptr in CachedContentResultSet::CCRS_CacheNoel Grandin1-6/+4
2018-04-14Fix typosAndrea Gelmini1-2/+2
2018-01-09loplugin:convertlong in ucb,sotNoel Grandin1-7/+7
2017-12-29loplugin:passstuffbyref improved return in ucb,connectivityNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-2/+2
2017-12-06loplugin:salcall handle virtual methodsNoel Grandin1-4/+4
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-27/+27
2017-10-23loplugin:includeform: ucbStephan Bergmann1-1/+1
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin1-12/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-5/+5
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-124/+7
2017-01-20new loplugin: useuniqueptr: ucb..ucbhelperNoel Grandin1-18/+5
2017-01-19New loplugin:dynexcspec: Add @throws documentation, ucbStephan Bergmann1-4/+17
2017-01-18use rtl::Reference in CachedContentResultSetNoel Grandin1-11/+7
2017-01-09ucb: ReacquireableGuard::reacquire() is a no-opMichael Stahl1-34/+49
2016-12-08-Werror=return-local-addrStephan Bergmann1-3/+3
2016-11-22remove some more global OUStringsNoel Grandin1-36/+25