summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify vector initialization in comphelperJulien Nabet2021-10-151-3/+4
* comphelper: fix bad error handling in CreatePackageEncryptionData()Michael Stahl2021-10-151-1/+1
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-153-14/+8
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-143-21/+22
* loplugin:moveparam in comphelperNoel Grandin2021-10-102-2/+2
* comphelper: remove unnecessary using namespace vclChris Sherlock2021-10-061-14/+13
* loplugin:moveparam in connectivityNoel Grandin2021-10-061-2/+2
* loplugin:constmethod handle more casesNoel Grandin2021-09-301-2/+2
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-301-1/+1
* Drop unused osl_FileStatus_Mask_FileURLStephan Bergmann2021-09-201-2/+1
* Fix moving temp file in tryDisableHWAcceleration on WindowsMike Kaganski2021-09-191-16/+21
* URI-encode DirectoryHelper::scanDirsAndFiles resultJan-Marek Glogowski2021-09-181-2/+9
* tdf#115933 XLSX import: fix permission for editingTünde Tóth2021-09-161-9/+31
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski2021-09-151-5/+1
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski2021-09-151-3/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-1/+1
* Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski2021-09-121-8/+5
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-283-12/+2
* loplugin:nullptr (macOS)Stephan Bergmann2021-08-271-1/+1
* osl::Mutex->std::mutex in OInstanceLockerNoel Grandin2021-08-242-19/+17
* Simplify caching in ConfigurationWrapperMike Kaganski2021-08-241-15/+9
* cache access in ConfigurationWrapper (tdf#105575)Noel Grandin2021-08-241-3/+32
* comphelper : remove useless OContextHelper_ImplArnaud Versini2021-08-231-47/+16
* osl::Mutex->std::mutex in AccessibleEventNotifierNoel Grandin2021-08-231-38/+27
* osl::Mutex->std::mutexNoel Grandin2021-08-221-5/+5
* make isDebuggerAttached() work on MacLuboš Luňák2021-08-221-0/+33
* rtl::Static to thread-safe staticNoel Grandin2021-08-215-49/+58
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-201-1/+1
* tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner2021-08-201-8/+1
* loplugin:passstuffbyrefNoel Grandin2021-08-181-1/+1