summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve SvxShapeCollection::getByIndexNoel Grandin2021-08-181-0/+14
* avoid constructing OUString on hot path (tdf#105575)Noel Grandin2021-08-181-1/+2
* LOK: introduced Freemium LOK APIPranam Lashkari2021-08-161-0/+28
* rtl::Static -> thread-safe static localNoel Grandin2021-08-151-7/+2
* no need to allocate KeyedValues separatelyNoel Grandin2021-08-111-3/+4
* flatten PropertySetInfo a littleNoel Grandin2021-08-101-94/+43
* Guard read of rCont_.bIsList with rCont_.rMutexStephan Bergmann2021-08-091-2/+2
* create comphelper:OMultiTypeInterfaceContainerHelperVar2 and use itNoel Grandin2021-08-081-3/+3
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-071-0/+116
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-038-48/+48
* Fix Nesting Level Bug in ProfileZoneGopi Krishna Menon2021-07-301-1/+6
* tsan:data race in ThreadPoolTest::testWorkerUsageNoel Grandin2021-07-301-1/+2
* osl::Mutex->std::mutx in OSequenceOutputStreamNoel Grandin2021-07-301-5/+3