summaryrefslogtreecommitdiffstats
path: root/comphelper
Commit message (Expand)AuthorAgeFilesLines
* Assume this shall be conditional on DBG_UTILStephan Bergmann2015-11-021-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-3010-31/+27
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-5/+5
* Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin2015-10-291-13/+11
* loplugin:unusedmethodsNoel Grandin2015-10-271-14/+0
* remove extra spaces around ::Noel Grandin2015-10-261-1/+1
* tdf#39440: fix several warnings reported by cppcheckSerge Krot2015-10-251-2/+1
* Remove obsolete version map filesStephan Bergmann2015-10-231-24/+0
* Rename some "document name" params to "document URL"Stephan Bergmann2015-10-202-5/+5
* cppcheck:noExplicitConstructorNoel Grandin2015-10-181-1/+1
* 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