summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann
2015-11-20loplugin:unusedfields in comphelperNoel Grandin
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-09Cleanup two unused boost/bind includes in comphelper.Mario J. Rugiero
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05java: make inner classes static where possibleNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky
2015-11-02Assume this shall be conditional on DBG_UTILStephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-10-26remove extra spaces around ::Noel Grandin
2015-10-25tdf#39440: fix several warnings reported by cppcheckSerge Krot
2015-10-23Remove obsolete version map filesStephan Bergmann
2015-10-20Rename some "document name" params to "document URL"Stephan Bergmann
2015-10-18cppcheck:noExplicitConstructorNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks
2015-10-08comphelper: add string::join()Miklos Vajna
2015-10-07loplugin:mergeclassesNoel Grandin
2015-10-06tdf#94228 comphelper: replace BOOST_PPDaniel Robertson
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-24comphelper: replace for_each with range-based forDaniel Robertson
2015-09-21comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna
2015-09-14boost->stdCaolán McNamara
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann
2015-08-21Demonstrate comphelper::compare is uselessStephan Bergmann
2015-08-19There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann
2015-08-19comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann