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