summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann
2015-08-21Demonstrate comphelper::compare is uselessStephan Bergmann
2015-08-19There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2015-08-19comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: nullPointerRedundantCheckCaolán McNamara
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-25tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-19Fix typosAndrea Gelmini
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-06-29coverity#1308587 Uncaught exceptionCaolán McNamara
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-24Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-22Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
2015-06-18Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-14Fix insertion and deletion in IndexedPropertyValuesContainerMatthew J. Francis
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-25callcatcher: update unused codeCaolán McNamara
2015-05-24callcatcher: update unused codeCaolán McNamara
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