summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:deletedspecialStephan Bergmann2015-02-071-1/+0
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-061-4/+5
* shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara2015-02-061-9/+8
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-052-3/+1
* comphelper: do not use "r" prefix for uno::ReferenceMichael Stahl2015-02-051-9/+9
* Updated all precompiled headers.Ashod Nakashian2015-02-051-3/+12
* Some more loplugin:cstylecast: comphelperStephan Bergmann2015-01-203-5/+5
* Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann2015-01-161-9/+6
* Really remove eventsJulien Nabet2015-01-151-1/+1
* include time.h for timeCaolán McNamara2015-01-061-0/+1
* boost::random->std::randomCaolán McNamara2015-01-061-10/+11