summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Simplify ConfigurationWrapper singleton construction a bitStephan Bergmann1-13/+7
2022-03-07optimize ConfigurationProperty::get()Luboš Luňák1-20/+70
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-8/+6
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth1-14/+17
2022-02-0322 characters needed to Base64-encode 16 bytesMike Kaganski1-1/+1
2022-01-21fix opengl slide transitionNoel Grandin1-1/+0
2022-01-21Fix typosAndrea Gelmini1-1/+1
2022-01-21comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna1-0/+137
2022-01-20comphelper: fix UAF in SequenceOutputStreamService dtorMichael Stahl1-1/+2
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski1-1/+3
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin3-14/+14
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen13-14/+0
2022-01-10small cleanups to TempFile related codeNoel Grandin1-1/+0
2022-01-09Simplify some TempFile service codeNoel Grandin1-7/+3
2022-01-09implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák2-0/+211
2022-01-09use C++ class handling ownership for anyToString()Luboš Luňák3-63/+79
2022-01-09make anyLess() work also for compound types such as sequencesLuboš Luňák2-51/+246
2021-12-26Let comphelper::Base64::decode* take std::u16string_viewMike Kaganski4-12/+12
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-1/+1
2021-12-26fix comphelper::WeakComponentImplHelper::queryNoel Grandin1-0/+181
2021-12-25Revert "Init WeakComponentImplHelperBase::m_bDisposed"Mike Kaganski1-5/+0
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin1-2/+4
2021-12-25Init WeakComponentImplHelperBase::m_bDisposedJan-Marek Glogowski1-0/+5
2021-12-25tdf#145090 LO Calc Crash with drop-down-menuNoel Grandin1-2/+2
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin2-0/+49
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin4-328/+314
2021-12-19use more cppu::BaseMutexNoel Grandin1-7/+2
2021-12-19use more cppu::BaseMutexNoel Grandin1-6/+2
2021-12-18add unit tests for OInterfaceContainerHelper3Noel Grandin2-0/+171
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin1-2/+0
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin1-3/+1
2021-12-16comphelper : use std::mutex in numberedcollectionArnaud Versini1-30/+24
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-07loplugin:unusedmethodsNoel Grandin1-6/+0
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin2-115/+0
2021-12-03Rather use ScopeGuard to prevent catch and rethrowStephan Bergmann1-0/+5
2021-12-03use OMultiTypeInterfaceContainerHelperVar3 in GenericPropertySetNoel Grandin1-3/+3
2021-11-29remove counter-productive catch-all blocksNoel Grandin1-14/+4
2021-11-27use more OInterfaceContainerHelper3 in ImplEventAttacherManagerNoel Grandin1-6/+6
2021-11-27use more OInterfaceContainerHelper3 in OPropertyBagNoel Grandin1-2/+2
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin2-2/+2
2021-11-22osl::Mutex->std::mutex in MimeConfigurationHelperNoel Grandin1-8/+12
2021-11-21osl::Mutex->std::mutex in OLockListenerNoel Grandin2-22/+24
2021-11-09rtl::Static to thread-safe staticNoel Grandin1-1/+0
2021-11-04comphelper : use std::mutex in enumhelperArnaud Versini1-16/+12
2021-11-01comphelper: fix SequenceOutputStreamService::getWrittenBytes()Michael Stahl1-3/+7
2021-10-29Prepare for removal of non-const operator[] from Sequence in comphelperMike Kaganski8-212/+172
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth1-0/+33
2021-10-22LOK: maintain blocked command list per viewPranam Lashkari1-60/+0
2021-10-22LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari1-29/+35