summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* osl::Mutex->std::mutex in SequenceInputStreamNoel Grandin2021-07-301-9/+14
* osl::Mutex->std::mutex in OAccessibleKeyBindingHelperNoel Grandin2021-07-301-4/+4
* osl::Mutex->std::mutex in OSLInputStreamWrapperNoel Grandin2021-07-291-4/+4
* osl::Mutex->std::mutex in OSeekableInputWrapperNoel Grandin2021-07-291-8/+8
* osl::Mutex->std::mutex in AsyncEventNotifierNoel Grandin2021-07-231-46/+23
* osl::Mutex->std::mutex in NameContainerNoel Grandin2021-07-181-8/+9
* osl::Mutex->std::mutex in SequenceInputStreamServiceNoel Grandin2021-07-181-10/+11
* osl::Mutex->std::mutex in SequenceOutputStreamServiceNoel Grandin2021-07-171-5/+6
* lok: include the label of the status indicatorHenry Castro2021-07-151-6/+6
* Enable flushing accumulated Trace Events when their number reaches a limitTor Lillqvist2021-06-291-0/+16
* The Chrome Trace Event viewer doesn't support nested async eventsTor Lillqvist2021-06-231-57/+10