summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-11-26That SB variable was a temporary debugging aidStephan Bergmann1-2/+4
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-5/+2
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin1-1/+1
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2-50/+14
2015-11-20loplugin:unusedfields in comphelperNoel Grandin1-3/+0
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin4-33/+7
2015-11-19use comphelper::containerToSequenceNoel Grandin1-3/+2
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-177/+118
2015-11-15use initialiser for Sequence<OUString>Noel Grandin5-10/+5
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin3-6/+3
2015-11-12Namespace cleanup and disambiguationAshod Nakashian2-51/+50
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann33-118/+118
2015-11-09new loplugin: oncevarNoel Grandin1-12/+6
2015-11-09Cleanup two unused boost/bind includes in comphelper.Mario J. Rugiero2-2/+0
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-7/+7
2015-11-05java: make inner classes static where possibleNoel Grandin1-2/+2
2015-11-04yyyyyNoel Grandin4-11/+7
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky1-2/+7
2015-11-02Assume this shall be conditional on DBG_UTILStephan Bergmann1-2/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin10-31/+27
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-5/+5
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-13/+11
2015-10-27loplugin:unusedmethodsNoel Grandin1-14/+0
2015-10-26remove extra spaces around ::Noel Grandin1-1/+1
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot1-2/+1
2015-10-23Remove obsolete version map filesStephan Bergmann1-24/+0
2015-10-20Rename some "document name" params to "document URL"Stephan Bergmann2-5/+5
2015-10-18cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann21-232/+232
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-09Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks1-0/+7
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-3/+22
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks1-0/+51
2015-10-08comphelper: add string::join()Miklos Vajna1-0/+11
2015-10-07loplugin:mergeclassesNoel Grandin1-37/+18
2015-10-06tdf#94228 comphelper: replace BOOST_PPDaniel Robertson3-0/+268
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson8-240/+137
2015-09-21comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna1-0/+12
2015-09-14boost->stdCaolán McNamara2-6/+5
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl1-0/+18
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-20/+91
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-24/+24
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann3-381/+0
2015-08-21Demonstrate comphelper::compare is uselessStephan Bergmann2-0/+97