summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-2/+4
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann4-10/+10
2015-11-24loplugin:unusedfields in include/comphelper,include/editengNoel Grandin3-12/+0
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-27/+4
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-0/+25
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann15-45/+45
2015-11-06comphelper: add a generic implementation of std container operator==Michael Stahl1-0/+23
2015-11-03lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky1-1/+4
2015-10-30loplugin:unusedmethodsNoel Grandin3-19/+1
2015-10-27loplugin:unusedmethodsNoel Grandin2-13/+0
2015-10-20Rename some "document name" params to "document URL"Stephan Bergmann2-4/+4
2015-10-20com::sun::star->css in include/comphelperNoel Grandin78-1137/+1130
2015-10-17coverity#1327458 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-10-14Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann43-288/+288
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann15-62/+62
2015-10-09Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks1-0/+1
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-2/+15
2015-10-09loplugin:saloverrideStephan Bergmann1-1/+1
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks1-0/+118
2015-10-08comphelper: add string::join()Miklos Vajna1-0/+4
2015-10-07loplugin:mergeclassesNoel Grandin1-26/+10
2015-10-06tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2-133/+101
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-30Fix typosAndrea Gelmini4-4/+4
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin2-40/+0
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson1-80/+0
2015-09-21comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna1-0/+5
2015-09-14boost->stdCaolán McNamara1-6/+6
2015-09-12comphelper: give up on the XPropertySetInfos for nowMichael Stahl1-1/+7
2015-09-11comphelper: another WeakImplHelper duplicateMichael Stahl1-1/+5
2015-09-11framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl1-0/+1
2015-09-01comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl1-52/+10
2015-09-01comphelper: fix MSVC --enable-mergedlibs buildMichael Stahl1-2/+7
2015-08-21Remove demonstrated-useless comphelper::compareStephan Bergmann1-7/+0
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-0/+14
2015-08-19comphelper: remove unnecessary include <stack>Michael Stahl1-2/+0
2015-08-19comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann1-14/+0
2015-08-19Remove unused comphelper::isAReferenceStephan Bergmann1-11/+0
2015-08-19comphelper::isA(Any... -> Any::hasStephan Bergmann1-12/+0
2015-08-19Remove two silly typedefsStephan Bergmann1-6/+0
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-0/+37
2015-08-13Add a globally usable WindowsErrorString functionTor Lillqvist1-0/+46
2015-08-11Properly init PropertyValue.Handle in InitPropertySequenceStephan Bergmann1-0/+2
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin1-27/+8
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl2-8/+10
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin1-3/+6
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl1-0/+2
2015-07-27remove some unused definesNoel Grandin1-54/+0