summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-3/+3
* comphelper: replace for_each with range-based forDaniel Robertson2015-09-248-240/+137
* comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna2015-09-211-0/+12
* boost->stdCaolán McNamara2015-09-142-6/+5
* framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl2015-09-111-0/+18
* comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl2015-09-011-20/+91
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-317-24/+24
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* Remove demonstrated-useless comphelper::compareStephan Bergmann2015-08-213-381/+0
* Demonstrate comphelper::compare is uselessStephan Bergmann2015-08-212-0/+97
* 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-193-1/+32
* 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-2018-47/+41
* 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-173-12/+12
* Fix typosAndrea Gelmini2015-06-161-2/+2
* 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