summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* coverity#1308587 Uncaught exceptionCaolán McNamara2015-06-291-1/+1
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-291-5/+8
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-291-8/+5
* Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2015-06-241-2/+2
* Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann2015-06-241-18/+7
* Drop duplicate #includesTakeshi Abe2015-06-231-1/+0
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Fix typosAndrea Gelmini2015-06-211-2/+2
* Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna2015-06-181-4/+4
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-12/+12
* Fix typosAndrea Gelmini2015-06-161-2/+2
* Fix insertion and deletion in IndexedPropertyValuesContainerMatthew J. Francis2015-06-141-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0813-13/+13
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-088-10/+10
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-6/+6
* callcatcher: update unused codeCaolán McNamara2015-05-251-13/+0
* callcatcher: update unused codeCaolán McNamara2015-05-241-6/+0
* comphelper::PropertySetInfo: convert legacy assertionMichael Stahl2015-05-181-8/+2
* comphelper::PropertySetInfo remove unused parameterMichael Stahl2015-05-181-7/+3
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1532-265/+1
* Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist2015-05-061-0/+27
* sal/log.hxx is what was missingStephan Bergmann2015-05-061-2/+2
* If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist2015-05-061-7/+17
* seed mt19937 with random dataNorbert Thiebaud2015-05-051-1/+2
* comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna2015-04-221-2/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-226-2/+7
* No more need for PartialWeakComponentImplHelper hereStephan Bergmann2015-04-211-9/+0
* Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-211-3/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-155-8/+8
* Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist2015-04-022-0/+35
* loplugin:staticmethodsNoel Grandin2015-04-021-4/+4
* Add isReadOnly() support to simplified configuration accessStephan Bergmann2015-04-011-1/+12
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-014-4/+4
* V597: introduce a rtl_secureZeroMemoryCaolán McNamara2015-03-311-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-18/+18
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-284-14/+14
* new clang plugin: staticmethodsNoel Grandin2015-03-272-7/+11
* fix windows build and sal_Bool->boolCaolán McNamara2015-03-191-6/+4
* fix windows buildNoel Grandin2015-03-191-4/+4
* convert SFX_FILTER_ constants to enum classNoel Grandin2015-03-191-18/+18
* Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky2015-03-162-0/+65
* tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande2015-03-101-5/+5
* V801: Decreased performanceCaolán McNamara2015-03-094-26/+21
* comphelper: compare implemented as subtractionMichael Stahl2015-02-271-9/+4
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-231-7/+7
* boost::noncopyable->'= delete'Caolán McNamara2015-02-163-35/+32
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-162-30/+22
* these can all be made constCaolán McNamara2015-02-121-12/+12
* comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl2015-02-111-1/+3