summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* NSS initialization guardAndras Timar2023-01-161-5/+9
* more detailed NSS error reportAndras Timar2023-01-161-1/+4
* lok: support per-user timezoneAshod Nakashian2023-01-131-0/+19
* sfx2: extend .uno:SetDocumentProperties to update custom doc propsMiklos Vajna2022-12-061-0/+8
* comphelper: support property values arrays in JsonToPropertyValues()Miklos Vajna2022-11-292-0/+85
* tdf#150575: REPORTBUILDER: Crash when closing report when used report navigatorJulien Nabet2022-10-161-0/+9
* Optimize and deduplicate Base64::encode a bitMike Kaganski2022-08-221-23/+15
* Only dereference iterators after checking themMike Kaganski2022-06-051-3/+2
* add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl2022-04-121-10/+3
* tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth2022-02-181-14/+17
* comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna2022-02-141-0/+137
* use more cppu::BaseMutexNoel Grandin2022-02-141-6/+2
* comphelper: fix UAF in SequenceOutputStreamService dtorMichael Stahl2022-01-211-1/+2
* tdf#145090 LO Calc Crash with drop-down-menuNoel Grandin2021-12-281-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