summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
...
* loplugins:redundantcast teach it about c-style typedef castsNoel Grandin2017-03-231-1/+1
* comphelper::ThreadPool: guard against concurrent shutdown/pushTaskMichael Stahl2017-03-221-7/+9
* Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann2017-03-221-1/+1
* comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2Michael Stahl2017-03-211-10/+29
* ofz: segv on nullptrCaolán McNamara2017-03-191-6/+5
* Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna2017-03-131-7/+1
* comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl2017-03-111-1/+7
* Fix typosAndrea Gelmini2017-03-111-9/+9
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-8/+8
* Fix typosAndrea Gelmini2017-03-031-3/+3
* new loplugin unoanyNoel Grandin2017-02-281-2/+2
* loplugin:loopvartoosmallStephan Bergmann2017-02-261-1/+1
* loplugin:subtlezeroinit: comphelperStephan Bergmann2017-02-213-30/+30
* cppcheck: unreadVariableJochen Nitschke2017-02-201-2/+0
* Consistent formatting & indentation.Kohei Yoshida2017-02-191-192/+182
* Drop :: prefix from std in c*/Tor Lillqvist2017-02-1522-102/+102
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-153-39/+10
* Add missing #includesStephan Bergmann2017-02-0619-0/+39
* makeAny->Any in canvas..configmgrNoel Grandin2017-02-038-23/+23
* unnecessary use of OUStringBuffer in throwing exceptionsNoel Grandin2017-02-025-50/+24
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-283-7/+7
* User profile backups: Don't backup user galleriesSamuel Mehrbrodt2017-01-271-3/+0
* Remove dynamic exception specificationsStephan Bergmann2017-01-2660-828/+510
* lok: New feature flag to turn off tiled annotationsPranav Kant2017-01-231-0/+12
* loplugin: unnecessary destructor: comphelper..desktopNoel Grandin2017-01-236-29/+0
* use rtl::Reference in OPropertyChangeListenerNoel Grandin2017-01-231-18/+7
* use rtl::Reference in OSelectionChangeListenerNoel Grandin2017-01-201-13/+2
* use rtl::Reference in OContainerListenerNoel Grandin2017-01-201-18/+5
* New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann2017-01-194-0/+6
* use rtl::Reference in DocPasswordRequest and SimplePasswordRequestNoel Grandin2017-01-171-16/+12
* use rtl::Reference in OInstanceLockerNoel Grandin2017-01-172-12/+6
* use rtl::Reference in MasterPropertySetNoel Grandin2017-01-171-20/+19
* use rtl::Reference in ChainablePropertySetNoel Grandin2017-01-172-20/+19
* use rtl::Reference in AttacherAllListener_ImplNoel Grandin2017-01-171-12/+11
* new loplugin: useuniqueptr: comphelperNoel Grandin2017-01-162-8/+5
* tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida2017-01-141-12/+34
* default copy ctor and assignment operator are good enoughCaolán McNamara2017-01-071-4/+0
* tdf#70998 Change word "Graphic(s)" to "Image(s)"Huzaifa Iftikhar2016-12-231-1/+1
* loplugin:unusedmethodsNoel Grandin2016-12-231-14/+0
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-132-6/+2
* comphelper: cleanup class NameContainer.Arnaud Versini2016-12-121-7/+2
* convert OSL_ENSURE to assert in AccessibleEventNotifierNoel Grandin2016-12-082-2/+2
* This is presumably not meant to be exportedStephan Bergmann2016-12-071-1/+1
* tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke2016-12-072-4/+4
* SafeModeDialog: Add option to reset bundled extension registrationSamuel Mehrbrodt2016-12-061-20/+44
* SafeModeDialog: Rename to match realitySamuel Mehrbrodt2016-12-061-5/+5
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks2016-12-011-147/+119
* Fix race in ThreadTaskTagStephan Bergmann2016-12-011-8/+10