summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara1-1/+1
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno1-1/+25
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe18-47/+41
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-0/+7
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-29coverity#1308587 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-5/+8
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-8/+5
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-2/+2
2015-06-24Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann1-18/+7
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-21Fix typosAndrea Gelmini1-2/+2
2015-06-18Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna1-4/+4
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-12/+12
2015-06-16Fix typosAndrea Gelmini1-2/+2
2015-06-14Fix insertion and deletion in IndexedPropertyValuesContainerMatthew J. Francis1-2/+2
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara13-13/+13
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann8-10/+10
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-6/+6
2015-05-25callcatcher: update unused codeCaolán McNamara1-13/+0
2015-05-24callcatcher: update unused codeCaolán McNamara1-6/+0
2015-05-18comphelper::PropertySetInfo: convert legacy assertionMichael Stahl1-8/+2
2015-05-18comphelper::PropertySetInfo remove unused parameterMichael Stahl1-7/+3
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini32-265/+1
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist1-0/+27
2015-05-06sal/log.hxx is what was missingStephan Bergmann1-2/+2
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist1-7/+17
2015-05-05seed mt19937 with random dataNorbert Thiebaud1-1/+2
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna1-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann6-2/+7
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann1-9/+0
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann1-3/+2
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-8/+8
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist2-0/+35
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann1-1/+12
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann4-4/+4
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann3-18/+18
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-14/+14
2015-03-27new clang plugin: staticmethodsNoel Grandin2-7/+11
2015-03-19fix windows build and sal_Bool->boolCaolán McNamara1-6/+4
2015-03-19fix windows buildNoel Grandin1-4/+4
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-18/+18
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky2-0/+65
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande1-5/+5