summaryrefslogtreecommitdiff
path: root/include/tools
AgeCommit message (Expand)AuthorFilesLines
2016-04-04loplugin:constantparam in toolsNoel Grandin2-31/+13
2016-03-18tools: split out color macros into own headerChris Sherlock2-62/+93
2016-03-17loplugin:constantparam in toolsNoel Grandin7-40/+32
2016-03-14inline some use-once macrosNoel Grandin2-22/+7
2016-03-10loplugin:constantparam in toolsNoel Grandin2-6/+4
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-23/+5
2016-03-06Remove unuseful nStartIndex data member (and fix indexing)Matteo Casalin1-4/+2
2016-03-05Do not duplicate count of itemsMatteo Casalin1-2/+1
2016-03-04loplugin:unuseddefaultparam in toolsNoel Grandin3-43/+26
2016-03-02Avoid signed/unsigned mismatch warnings with MSVCStephan Bergmann1-3/+1
2016-03-02Fix error C2057: expected constant expressionMatteo Casalin1-2/+2
2016-03-01Data member nStartIndex can be constMatteo Casalin1-1/+1
2016-03-01sal_uIntPtr/sal_uLong to Index (aka sal_uInt32) in UniqueIndexMatteo Casalin2-26/+37
2016-03-01UniqueIndexImpl::size() is unneededMatteo Casalin1-2/+0
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin6-64/+33
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini1-1/+17
2016-02-22loplugin:write only fieldsNoel Grandin1-10/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin3-3/+3
2016-02-12loplugin:unusedmethodsNoel Grandin1-1/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+4
2016-02-08loplugin:unusedmethodsNoel Grandin7-47/+0
2016-02-02Test for SSE2 at run-time on WindowsTor Lillqvist1-1/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-11/+11
2016-01-30ditch loading of SplitWindows from resource filesCaolán McNamara1-1/+0
2016-01-29tools: forgot to remove the include boost/current_function.hppMichael Stahl1-3/+0
2016-01-28tools: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNCMichael Stahl1-5/+5
2016-01-28Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__"Michael Stahl1-5/+6
2016-01-28tools: replace BOOST_CURRENT_FUNCTION with __func__Michael Stahl1-6/+5
2016-01-25tdf#87933 - Easier visibility of automatic page breaks.akki951-0/+2
2016-01-15loplugin:unusedmethods unused return value in include/toolsNoel Grandin13-122/+15
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22fix Link::operator<Noel Grandin1-2/+8
2015-12-21loplugin:unusedmethodsNoel Grandin2-62/+0
2015-12-17remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara1-1/+0
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann2-12/+12
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann10-12/+12
2015-12-10Remove unused rtti.hxxSamuel Mehrbrodt1-131/+0
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin1-22/+0
2015-11-24add SAL_WARN_UNUSED to css::uno::WeakReference and SvCompatWeakRefNoel Grandin1-1/+1
2015-11-20mark WeakReference with SAL_WARN_UNUSEDNoel Grandin1-1/+1
2015-11-17use unique_ptr for pImpl in tools/Noel Grandin3-5/+8
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann1-0/+1
2015-11-13underscores are reservedTomaž Vajngerl1-2/+2
2015-11-13improve compile time SSE2 detection, fix broken android buildTomaž Vajngerl1-0/+6
2015-11-13remove SSE detection code (but keep SSE2)Tomaž Vajngerl1-1/+0
2015-11-13tools: runtime SSE/SSE2 detectionTomaž Vajngerl1-0/+28
2015-11-115th step to remove tools/rtti.hxxOliver Specht3-14/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-29/+29
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin1-2/+8