summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-05loplugin:unusedmethodsNoel Grandin1-14/+0
2015-08-04include: inline some use-once typedefsNoel Grandin2-8/+6
2015-07-31tools: prefix members of SvStreamMichael Stahl1-47/+47
2015-07-30loplugin:unusedmethodsNoel Grandin4-74/+0
2015-07-29solar.h: avoid some Wconversion warningsMatteo Casalin1-4/+6
2015-07-29errcode.hxx: avoid some Wconversion warningsMatteo Casalin1-95/+98
2015-07-27inline a bunch of use-once macrosNoel Grandin1-8/+5
2015-07-27remove some unused definesNoel Grandin3-33/+0
2015-07-24remove unused URL_PREFIX_PRIV constantsNoel Grandin1-18/+0
2015-07-24convert ImageAlign to enum classNoel Grandin1-4/+4
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-1/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-77/+86
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud1-71/+77
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl1-77/+71
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-13/+9
2015-07-07Replace GetAppData(SHL_SVDDE) with a static pointer varStephan Bergmann1-1/+1
2015-07-07SHL_SHL2 is unusedStephan Bergmann1-1/+1
2015-07-07vcl: document Rectangle's get vs Get differencesMiklos Vajna1-0/+4
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann1-1/+1
2015-07-07Replace GetAppData(SHL_IDL) with an rtl::StaticStephan Bergmann1-1/+1
2015-07-07Replace GetAppData(SHL_SVD) with an rtl::StaticStephan Bergmann1-1/+1
2015-07-07Replace GetAppData(SHL_ERR) with an rtl::StaticStephan Bergmann1-1/+1
2015-07-06loplugin:unusedmethods basebmpNoel Grandin2-24/+0
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-07-02loplugin:unusedmethods toolsNoel Grandin17-354/+22
2015-06-30Remove unnecessary includeStephan Bergmann1-1/+0
2015-06-29remove custom RTTI from SvDataCopyStreamNoel Grandin1-1/+0
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-10tdf#91727 - Unwind non-dispatch of idle handlers.Michael Meeks1-1/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-02Fix a wrong bit mask for StreamModeTakeshi Abe1-1/+1
2015-05-25callcatcher: update unused codeCaolán McNamara1-10/+0
2015-05-24drop now unused WB_REFMODE bitCaolán McNamara1-1/+0
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann1-1/+2
2015-05-13Add expand (contract) to Rectangle as it is often used.Tomaž Vajngerl1-0/+25
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-05-07Add ability to change tint/shade of a color.Tomaž Vajngerl1-0/+10
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 Bergmann2-6/+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