summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-19There is no css::uno::Sequence<sal_uInt8> in UNOStephan Bergmann1-12/+0
2015-08-19comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann1-11/+11
2015-08-19Remove two silly typedefsStephan Bergmann1-1/+1
2015-08-19Consolidate isFileUrl checksStephan Bergmann3-1/+32
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-10cppcheck: nullPointerRedundantCheckCaolán McNamara1-3/+1
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin1-5/+3
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl1-1/+1
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl1-0/+6
2015-07-27com::sun::star->css in comphelperNoel Grandin40-401/+398
2015-07-25tdf#92130 fix DoEvents to be recognized as keywordMarek Doležel1-0/+1
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara1-1/+1
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno1-1/+25
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe18-47/+41
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara1-0/+7
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-29coverity#1308587 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-5/+8
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-8/+5
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-2/+2
2015-06-24Simplify comphelper::string::isdigitAsciiString definitionsStephan Bergmann1-18/+7
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-21Fix typosAndrea Gelmini1-2/+2
2015-06-18Add SwTiledRenderingTest::testGetTextSelection() testcase.Miklos Vajna1-4/+4
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe3-12/+12
2015-06-16Fix typosAndrea Gelmini1-2/+2