summaryrefslogtreecommitdiffstats
path: root/comphelper/source
Commit message (Expand)AuthorAgeFilesLines
* Remove demonstrated-useless comphelper::compareStephan Bergmann2015-08-211-284/+0
* There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann2015-08-191-12/+0
* comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann2015-08-191-11/+11
* Remove two silly typedefsStephan Bergmann2015-08-191-1/+1
* Consolidate isFileUrl checksStephan Bergmann2015-08-192-1/+31
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* cppcheck: nullPointerRedundantCheckCaolán McNamara2015-08-101-3/+1
* cui,connectivity: inline some use-once typedefsNoel Grandin2015-08-041-5/+3
* comphelper: replace boost::function with std::functionMichael Stahl2015-07-311-1/+1
* comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl2015-07-271-0/+6
* com::sun::star->css in comphelperNoel Grandin2015-07-2740-401/+398
* tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel2015-07-251-0/+1
* coverity#1312139 random byte is deliberateCaolán McNamara2015-07-231-1/+1
* tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno2015-07-221-1/+25
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-2016-40/+37
* Fix typosAndrea Gelmini2015-07-191-1/+1
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-101-0/+7
* Fix typosAndrea Gelmini2015-07-042-2/+2
* 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-172-11/+11
* 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-021-0/+34
* loplugin:staticmethodsNoel Grandin2015-04-021-4/+4