summaryrefslogtreecommitdiff
path: root/include/tools/link.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-13sal_uIntPtr->char* in LinkNoel Grandin1-2/+2
2017-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-0/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-8/+8
2016-07-08Prepare for loplugin:redundantcast checking for redundant static_castsStephan Bergmann1-1/+6
2016-07-08LinkParamNone can be complete but uninstantiatableStephan Bergmann1-3/+2
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin1-1/+0
2015-12-22fix Link::operator<Noel Grandin1-2/+8
2015-10-21remove untyped Link<>Noel Grandin1-44/+1
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin1-0/+4
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-1/+2
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+0
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-4/+4
2015-05-10Remove newly unused IMPL_STATIC_LINK[_TYPED]Stephan Bergmann1-13/+0
2015-05-08PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks1-0/+1
2015-04-30IMPL_LINK_NOARG_TYPED is more useful with a non-void* ArgTypeStephan Bergmann1-6/+7
2015-04-30Fix Link<T, void>::CallStephan Bergmann1-1/+1
2015-04-30No need for LINK vs LINK_TYPED distinctionStephan Bergmann1-4/+1
2015-04-30Missing param nameStephan Bergmann1-1/+1
2015-04-30All-inline template should not be TOOLS_DLLPUBLIC, keep MSVC happyStephan Bergmann1-3/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+65
2015-04-29Clean up tools/link.hxxStephan Bergmann1-92/+67
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-12/+0
2015-04-29Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann1-5/+0
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-2/+0
2015-03-29Remove redundant C-style castStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-01-08Properly change Link class to use sal_IntPtr instead of longStephan Bergmann1-21/+21
2014-10-24loplugin: cstylecastNoel Grandin1-5/+5
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann1-2/+18
2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud1-3/+3
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold1-2/+2
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-11/+11
2013-06-10mingw64: change Link class to use sal_IntPtr instead of longFridrich Štrba1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen1-0/+144