summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2021-09-18URI-encode DirectoryHelper::scanDirsAndFiles resultJan-Marek Glogowski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-12Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski
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-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin
2021-08-17Fix typoAndrea Gelmini
2021-08-16improve documentation for comphelper::OMultiTypeInterfaceContainerHelper2Noel Grandin
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari
2021-08-15Fix typosAndrea Gelmini
2021-08-10can return OInterfaceIteratorHelper2 by value hereNoel Grandin
2021-08-10flatten PropertySetInfo a littleNoel Grandin
2021-08-08create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-07address some review commentsNoel Grandin
2021-08-07address some review commentsNoel 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-29Fix --enable-mergelibs `make check`Stephan Bergmann
2021-07-15lok: include the label of the status indicatorHenry Castro
2021-07-05Simplification: Use getNow() here, tooTor Lillqvist
2021-06-29Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist
2021-06-23The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist
2021-06-19loplugin:finalclassesNoel Grandin
2021-06-17Drop the "console" functionality of ProfileZoneTor Lillqvist
2021-06-09Avoid empty std::map constructorTor Lillqvist
2021-06-09Fix syntax error in the "arguments" of a TraceEventTor Lillqvist
2021-06-09Add the possibility to include a set of arguments in Trace EventsTor Lillqvist
2021-05-27we can search std::set without allocating on the heapNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29cid#1477405 Initialize membersTor Lillqvist
2021-04-29Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist
2021-04-29Make the nested AsyncEvent work more reliablyTor Lillqvist
2021-04-29Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist
2021-04-29Fix syntax error in generated JSONTor Lillqvist
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-28Re-think what the nesting means in ProfileZonesTor Lillqvist
2021-04-28Make the console logging in ProfileZone work more sanelyTor Lillqvist
2021-04-28Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist
2021-04-28Make ProfileZone non-copyableTor Lillqvist
2021-04-28Extend the trace event API with instant eventsTor Lillqvist
2021-04-27Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist