summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2017-05-09gnome-documents: hold solarmutex on dtor patch as wellCaolán McNamara1-0/+6
2017-04-29add MD5 hashing to generic digest classMarkus Mohrhard1-0/+1
2017-04-28loplugin:salunicodeliteral: comphelperStephan Bergmann1-1/+1
2017-04-27remove ResourceBasedEventLogger in favor of its base EventLoggerCaolán McNamara1-117/+8
2017-04-27drop unused comphelper::EventLogger::logpCaolán McNamara1-80/+0
2017-04-27drop writeonly unused structCaolán McNamara1-4/+0
2017-04-27the only use of this argument is sdbcl which is a deleted resource fileCaolán McNamara1-5/+0
2017-04-27un-default argumentCaolán McNamara1-1/+1
2017-04-27another name for a nonlocalized string is a stringCaolán McNamara1-29/+26
2017-04-26Clean up uses of SAL_U/SAL_W: comphelperStephan Bergmann1-7/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-23merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin2-89/+19
2017-04-23simplify ChainableProperySet and MasterPropertySetNoel Grandin2-38/+0
2017-04-21add generic digest classMarkus Mohrhard1-0/+47
2017-04-06split closeOutput upCaolán McNamara1-1/+3
2017-04-05loplugin:constantparam part2Noel Grandin1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1
2017-03-31spelling in comments: minmal -> minimalJustin Luth1-1/+1
2017-03-29sw: plain-text ASCII export: filter out all CH_TXT_ATR_*Michael Stahl1-0/+9
2017-03-25Fix typosAndrea Gelmini2-2/+2
2017-03-21comphelper:: fix MSVC hang in ThreadPool::shutdown(), try #2Michael Stahl1-1/+3
2017-03-16Fix typosAndrea Gelmini1-1/+1
2017-03-03Remove redundant 'inline' keywordStephan Bergmann12-48/+48
2017-02-21loplugin:subtlezeroinit: comphelperStephan Bergmann1-1/+1
2017-02-19Consistent formatting & indentation.Kohei Yoshida1-90/+79
2017-02-12Various typos on accessibleJulien Nabet1-1/+1
2017-01-31more SAL_WARN_UNUSEDNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann44-529/+358
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-6/+6
2017-01-23lok: New feature flag to turn off tiled annotationsPranav Kant1-0/+4
2017-01-23loplugin: unnecessary destructor: comphelper..desktopNoel Grandin5-28/+0
2017-01-23use rtl::Reference in OPropertyChangeListenerNoel Grandin1-2/+3
2017-01-20use rtl::Reference in OSelectionChangeListenerNoel Grandin1-3/+4
2017-01-20use rtl::Reference in OContainerListenerNoel Grandin1-2/+3
2017-01-19New loplugin:dynexcspec: Add @throws documentation, comphelperStephan Bergmann19-0/+179
2017-01-17comphelper: try to fix MSVC buildMichael Stahl1-0/+6
2017-01-17we can use XInteractionAbort instead of AbortContinuationCaolán McNamara1-3/+3
2017-01-17use rtl::Reference in DocPasswordRequest and SimplePasswordRequestNoel Grandin1-6/+7
2017-01-17use rtl::Reference in MasterPropertySetNoel Grandin1-3/+3
2017-01-17use rtl::Reference in ChainablePropertySetNoel Grandin1-2/+2
2017-01-16new loplugin: useuniqueptr: comphelperNoel Grandin1-1/+2
2017-01-14tdf#97597: Ensure that each parsing thread has its own buffer.Kohei Yoshida1-2/+4
2017-01-10tdf#104830, need an own termination listener for lib objectsMarkus Mohrhard1-7/+33
2017-01-07default copy ctor and assignment operator are good enoughCaolán McNamara1-5/+0
2016-12-23loplugin:unusedmethodsNoel Grandin1-3/+0
2016-12-08There is nothing called FmUnoIOStream or FmUnoOutStream hereTor Lillqvist1-2/+0
2016-12-08Another "Do not export whole class to avoid MS C++ implicitly exporting...Stephan Bergmann1-5/+7
2016-12-06SafeModeDialog: Add option to reset bundled extension registrationSamuel Mehrbrodt1-1/+6
2016-12-06SafeModeDialog: Rename to match realitySamuel Mehrbrodt1-2/+2
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks1-19/+28