summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#145090 LO Calc Crash with drop-down-menuNoel Grandin2021-12-281-1/+1
* OInterfaceContainerHelper3 needs to be thread-safeNoel Grandin2021-11-291-2/+6
* loplugin:stringliteraldefine in comphelperNoel Grandin2021-11-242-43/+44
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-231-1/+1
* osl::Mutex->std::mutex in MimeConfigurationHelperNoel Grandin2021-11-221-1/+5
* osl::Mutex->std::mutex in OPropertyArrayUsageHelperNoel Grandin2021-11-221-6/+6
* rtl::Static->thread-safe static in OPropertyArrayUsageHelperNoel Grandin2021-11-132-9/+8
* osl::Mutex->std::mutex in OIdPropertyArrayUsageHelperNoel Grandin2021-11-131-6/+6
* rtl::Static->thread-safe static in OIdPropertyArrayUsageHelperNoel Grandin2021-11-131-7/+8
* modernise IdPropArrayHelper a littleNoel Grandin2021-11-131-20/+11
* Add DC_PAPERSIZE_array_to_stringTor Lillqvist2021-11-091-0/+25
* Add DMPAPER_to_string()Tor Lillqvist2021-11-081-0/+245
* comphelper : use std::mutex in enumhelperArnaud Versini2021-11-041-13/+10
* Drop char*-based API from NamedValueCollectionMike Kaganski2021-11-021-55/+2
* Use braces to workaround a strange GCC bugMike Kaganski2021-11-021-0/+2
* Optimize comphelper::arrayToSequence for same types caseMike Kaganski2021-10-301-3/+8
* Prepare for removal of non-const operator[] from Sequence in includeMike Kaganski2021-10-281-4/+6
* tdf#144374 DOCX: export the password for editingTünde Tóth2021-10-261-0/+2
* Use std::transform instead of loopMike Kaganski2021-10-241-6/+4
* Use std::size/begin/end in comphelper::containerToSequenceMike Kaganski2021-10-231-5/+3
* Fix typosAndrea Gelmini2021-10-231-1/+1
* LOK: maintain blocked command list per viewPranam Lashkari2021-10-221-7/+0
* LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari2021-10-221-4/+4
* LOK: introduce way to restrict uno commandsPranam Lashkari2021-10-221-0/+4
* Remove a std::remove_reference_tStephan Bergmann2021-10-191-1/+1
* Specialize comphelper::makePropertyValue for arithmetic typesMike Kaganski2021-10-171-1/+9
* Simplify comphelper::makePropertyValueMike Kaganski2021-10-171-4/+2
* Correctly use swap customization point in generic code (for pre C++20)Stephan Bergmann2021-10-151-1/+2
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-153-4/+4
* loplugin:moveparam in comphelperNoel Grandin2021-10-101-1/+1
* loplugin:moveparam in connectivityNoel Grandin2021-10-061-1/+1
* do not call osl_getProcessInfo() for ProfileZone if not recordingLuboš Luňák2021-09-271-1/+1
* URI-encode DirectoryHelper::scanDirsAndFiles resultJan-Marek Glogowski2021-09-181-0/+2
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-151-35/+76
* Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski2021-09-121-3/+1
* Simplify caching in ConfigurationWrapperMike Kaganski2021-08-241-3/+2
* cache access in ConfigurationWrapper (tdf#105575)Noel Grandin2021-08-241-2/+3
* comphelper : remove useless OContextHelper_ImplArnaud Versini2021-08-231-3/+3
* osl::Mutex->std::mutex in AccessibleEventNotifierNoel Grandin2021-08-231-0/+328
* tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner2021-08-201-8/+0
* improve SvxShapeCollection::getByIndexNoel Grandin2021-08-181-0/+2
* Fix typoAndrea Gelmini2021-08-171-1/+1
* improve documentation for comphelper::OMultiTypeInterfaceContainerHelper2Noel Grandin2021-08-161-2/+2
* LOK: introduced Freemium LOK APIPranam Lashkari2021-08-161-0/+5
* Fix typosAndrea Gelmini2021-08-151-1/+1
* can return OInterfaceIteratorHelper2 by value hereNoel Grandin2021-08-101-3/+2
* flatten PropertySetInfo a littleNoel Grandin2021-08-101-8/+9
* create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2021-08-081-0/+245
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-071-0/+139
* address some review commentsNoel Grandin2021-08-071-4/+9