summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2016-06-16LOK: tile rendering regression fixAshod Nakashian
2015-12-21fix missing BaseURL when loading embedded objectsMichael Stahl
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky
2015-10-08comphelper: add string::join()Miklos Vajna
2015-10-06comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna
2015-08-06tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-06-22Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna
2015-05-18comphelper::PropertySetInfo: convert legacy assertionMichael Stahl
2015-05-18comphelper::PropertySetInfo remove unused parameterMichael Stahl
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-06Add support for progress bar callbacks to LibreOfficeKit clientsTor Lillqvist
2015-05-06sal/log.hxx is what was missingStephan Bergmann
2015-05-06If using std::random_device fails, fall back to just time(nullptr)Tor Lillqvist
2015-05-05seed mt19937 with random dataNorbert Thiebaud
2015-04-22comphelper::dispatchCommand: allow passing command argumentsMiklos Vajna
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-21No more need for PartialWeakComponentImplHelper hereStephan Bergmann
2015-04-21Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Add isReadOnly() support to simplified configuration accessStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-27new clang plugin: staticmethodsNoel Grandin
2015-03-19fix windows build and sal_Bool->boolCaolán McNamara
2015-03-19fix windows buildNoel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky
2015-03-10tdf#89592 Using initializer_lists to populate Sequence<PropertyValue>Swachhand Lokhande
2015-03-09V801: Decreased performanceCaolán McNamara
2015-02-27comphelper: compare implemented as subtractionMichael Stahl
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::noncopyable->'= delete'Caolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-12these can all be made constCaolán McNamara
2015-02-11comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-02-05comphelper: do not use "r" prefix for uno::ReferenceMichael Stahl
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann
2015-01-15Really remove eventsJulien Nabet
2015-01-06include time.h for timeCaolán McNamara
2015-01-06boost::random->std::randomCaolán McNamara