summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#145090 LO Calc Crash with drop-down-menuNoel Grandin2022-01-111-1/+1
* OInterfaceContainerHelper3 needs to be thread-safeNoel Grandin2021-11-301-2/+6
* tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner2021-08-251-8/+0
* Avoid empty std::map constructorTor Lillqvist2021-06-092-20/+39
* Fix syntax error in the "arguments" of a TraceEventTor Lillqvist2021-06-091-1/+1
* Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2021-06-092-28/+63
* we can search std::set without allocating on the heapNoel Grandin2021-05-271-0/+14
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0211-35/+35
* cid#1477405 Initialize membersTor Lillqvist2021-04-291-0/+2
* Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist2021-04-291-3/+11
* Make the nested AsyncEvent work more reliablyTor Lillqvist2021-04-291-15/+46
* Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist2021-04-291-2/+16
* Fix syntax error in generated JSONTor Lillqvist2021-04-291-2/+2
* Introduce Async trace events and a unit testTor Lillqvist2021-04-292-6/+115
* Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist2021-04-282-5/+17
* Re-think what the nesting means in ProfileZonesTor Lillqvist2021-04-282-13/+14
* Make the console logging in ProfileZone work more sanelyTor Lillqvist2021-04-281-8/+6
* Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist2021-04-282-5/+5
* Make ProfileZone non-copyableTor Lillqvist2021-04-281-0/+4
* Extend the trace event API with instant eventsTor Lillqvist2021-04-282-11/+45
* Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist2021-04-271-18/+36
* Clarify the ProfileRecording APITor Lillqvist2021-04-271-1/+2
* use more string_view in comphelper::stringNoel Grandin2021-04-191-14/+14
* Recheck include/ with IWYUGabor Kelemen2021-04-092-2/+0
* rtl::Static -> function local static also for UNO3_GETIMPLEMENTATION*_IMPLMike Kaganski2021-04-071-5/+2
* remove intermediate containers in sidebarsCaolán McNamara2021-03-111-0/+4
* loplugin:refcounting in accessibilityNoel2021-02-271-1/+1
* loplugin:stringviewparam extend to new..Noel2021-01-292-2/+2
* tdf#96505 Get rid of cargo cult 'long' integer literalsAlchemist2021-01-271-24/+24
* Make lambda auto parameters explicitly constMike Kaganski2021-01-141-1/+1
* Simplify comphelper::ContainerUniquePtrEqualsMike Kaganski2021-01-131-14/+4
* Drop comphelper::string::equals; compare OUString to OUStringCharMike Kaganski2021-01-061-10/+0
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-294-12/+20
* Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann2020-12-271-1/+5
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-113-6/+8
* Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann2020-12-091-1/+2
* add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák2020-11-301-3/+6
* loplugin:stringviewparam include comparisons with string literalsNoel2020-11-301-3/+3
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-2/+2
* tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2020-11-2116-85/+105
* lok: remove unused APIAshod Nakashian2020-11-191-10/+0
* remove pimpl from PropertySetHelperNoel Grandin2020-11-041-4/+2
* remove pimpl from NamedValueCollectionNoel Grandin2020-11-041-12/+7
* remove pimpl in PropertyBagNoel Grandin2020-11-041-6/+4
* TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann2020-10-301-3/+2
* convert some more long -> tools::LongNoel2020-10-281-2/+3
* fix allocating thread pool workersLuboš Luňák2020-10-051-2/+5
* tdf#124176 Use #pragma once in some include/Andrea Gelmini2020-09-251-4/+1
* Fix typoAndrea Gelmini2020-09-011-2/+2
* Fix typo in codeAndrea Gelmini2020-08-311-2/+2