summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth2022-02-171-14/+17
* 22 characters needed to Base64-encode 16 bytesMike Kaganski2022-02-031-1/+1
* fix opengl slide transitionNoel Grandin2022-01-211-1/+0
* Fix typosAndrea Gelmini2022-01-211-1/+1
* comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna2022-01-211-0/+137
* comphelper: fix UAF in SequenceOutputStreamService dtorMichael Stahl2022-01-201-1/+2
* WASM more initial bits and piecesJan-Marek Glogowski2022-01-191-1/+3
* make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2022-01-143-14/+14
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-1313-14/+0
* small cleanups to TempFile related codeNoel Grandin2022-01-101-1/+0
* Simplify some TempFile service codeNoel Grandin2022-01-091-7/+3
* implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák2022-01-092-0/+211
* use C++ class handling ownership for anyToString()Luboš Luňák2022-01-093-63/+79
* make anyLess() work also for compound types such as sequencesLuboš Luňák2022-01-092-51/+246
* Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski2021-12-264-12/+12
* Avoid OUStringBuffer::toString where possibleMike Kaganski2021-12-261-1/+1
* fix comphelper::WeakComponentImplHelper::queryNoel Grandin2021-12-261-0/+181
* Revert "Init WeakComponentImplHelperBase::m_bDisposed"Mike Kaganski2021-12-251-5/+0
* pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin2021-12-251-2/+4
* Init WeakComponentImplHelperBase::m_bDisposedJan-Marek Glogowski2021-12-251-0/+5
* tdf#145090 LO Calc Crash with drop-down-menuNoel Grandin2021-12-251-2/+2
* new comphelper::WeakImplComponentHelperNoel Grandin2021-12-242-0/+49
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-214-328/+314
* use more cppu::BaseMutexNoel Grandin2021-12-191-7/+2
* use more cppu::BaseMutexNoel Grandin2021-12-191-6/+2
* add unit tests for OInterfaceContainerHelper3Noel Grandin2021-12-182-0/+171
* loplugin:unusedvariablecheck improveNoel Grandin2021-12-171-2/+0
* use more OInterfaceContainer3::notifyEachNoel Grandin2021-12-171-3/+1
* comphelper : use std::mutex in numberedcollectionArnaud Versini2021-12-161-30/+24
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-101-1/+1
* loplugin:unusedmethodsNoel Grandin2021-12-071-6/+0
* replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin2021-12-032-115/+0
* Rather use ScopeGuard to prevent catch and rethrowStephan Bergmann2021-12-031-0/+5
* use OMultiTypeInterfaceContainerHelperVar3 in GenericPropertySetNoel Grandin2021-12-031-3/+3
* remove counter-productive catch-all blocksNoel Grandin2021-11-291-14/+4
* use more OInterfaceContainerHelper3 in ImplEventAttacherManagerNoel Grandin2021-11-271-6/+6
* use more OInterfaceContainerHelper3 in OPropertyBagNoel Grandin2021-11-271-2/+2
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-232-2/+2
* osl::Mutex->std::mutex in MimeConfigurationHelperNoel Grandin2021-11-221-8/+12
* osl::Mutex->std::mutex in OLockListenerNoel Grandin2021-11-212-22/+24
* rtl::Static to thread-safe staticNoel Grandin2021-11-091-1/+0
* comphelper : use std::mutex in enumhelperArnaud Versini2021-11-041-16/+12
* comphelper: fix SequenceOutputStreamService::getWrittenBytes()Michael Stahl2021-11-011-3/+7
* Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski2021-10-298-212/+172
* tdf#144374 DOCX: export the password for editingTünde Tóth2021-10-261-0/+33
* LOK: maintain blocked command list per viewPranam Lashkari2021-10-221-60/+0
* LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2021-10-221-29/+35
* LOK: introduce way to restrict uno commandsPranam Lashkari2021-10-221-0/+27
* Remove a std::remove_reference_tStephan Bergmann2021-10-192-0/+61
* make RR easier to useNoel Grandin2021-10-181-1/+2