summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-12Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski1-8/+5
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin3-12/+2
2021-08-27loplugin:nullptr (macOS)Stephan Bergmann1-1/+1
2021-08-24osl::Mutex->std::mutex in OInstanceLockerNoel Grandin2-19/+17
2021-08-24Simplify caching in ConfigurationWrapperMike Kaganski1-15/+9
2021-08-24cache access in ConfigurationWrapper (tdf#105575)Noel Grandin1-3/+32
2021-08-23comphelper : remove useless OContextHelper_ImplArnaud Versini1-47/+16
2021-08-23osl::Mutex->std::mutex in AccessibleEventNotifierNoel Grandin1-38/+27
2021-08-22osl::Mutex->std::mutexNoel Grandin1-5/+5
2021-08-22make isDebuggerAttached() work on MacLuboš Luňák1-0/+33
2021-08-21rtl::Static to thread-safe staticNoel Grandin5-49/+58
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner1-8/+1
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin1-0/+14
2021-08-18avoid constructing OUString on hot path (tdf#105575)Noel Grandin1-1/+2
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari1-0/+28
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-7/+2
2021-08-11no need to allocate KeyedValues separatelyNoel Grandin1-3/+4
2021-08-10flatten PropertySetInfo a littleNoel Grandin1-94/+43
2021-08-09Guard read of rCont_.bIsList with rCont_.rMutexStephan Bergmann1-2/+2
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin1-3/+3
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-0/+116
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin8-48/+48
2021-07-30Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon1-1/+6
2021-07-30tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin1-1/+2
2021-07-30osl::Mutex->std::mutx in OSequenceOutputStreamNoel Grandin1-5/+3
2021-07-30osl::Mutex->std::mutex in SequenceInputStreamNoel Grandin1-9/+14
2021-07-30osl::Mutex->std::mutex in OAccessibleKeyBindingHelperNoel Grandin1-4/+4
2021-07-29osl::Mutex->std::mutex in OSLInputStreamWrapperNoel Grandin1-4/+4
2021-07-29osl::Mutex->std::mutex in OSeekableInputWrapperNoel Grandin1-8/+8
2021-07-23osl::Mutex->std::mutex in AsyncEventNotifierNoel Grandin1-46/+23
2021-07-18osl::Mutex->std::mutex in NameContainerNoel Grandin1-8/+9
2021-07-18osl::Mutex->std::mutex in SequenceInputStreamServiceNoel Grandin1-10/+11
2021-07-17osl::Mutex->std::mutex in SequenceOutputStreamServiceNoel Grandin1-5/+6
2021-07-15lok: include the label of the status indicatorHenry Castro1-6/+6
2021-06-29Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist1-0/+16
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist1-57/+10
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist1-10/+0
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann1-1/+1
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist1-3/+3
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2-10/+14
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet1-4/+1
2021-05-28no need to allocate these on the heapNoel Grandin1-28/+28
2021-05-26comphelper: fix the "console" use-case of ProfileZoneMiklos Vajna1-2/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann10-40/+40
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist1-0/+7
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist1-61/+75