summaryrefslogtreecommitdiffstats
path: root/include/comphelper
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in include/comphelper,include/editengNoel Grandin2015-11-243-12/+0
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-27/+4
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-0/+25
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1015-45/+45
* comphelper: add a generic implementation of std container operator==Michael Stahl2015-11-061-0/+23
* lok: Introduce LOK_CALLBACK_UNO_COMMAND_RESULT callback.Jan Holesovsky2015-11-031-1/+4
* loplugin:unusedmethodsNoel Grandin2015-10-303-19/+1
* loplugin:unusedmethodsNoel Grandin2015-10-272-13/+0
* Rename some "document name" params to "document URL"Stephan Bergmann2015-10-202-4/+4
* com::sun::star->css in include/comphelperNoel Grandin2015-10-2078-1137/+1130
* coverity#1327458 Uninitialized scalar fieldCaolán McNamara2015-10-171-0/+1
* Improve performance by using the ScCalcOptions for OpenCL.Michael Meeks2015-10-141-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1243-288/+288
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1215-62/+62
* Hold the SolarMutex while updating properties; thanks to sberg.Michael Meeks2015-10-091-0/+1
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-2/+15
* loplugin:saloverrideStephan Bergmann2015-10-091-1/+1
* Create a wrapper to make listening for configmgr changes easy.Michael Meeks2015-10-091-0/+118
* comphelper: add string::join()Miklos Vajna2015-10-081-0/+4
* loplugin:mergeclassesNoel Grandin2015-10-071-26/+10
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-10-062-133/+101
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* Fix typosAndrea Gelmini2015-09-304-4/+4
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-292-40/+0
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-251-80/+0
* comphelper: add LibreOfficeKit::set/isViewCallback()Miklos Vajna2015-09-211-0/+5
* boost->stdCaolán McNamara2015-09-141-6/+6
* comphelper: give up on the XPropertySetInfos for nowMichael Stahl2015-09-121-1/+7
* comphelper: another WeakImplHelper duplicateMichael Stahl2015-09-111-1/+5
* framework: yet another WeakImplHelper<XPropertySetInfo> dupcliateMichael Stahl2015-09-111-0/+1
* comphelper: fix MSVC --enable-mergedlibs build, OFOPXMLHelperMichael Stahl2015-09-011-52/+10
* comphelper: fix MSVC --enable-mergedlibs buildMichael Stahl2015-09-011-2/+7
* Remove demonstrated-useless comphelper::compareStephan Bergmann2015-08-211-7/+0
* comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl2015-08-191-0/+14
* comphelper: remove unnecessary include <stack>Michael Stahl2015-08-191-2/+0
* comphelper::isA(Type... -> Type == cppu::UnoType...Stephan Bergmann2015-08-191-14/+0
* Remove unused comphelper::isAReferenceStephan Bergmann2015-08-191-11/+0
* comphelper::isA(Any... -> Any::hasStephan Bergmann2015-08-191-12/+0
* Remove two silly typedefsStephan Bergmann2015-08-191-6/+0
* Consolidate isFileUrl checksStephan Bergmann2015-08-191-0/+37
* Add a globally usable WindowsErrorString functionTor Lillqvist2015-08-131-0/+46
* Properly init PropertyValue.Handle in InitPropertySequenceStephan Bergmann2015-08-111-0/+2
* remove unused SfxFilterFlags valuesNoel Grandin2015-08-051-27/+8
* comphelper: replace boost::function with std::functionMichael Stahl2015-07-312-8/+10
* fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin2015-07-311-3/+6
* comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl2015-07-271-0/+2
* remove some unused definesNoel Grandin2015-07-271-54/+0
* tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno2015-07-221-1/+5
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-2022-64/+61