summaryrefslogtreecommitdiff
path: root/comphelper/source
AgeCommit message (Expand)Author
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-27loplugin:nullptr (macOS)Stephan Bergmann
2021-08-24osl::Mutex->std::mutex in OInstanceLockerNoel Grandin
2021-08-24Simplify caching in ConfigurationWrapperMike Kaganski
2021-08-24cache access in ConfigurationWrapper (tdf#105575)Noel Grandin
2021-08-23comphelper : remove useless OContextHelper_ImplArnaud Versini
2021-08-23osl::Mutex->std::mutex in AccessibleEventNotifierNoel Grandin
2021-08-22osl::Mutex->std::mutexNoel Grandin
2021-08-22make isDebuggerAttached() work on MacLuboš Luňák
2021-08-21rtl::Static to thread-safe staticNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin
2021-08-18avoid constructing OUString on hot path (tdf#105575)Noel Grandin
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-11no need to allocate KeyedValues separatelyNoel Grandin
2021-08-10flatten PropertySetInfo a littleNoel Grandin
2021-08-09Guard read of rCont_.bIsList with rCont_.rMutexStephan Bergmann
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-30Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon
2021-07-30osl::Mutex->std::mutx in OSequenceOutputStreamNoel Grandin
2021-07-30osl::Mutex->std::mutex in SequenceInputStreamNoel Grandin
2021-07-30osl::Mutex->std::mutex in OAccessibleKeyBindingHelperNoel Grandin
2021-07-29osl::Mutex->std::mutex in OSLInputStreamWrapperNoel Grandin
2021-07-29osl::Mutex->std::mutex in OSeekableInputWrapperNoel Grandin
2021-07-23osl::Mutex->std::mutex in AsyncEventNotifierNoel Grandin
2021-07-18osl::Mutex->std::mutex in NameContainerNoel Grandin
2021-07-18osl::Mutex->std::mutex in SequenceInputStreamServiceNoel Grandin
2021-07-17osl::Mutex->std::mutex in SequenceOutputStreamServiceNoel Grandin
2021-07-15lok: include the label of the status indicatorHenry Castro
2021-06-29Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-06-08Simplify Sequences initializations (comphelper+connectivity)Julien Nabet
2021-05-28no need to allocate these on the heapNoel Grandin
2021-05-26comphelper: fix the "console" use-case of ProfileZoneMiklos Vajna
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29Introduce Async trace events and a unit testTor Lillqvist
2021-04-28Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist
2021-04-28Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist
2021-04-28Re-think what the nesting means in ProfileZonesTor Lillqvist