summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-22LOK: introduce way to restrict uno commandsPranam Lashkari1-0/+27
2021-10-19Remove a std::remove_reference_tStephan Bergmann2-0/+61
2021-10-18make RR easier to useNoel Grandin1-1/+2
2021-10-15Simplify vector initialization in comphelperJulien Nabet1-3/+4
2021-10-15comphelper: fix bad error handling in CreatePackageEncryptionData()Michael Stahl1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski3-14/+8
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-21/+22
2021-10-10loplugin:moveparam in comphelperNoel Grandin2-2/+2
2021-10-06comphelper: remove unnecessary using namespace vclChris Sherlock1-14/+13
2021-10-06loplugin:moveparam in connectivityNoel Grandin1-2/+2