summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1221-232/+232
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks2015-10-091-0/+7
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-3/+22
* Create a wrapper to make listening for configmgr changes easy.Michael Meeks2015-10-091-0/+51
* comphelper: add string::join()Miklos Vajna2015-10-081-0/+11
* loplugin:mergeclassesNoel Grandin2015-10-071-37/+18
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-10-063-0/+268
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-2/+1
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Fix typosAndrea Gelmini2015-09-301-1/+1
* 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