summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)Author
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
2015-08-19Remove two silly typedefsStephan Bergmann
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-10cppcheck: nullPointerRedundantCheckCaolán McNamara
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl
2015-07-27com::sun::star->css in comphelperNoel Grandin
2015-07-25tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-19Fix typosAndrea Gelmini
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-07-04Fix typosAndrea Gelmini
2015-06-29coverity#1308587 Uncaught exceptionCaolán McNamara
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann
2015-06-24Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann
2015-06-23Drop duplicate #includesTakeshi Abe
2015-06-22Fix typosAndrea Gelmini
2015-06-21Fix typosAndrea Gelmini
2015-06-18Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe