summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth1-14/+17
2022-01-21comphelper: fix UAF in SequenceOutputStreamService dtorMichael Stahl1-1/+2
2021-12-28tdf#145090 LO Calc Crash with drop-down-menuNoel 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
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-2/+2
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-20Drop unused osl_FileStatus_Mask_FileURLStephan Bergmann1-2/+1
2021-09-19Fix moving temp file in tryDisableHWAcceleration on WindowsMike Kaganski1-16/+21
2021-09-18URI-encode DirectoryHelper::scanDirsAndFiles resultJan-Marek Glogowski1-2/+9
2021-09-16tdf#115933 XLSX import: fix permission for editingTünde Tóth1-9/+31
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-5/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-12Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski1-8/+5
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin3-12/+2
2021-08-27loplugin:nullptr (macOS)Stephan Bergmann1-1/+1
2021-08-24osl::Mutex->std::mutex in OInstanceLockerNoel Grandin2-19/+17
2021-08-24Simplify caching in ConfigurationWrapperMike Kaganski1-15/+9
2021-08-24cache access in ConfigurationWrapper (tdf#105575)Noel Grandin1-3/+32
2021-08-23comphelper : remove useless OContextHelper_ImplArnaud Versini1-47/+16
2021-08-23osl::Mutex->std::mutex in AccessibleEventNotifierNoel Grandin1-38/+27
2021-08-22osl::Mutex->std::mutexNoel Grandin1-5/+5
2021-08-22make isDebuggerAttached() work on MacLuboš Luňák1-0/+33
2021-08-21rtl::Static to thread-safe staticNoel Grandin5-49/+58
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann1-1/+1
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner1-8/+1
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin1-0/+14
2021-08-18avoid constructing OUString on hot path (tdf#105575)Noel Grandin1-1/+2
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari1-0/+28
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-7/+2