summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon2021-10-261-1/+6
* comphelper: fix bad error handling in CreatePackageEncryptionData()Michael Stahl2021-10-201-1/+1
* LOK: maintain blocked command list per viewPranam Lashkari2021-10-181-60/+0
* LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2021-10-181-29/+35
* LOK: introduce way to restrict uno commandsPranam Lashkari2021-10-181-0/+27
* lok: include the label of the status indicatorHenry Castro2021-07-151-6/+6
* Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist2021-07-151-0/+16
* The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist2021-07-151-57/+10
* LOK: introduced Freemium LOK APIPranam Lashkari2021-06-231-0/+28
* remove intermediate containers in sidebarsCaolán McNamara2021-05-251-0/+1
* Fix syntax error in the "arguments" of a TraceEventTor Lillqvist2021-05-241-3/+3
* Add the possibility to include a set of arguments in Trace EventsTor Lillqvist2021-05-182-10/+14
* Add SAL_WARN in case ProfileZones are overlapping and not hierarchicalTor Lillqvist2021-04-291-0/+7
* Make the nested AsyncEvent work more reliablyTor Lillqvist2021-04-291-61/+75
* Add AsyncEvent::finish() to end a nested AsyncEvent before its parent endsTor Lillqvist2021-04-291-33/+60
* Fix syntax error in generated JSONTor Lillqvist2021-04-291-6/+6
* Introduce Async trace events and a unit testTor Lillqvist2021-04-293-17/+136
* Introduce a new class NamedEvent to be used by the upcoming AsyncEvent, tooTor Lillqvist2021-04-291-4/+4
* Enable turning on trace event recording in a dbgutil build with an env varTor Lillqvist2021-04-291-1/+4
* Re-think what the nesting means in ProfileZonesTor Lillqvist2021-04-291-2/+1
* Make the console logging in ProfileZone work more sanelyTor Lillqvist2021-04-291-2/+0
* Move some static functions from ProfileZone to TraceEvent where they belongTor Lillqvist2021-04-291-18/+18
* Extend the trace event API with instant eventsTor Lillqvist2021-04-293-96/+135
* g_nStartTime was unusedTor Lillqvist2021-04-261-4/+0
* Add also the comma separator between Event Trace eventsTor Lillqvist2021-04-231-1/+1
* Drop the leftover "sum time" thing from the Event TraceTor Lillqvist2021-04-231-5/+0
* Refactor ProfileZone and create Chrome Trace Event Format dataTor Lillqvist2021-04-231-56/+43
* Avoid unused private field warning in a NDEBUG compilationTor Lillqvist2021-04-211-0/+2
* Clarify the ProfileRecording APITor Lillqvist2021-04-151-12/+15
* tdf#124909: Use the myspell dictionary for Swiss German on iOSTor Lillqvist2021-04-051-1/+1
* fix variable name in SAL_INFOAndras Timar2021-03-311-1/+1
* add ThreadPool::isIdle() to avoid incorrect detection of "no tasks"Luboš Luňák2020-12-013-9/+76
* handle a possible (unlikely?) deadlock in threadpool cleanupLuboš Luňák2020-12-011-0/+7
* replace std::min(std::max()) with std::clampNoel2020-11-161-1/+1
* tdf#123936 Formatting files in module comphelper with clang-formatPhilipp Hofer2020-11-136-68/+52
* New loplugin:stringviewparamStephan Bergmann2020-11-121-3/+3
* tdf#138113: Base SQL syntax colouring issue with operators "/", "-"Julien Nabet2020-11-111-0/+4
* loplugin:stringviewNoel2020-11-111-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-0613-14/+15
* remove pimpl from PropertySetHelperNoel Grandin2020-11-041-48/+30
* remove pimpl from NamedValueCollectionNoel Grandin2020-11-041-81/+27
* remove pimpl in PropertyBagNoel Grandin2020-11-041-18/+10
* TNumberedItemHash NumberedCollection::m_lComponents is indexed on pointers...Stephan Bergmann2020-10-301-2/+1
* Extend loplugin:elidestringvar to OStringStephan Bergmann2020-10-281-8/+4
* std::set->o3tl::sorted_vector in OPropertyArrayAggregationHelperNoel Grandin2020-10-281-3/+2
* use tools::Long in comphelper..cuiNoel2020-10-212-3/+4
* tdf#134987 convert DOCX to ODT: fix lost chartsBalazs Varga2020-10-131-0/+8
* loplugin:const* make some params and methods constNoel2020-10-061-2/+2
* fix possible >= 0 warningLuboš Luňák2020-10-061-1/+1
* fix allocating thread pool workersLuboš Luňák2020-10-053-2/+73