summaryrefslogtreecommitdiffstats
path: root/include/tools/link.hxx
Commit message (Expand)AuthorAgeFilesLines
* sal_uIntPtr->char* in LinkNoel Grandin2017-12-131-2/+2
* loplugin:unusedmethodsNoel Grandin2017-03-291-1/+0
* Change Idle to be a Timer subclassJan-Marek Glogowski2017-01-171-0/+1
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-8/+8
* Prepare for loplugin:redundantcast checking for redundant static_castsStephan Bergmann2016-07-081-1/+6
* LinkParamNone can be complete but uninstantiatableStephan Bergmann2016-07-081-3/+2
* loplugin:unusedmethods unused return value in include/toolsNoel Grandin2016-01-151-1/+0
* fix Link::operator<Noel Grandin2015-12-221-2/+8
* remove untyped Link<>Noel Grandin2015-10-211-44/+1
* convert Link<> to typed, and introduce LinkParamNoneNoel Grandin2015-09-101-0/+4
* SAL_WARN_UNUSED LinkStephan Bergmann2015-05-181-1/+2
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-101-2/+0
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-4/+4
* Remove newly unused IMPL_STATIC_LINK[_TYPED]Stephan Bergmann2015-05-101-13/+0
* PostUserEvent - instrument to allow holding a VclPtr reference.Michael Meeks2015-05-081-0/+1
* IMPL_LINK_NOARG_TYPED is more useful with a non-void* ArgTypeStephan Bergmann2015-04-301-6/+7
* Fix Link<T, void>::CallStephan Bergmann2015-04-301-1/+1
* No need for LINK vs LINK_TYPED distinctionStephan Bergmann2015-04-301-4/+1
* Missing param nameStephan Bergmann2015-04-301-1/+1
* All-inline template should not be TOOLS_DLLPUBLIC, keep MSVC happyStephan Bergmann2015-04-301-3/+1
* Gradually typed LinkStephan Bergmann2015-04-301-4/+65
* Clean up tools/link.hxxStephan Bergmann2015-04-291-92/+67
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-12/+0
* Remove unnecessary IMPL_LINK_INLINE macroStephan Bergmann2015-04-291-5/+0
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-2/+0
* Remove redundant C-style castStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-3/+3
* Properly change Link class to use sal_IntPtr instead of longStephan Bergmann2015-01-081-21/+21
* loplugin: cstylecastNoel Grandin2014-10-241-5/+5
* loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin2014-09-231-1/+1
* Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann2014-06-301-2/+18
* fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud2013-11-091-3/+3
* fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold2013-10-231-2/+2
* Clean String and sal_Bool in toolsNorbert Thiebaud2013-06-301-11/+11
* mingw64: change Link class to use sal_IntPtr instead of longFridrich Štrba2013-06-101-2/+2
* execute move of global headersBjoern Michaelsen2013-04-231-0/+144