summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-07-27tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel1-0/+1
2015-06-22Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna1-4/+4
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
2015-03-09V801: Decreased performanceCaolán McNamara4-26/+21
2015-02-27comphelper: compare implemented as subtractionMichael Stahl1-9/+4
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-7/+7
2015-02-16boost::noncopyable->'= delete'Caolán McNamara3-35/+32
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-30/+22
2015-02-12these can all be made constCaolán McNamara1-12/+12
2015-02-11comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl1-1/+3
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+0
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-4/+5
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-9/+8
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2-3/+1
2015-02-05comphelper: do not use "r" prefix for uno::ReferenceMichael Stahl1-9/+9
2015-02-05Updated all precompiled headers.Ashod Nakashian1-3/+12
2015-01-20Some more loplugin:cstylecast: comphelperStephan Bergmann3-5/+5
2015-01-16Fix getTypes() of OPropertySetHelper and derivedStephan Bergmann1-9/+6
2015-01-15Really remove eventsJulien Nabet1-1/+1
2015-01-06include time.h for timeCaolán McNamara1-0/+1
2015-01-06boost::random->std::randomCaolán McNamara1-10/+11
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-5/+5
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara4-10/+6
2014-12-12comphelper: Use appropriate OUString functions on string constantsStephan Bergmann2-3/+2
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-1/+1
2014-12-10java: simplify the getMSF() methodsNoel Grandin2-4/+2