summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
8 daysdrop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara1-5/+1
13 daysuse boost::small_vector in cppuhelperNoel Grandin3-12/+10
14 dayselide some OUString temporariesNoel Grandin1-10/+7
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-04-29Drop uses of css::uno::Sequence::getConstArray in cppuhelper .. cuiMike Kaganski5-54/+29
2024-04-27loplugin:ostr in cppu,cppuhelperNoel Grandin15-149/+149
2024-03-29tdf#146619 Drop unused 'using namespace' in: cppu/ cppuhelper/Gabor Kelemen6-6/+0
2024-03-07unlock mutex around lok_preload_hookNoel Grandin1-0/+3
2024-02-13we don't need the reg or store libraries for fuzzingCaolán McNamara1-1/+8
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-4/+4
2024-01-16improve loplugin:cow_wrapperNoel Grandin1-2/+2
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: cppuhelperStephan Bergmann2-3/+3
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-2/+2
2023-09-29cid#1537991 Unchecked return valueCaolán McNamara1-4/+3
2023-06-12tdf#153109 Use any_of instead of loop to check a rangeParis Oplopoios1-6/+3
2023-05-10use WeakComponentImplHelper2 in Bootstrap_MacroExpanderNoel Grandin1-15/+3
2023-05-10use WeakComponentImplHelper2 in ServiceManagerNoel Grandin2-31/+28
2023-05-09use WeakComponentImplHelper2 in TypeManagerNoel Grandin2-9/+3
2023-05-09copy some comphelper code down into cppuhelperNoel Grandin7-23/+882
2023-04-12fix o3tl::equalsAsciiLNoel Grandin1-1/+1
2023-04-11fix for o3tl::equalsAsciiNoel Grandin1-1/+1
2023-03-24loplugin:stringadd in c*Noel Grandin1-4/+2
2023-03-22OUString::match -> OUString::startsWithStephan Bergmann1-1/+1
2023-03-22rhbz#2171265 Filter out all non *.rdb filesStephan Bergmann1-2/+4
2023-03-20cppuhelper : use BaseMutex instead of OFactoryComponentHelper_MutexArnaud VERSINI1-18/+14
2023-03-20cppuhelper : use constexpr OUStringLiteral instead of a functionArnaud VERSINI1-8/+2
2023-01-13OFactoryComponentHelper's XAggregation is apparently unusedStephan Bergmann1-49/+12
2023-01-13Merge OSingleFactoryHelper into OFactoryComponentHelperStephan Bergmann1-200/+127
2023-01-12Don't let OSingleFactoryHelper delegate to derived classes' virtual overridesStephan Bergmann1-3/+16
2023-01-12Fix aggregating OFactoryComponentHelper::queryInterfaceStephan Bergmann1-6/+0
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+4
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann1-3/+4
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann2-21/+0
2022-06-02Fix type of cppuhelper::TypeManager::getInterfaceMember separator paramStephan Bergmann2-3/+5
2022-06-02clang-tidy modernize-pass-by-value in cppuhelperNoel Grandin7-78/+80
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya2-11/+11
2022-05-09osl::Mutex->std::mutex in cppuhelper::ServiceManagerNoel Grandin2-8/+8
2022-05-06Remove duplicated includesAndrea Gelmini1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin2-1/+2
2022-05-05use more string_viewNoel Grandin2-7/+8
2022-05-04Just use Any ctor instead of makeAny in cppuhelperStephan Bergmann2-56/+56
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+2
2022-04-26revert unnecessary changeNoel Grandin1-3/+3
2022-04-26Drop obsolete workaround for LanguageTool 1.7Gabor Kelemen1-18/+0
2022-04-22fix master after string_view patches..Noel Grandin1-2/+2
2022-04-22use more string_view in cppuhelperNoel Grandin7-44/+47
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin2-3/+3
2022-04-21android: Use fake exceptions on all architecturesMichael Weghorn1-4/+2